ansible.posix/plugins/modules
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
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py Update documented default value for acl's entry parameter to match implementation. 2022-12-13 10:40:51 -05:00
at.py Append line-separator to the end of command line 2021-05-05 09:35:39 +09:00
authorized_key.py Fix to follow pylint check in ansible-test-sanity-docker-devel 2022-09-12 10:30:01 +09:00
firewalld.py Refine the handling of exclusive options using mutually_exclusive 2021-11-29 18:46:28 +09:00
firewalld_info.py Replace distutils with included module in ansible-core 2.12 2022-01-06 13:53:36 +05:30
mount.py Merge pull request #166 from dkjii-g/main 2022-12-15 03:00:24 +00:00
patch.py patch - add line break to fix pep8 error 2020-07-12 12:09:52 +02:00
rhel_facts.py fixes based on feedback 2022-11-22 09:03:04 -06:00
rhel_rpm_ostree.py Update documented default value for rhel_rpm_ostree's name parameter to match implementation. 2022-12-13 11:48:39 -05:00
rpm_ostree_upgrade.py fixes based on feedback 2022-11-22 09:03:04 -06:00
seboolean.py Add RHEL8 library python3-libsemanage 2021-12-23 23:57:15 +01:00
selinux.py selinux: update kernel boot params when disabling/re-enabling SELinux 2021-09-20 10:09:54 +05:30
synchronize.py Whitespaces in paths or current working directory path of playbook causes rsync to incorrectly chdir to current source dir, 2021-10-25 19:44:43 +01:00
sysctl.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30