1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00
ansible.posix/plugins
softwarefactory-project-zuul[bot] 6b7dc6ee0a
Merge pull request #166 from dkjii-g/main
ansible.posix.mount: add absent_from_fstab option

SUMMARY
Add absent_from_fstab option to remove the entry from fstab, but not unmount or delete the folder. Ideally this would have been the behavior of absent (as to mirror the behavior of present), but for backward compatibility I added a new verbose state
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
mount
ADDITIONAL INFORMATION
Sometimes you may not want to delete the mountpoint (e.g. if it is not currently mounted and data is in the directory, the current behavior will simply error).

Reviewed-by: Amin Vakil <None>
Reviewed-by: None <None>
2022-12-15 03:00:24 +00:00
..
action move plugin to correct dir 2022-10-07 18:30:49 +02:00
callback Update profile_tasks.py 2022-07-15 14:04:06 -04:00
module_utils More complete missing lib msg 2022-06-03 18:39:01 -04:00
modules Merge pull request #166 from dkjii-g/main 2022-12-15 03:00:24 +00:00
shell Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00