ansible.posix/plugins/modules
ansible-zuul[bot] 90385b97d8
Merge pull request #288 from nerrehmit/main
Remove deprecated option from nfs mount example

SUMMARY
This removes the intr option from the documentation example for nfs mounts.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
mount.py
ADDITIONAL INFORMATION
According to the nfs manpage the intr/ nointr option has been deprecated with Kernel 2.6.25 which was released in April 2008 wiki
Even RHEL 6.10 which is already on Extended life cycle support is using a newer 2.6 Kernel. https://access.redhat.com/articles/3078
This does not change any module functionality. It simply removes the option from the nfs mount example.

Reviewed-by: None <None>
2021-11-12 18:28:25 +00:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py acl: Add new alias 2021-06-04 16:51:15 +05:30
at.py Append line-separator to the end of command line 2021-05-05 09:35:39 +09:00
authorized_key.py docs(authorized_key): add lookup.url example 2021-09-08 08:00:56 +02:00
firewalld.py Add python-firewall to requirements of firewalld 2021-11-07 10:20:12 +09:00
firewalld_info.py Add new firewalld_info module to ansible.posix collection 2021-07-09 23:47:12 +09:00
mount.py Remove deprecated option from nfs mount example 2021-11-08 16:14:01 +01:00
patch.py patch - add line break to fix pep8 error 2020-07-12 12:09:52 +02:00
seboolean.py Fix sanity test for modules 2021-03-02 18:53:06 +05:30
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