Removes some unnecessary files from the home folders

This commit is contained in:
Victor Schröder
2016-04-02 23:29:56 +02:00
parent 62270121a0
commit d7f9f00fcf

View File

@@ -5,6 +5,22 @@
- vagrant.yml - vagrant.yml
tasks: tasks:
- name: clean up the home folder
file:
path: /home/vagrant/{{ item }}
state: absent
with_items:
- base.sh
- chef.sh
- cleanup.sh
- cleanup-virtualbox.sh
- puppetlabs-release-wheezy.deb
- puppet.sh
- ruby.sh
- vagrant.sh
- virtualbox.sh
- zerodisk.sh
- name: installing dependencies - name: installing dependencies
apt: apt:
name: apt-transport-https,ca-certificates,python-pip,tmux name: apt-transport-https,ca-certificates,python-pip,tmux