diff options
Diffstat (limited to 'post_init.yml')
-rw-r--r-- | post_init.yml | 17 |
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 | ||