mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Removes some unnecessary files from the home folders
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user