mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
Removes some unnecessary files from the home folders
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
- vagrant.yml
|
||||
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
|
||||
apt:
|
||||
name: apt-transport-https,ca-certificates,python-pip,tmux
|
||||
|
||||
Reference in New Issue
Block a user