mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| acl.py | ||
| at.py | ||
| authorized_key.py | ||
| firewalld.py | ||
| firewalld_info.py | ||
| mount.py | ||
| patch.py | ||
| rhel_facts.py | ||
| rhel_rpm_ostree.py | ||
| rpm_ostree_upgrade.py | ||
| seboolean.py | ||
| selinux.py | ||
| synchronize.py | ||
| sysctl.py | ||