summaryrefslogtreecommitdiff
path: root/post_init.yml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 01:54:14 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 02:17:57 +0100
commit39749dd76fb02744f26c68054a9955cbe3e26849 (patch)
treee235402070f5fa99735732a0defb33be104023b6 /post_init.yml
parentdf352b462703d68c9cfd2fa5ad85514ce0bd71fa (diff)
downloadAnsible-39749dd76fb02744f26c68054a9955cbe3e26849.tar.gz
Ansible-39749dd76fb02744f26c68054a9955cbe3e26849.tar.zst
Ansible-39749dd76fb02744f26c68054a9955cbe3e26849.zip
Add a tag to prevent gpg-related actions during the home bootstrap
Diffstat (limited to 'post_init.yml')
-rw-r--r--post_init.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/post_init.yml b/post_init.yml
new file mode 100644
index 0000000..8a5c408
--- /dev/null
+++ b/post_init.yml
@@ -0,0 +1,17 @@
1---
2- hosts: home
3 tasks:
4 - file:
5 path: "$HOME/{{ item }}"
6 state: absent
7 loop:
8 - .bash_profile
9 - .bash_history
10 - Bureau
11 - Documents
12 - Images
13 - Modèles
14 - Musique
15 - Public
16 - Téléchargements
17 - Vidéos