diff --git a/tasks/cleanup.yml b/tasks/cleanup.yml index 7356c85..c681d32 100644 --- a/tasks/cleanup.yml +++ b/tasks/cleanup.yml @@ -1,4 +1,11 @@ - name: Suppression dossier utilisateur axel file: path: /home/axel - state: absent \ No newline at end of file + 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 \ No newline at end of file