From 654c1202f95be147439a75d36e9a768dd7643563 Mon Sep 17 00:00:00 2001 From: Axel Date: Thu, 30 May 2024 09:24:32 +0200 Subject: [PATCH] Ajout tachne cleanup + nettoyage axel --- local.yml | 3 ++- tasks/cleanup.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tasks/cleanup.yml diff --git a/local.yml b/local.yml index e896f76..e0578d6 100644 --- a/local.yml +++ b/local.yml @@ -14,4 +14,5 @@ - include_tasks: tasks/cron.yml - include_tasks: tasks/packages.yml - include_tasks: tasks/loritz-user.yml - - include_tasks: tasks/bin.yml \ No newline at end of file + - include_tasks: tasks/bin.yml + - include_tasks: tasks/cleanup.yml \ No newline at end of file diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml new file mode 100644 index 0000000..7356c85 --- /dev/null +++ b/tasks/cleanup.yml @@ -0,0 +1,4 @@ +- name: Suppression dossier utilisateur axel + file: + path: /home/axel + state: absent \ No newline at end of file