Ansible Collection for Posix
Find a file
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
.github Bootstrap Collection (#1) 2020-03-13 09:12:26 +00:00
changelogs mount - fix module_util pathing issue for ansible 2.9 2020-06-19 09:18:32 -05:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
plugins mount - fix module_util pathing issue for ansible 2.9 2020-06-19 09:18:32 -05:00
tests selinux - add missing config keys when needed 2020-06-18 17:28:59 -05:00
.gitignore Update changelog generation configuration 2020-06-17 15:57:15 +05:30
COPYING Initial commit 2020-03-09 13:15:28 +00:00
galaxy.yml Prepare for 0.1.3 release 2020-06-16 20:21:31 -04:00
README.md add 2.9 note and contributor link 2020-06-17 16:23:15 -04:00
requirements.txt Remove sanity jobs from shippable 2020-06-16 19:46:58 -04:00
shippable.yml Add support for running ansible-test unit in zuul 2020-06-17 09:34:36 -04:00
test-requirements.txt Add support for running ansible-test unit in zuul 2020-06-17 09:34:36 -04:00

ansible.posix

Run Status

Tested with Ansible

  • ansible-base 2.10 (devel)

External requirements

None

Included content

Installing this collection

You can install the ansible.posix collection with the Ansible Galaxy CLI:

ansible-galaxy collection install ansible.posix

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: ansible.posix

Using this collection

See Ansible Using collections for more details.

NOTE: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated.

Contributing to this collection

We welcome community contributions to this collection. See Contributing to Ansible-maintained collections for complete details.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Release notes

  • 0.1.1 Initial stable build
  • 0.1.0 Internal only build

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See COPYING to see the full text.