laptop_playbook/tasks/cleanup.yml
2024-06-26 13:47:23 +02:00

11 lines
263 B
YAML

- name: Suppression dossier utilisateur axel
file:
path: /home/axel
state: absent
- name: Nettoie fstab
ansible.posix.mount:
src: 192.168.8.251:/ECHANGE-INSCRIPTIONS
path: /mnt/ECHANGE-INSCRIPTIONS
state: absent_from_fstab
fstype: nfs