mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
10 lines
187 B
YAML
10 lines
187 B
YAML
|
---
|
||
|
- name: Install Packer
|
||
|
hosts: localhost
|
||
|
become: yes
|
||
|
become_user: root
|
||
|
roles:
|
||
|
- { role: virtualbox, tags: "virtualbox" }
|
||
|
- { role: packer, tags: "packer" }
|
||
|
...
|