Anton Shestakov <av6@dwimlabs.net>, Sat, 19 Mar 2016 01:07:05 +0800
provision: gather the roles in a playbook
1 файлов изменено, 43 вставок(+), 0 удалений(-)
[+]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/provision/playbook.yml Sat Mar 19 01:07:05 2016 +0800
+ - name: Purge unused packages that come preinstalled on Vagrant templates
+ apt: pkg={{ item }} state=absent purge=yes
+ when: ansible_virtualization_type == "virtualbox"