mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| acl.py | ||
| at.py | ||
| authorized_key.py | ||
| mount.py | ||
| patch.py | ||
| seboolean.py | ||
| selinux.py | ||
| synchronize.py | ||
| sysctl.py | ||