ansible.posix/plugins
Yves MOYROUD 5ee818ec86
Update mount.py
In function main(), remove rmdir in case if state == 'absent'.
Unmounting a file system should not lead to delete anything that is revealed after unmounting. 
Also, it leads to an error if a non empty directory is present under the ex-mountpoint after umount : [Errno 39] Directory not empty
So umount is successfull but the ansible run is failed. Of course, it is solved on second run.
2024-09-18 17:41:21 +02:00
..
action Merge pull request #361 from k3it/main 2024-09-09 09:39:57 +00:00
callback Remove skippy callback 2024-09-05 16:08:40 +09:00
module_utils respawn firewalld module when selinux is missing 2023-05-14 05:44:47 +00:00
modules Update mount.py 2024-09-18 17:41:21 +02:00
shell