2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00
bench/playbooks/roles/packer/tasks/debian_family.yml
Ameya Shenoy 30b12a6dd4
VM build fixes
- added bench command to install packer 1.2.1
2018-03-04 02:48:05 +05:30

6 lines
108 B
YAML

---
- name: Install unzip
apt: pkg={{ item }} update_cache=yes state=present
with_items:
- unzip
...