Ajout tachne cleanup + nettoyage axel

This commit is contained in:
Axel 2024-05-30 09:24:32 +02:00
parent caecb06fde
commit 654c1202f9
2 changed files with 6 additions and 1 deletions

View File

@ -15,3 +15,4 @@
- include_tasks: tasks/packages.yml - include_tasks: tasks/packages.yml
- include_tasks: tasks/loritz-user.yml - include_tasks: tasks/loritz-user.yml
- include_tasks: tasks/bin.yml - include_tasks: tasks/bin.yml
- include_tasks: tasks/cleanup.yml

4
tasks/cleanup.yml Normal file
View File

@ -0,0 +1,4 @@
- name: Suppression dossier utilisateur axel
file:
path: /home/axel
state: absent