2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-26 19:23:30 +00:00
bench/bench/playbooks/vm_build.yml
2020-05-01 17:49:11 +05:30

10 lines
187 B
YAML

---
- name: Install Packer
hosts: localhost
become: yes
become_user: root
roles:
- { role: virtualbox, tags: "virtualbox" }
- { role: packer, tags: "packer" }
...