From 39749dd76fb02744f26c68054a9955cbe3e26849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 21 Nov 2018 01:54:14 +0100 Subject: Add a tag to prevent gpg-related actions during the home bootstrap --- post_init.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 post_init.yml (limited to 'post_init.yml') 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 @@ +--- +- 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 -- cgit v1.2.3