]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - post_init.yml
Add a tag to prevent gpg-related actions during the home bootstrap
[perso/Immae/Config/Ansible.git] / post_init.yml
diff --git a/post_init.yml b/post_init.yml
new file mode 100644 (file)
index 0000000..8a5c408
--- /dev/null
@@ -0,0 +1,17 @@
+---
+- hosts: home
+  tasks:
+    - file:
+        path: "$HOME/{{ item }}"
+        state: absent
+      loop:
+        - .bash_profile
+        - .bash_history
+        - Bureau
+        - Documents
+        - Images
+        - Modèles
+        - Musique
+        - Public
+        - Téléchargements
+        - Vidéos