Ansible Collection for Posix
Find a file
Adam Miller 86a5950efa authorized_keys - consistent behavior in check_mode
Previously check_mode would incorrectly return changed=False even when a
change would have taken place if ran without check_mode, with
integration tests that confirmed this incorrect behavior. Also the
module did not correctly populate the return values when run in
check_mode. Both of these issues are resolved in this PR.

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

Signed-off-by: Adam Miller <admiller@redhat.com>
2020-06-19 09:18:52 -05:00
.github Bootstrap Collection (#1) 2020-03-13 09:12:26 +00:00
changelogs authorized_keys - consistent behavior in check_mode 2020-06-19 09:18:52 -05:00
hacking Migrate hacking/cgroup_perf_recap_graph.py (#12) 2020-04-22 23:05:09 -05:00
plugins authorized_keys - consistent behavior in check_mode 2020-06-19 09:18:52 -05:00
tests authorized_keys - consistent behavior in check_mode 2020-06-19 09:18:52 -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.