ansible.posix/plugins/modules
Adam Miller 01d06f6be3 mount - fix module_util pathing issue for ansible 2.9
In Ansible 2.9 (pre 2.10 routing), the AnsiballZ creation of the payload
will add an extra directory to the module_util path because ismount.py
shares the same name as it's parent dir which creates an inconsistency
in the payload creation. This causes the Collection module
ansible.posix.mount to work in Ansible 2.10 but not 2.9, with this pull
request a simple renaming of the module_util which side steps this
inconsistency.

Fixes https://github.com/ansible-collections/ansible.posix/issues/21

Signed-off-by: Adam Miller <admiller@redhat.com>
2020-06-19 09:18:32 -05:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00
at.py Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00
authorized_key.py Updates authorized_key.py with all current ssh key types 2020-06-19 07:09:28 +05:30
mount.py mount - fix module_util pathing issue for ansible 2.9 2020-06-19 09:18:32 -05:00
patch.py Remove sanity jobs from shippable 2020-06-16 19:46:58 -04:00
seboolean.py Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00
selinux.py selinux - add missing config keys when needed 2020-06-18 17:28:59 -05:00
synchronize.py Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00
sysctl.py Remove Ansible metadata from modules (#25) 2020-05-21 11:55:32 -05:00