Adam Miller
04441336fc
add changelog fragment
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-07-15 22:57:38 -05:00
Adam Miller
711e5fefdd
make sanity tests happy
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 17:14:38 -05:00
Adam Miller
492d5e3d05
use FQCN for module call in action plugins
...
Fixes https://github.com/ansible-collections/ansible.posix/issues/11
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 15:22:34 -05:00
ansible-zuul[bot]
e02e9d17d2
Merge pull request #57 from maxamillion/changelogs/fix-23-selinux-file-extension
...
fix 23-selinux-doesnt-create-missing-config-keys file extension
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 17:46:42 +00:00
ansible-zuul[bot]
916b96b4d9
Merge pull request #55 from maxamillion/issues/37/authorized_key-check_mode-inconsistent-return
...
authorized_keys - consistent behavior in check_mode
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 17:44:02 +00:00
Adam Miller
89118af1f3
fix 23-selinux-doesnt-create-missing-config-keys file extension
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 10:48:29 -05:00
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
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
ansible-zuul[bot]
0d0f8217cf
Merge pull request #8 from sivel/ansible/pull/65973
...
Fix json callback for non-lockstep strategy plugins such as free
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 06:48:42 +00:00
ansible-zuul[bot]
691d4c77da
Merge pull request #30 from fbettag/patch-1
...
Updates authorized_key.py to be used with FIDO2 security keys.
Reviewed-by: https://github.com/apps/ansible-zuul
2020-06-19 06:20:43 +00:00
Adam Miller
9cd270461f
remove erroneous extra .gitignore
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-18 22:30:14 -05:00
Franz Bettag
00f97908d7
Updates authorized_key.py with all current ssh key types
2020-06-19 07:09:28 +05:30
Adam Miller
cb54073f65
selinux - add missing config keys when needed
...
Previously the selinux module would only edit the state of found
configuration keys SELINUX and SELINUXTYPE in /etc/selinux/config but
would not add them with desired state if they were not found.
Fixes #23
https://github.com/ansible-collections/ansible.posix/issues/23
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-18 17:28:59 -05:00
Abhijeet Kasurde
441fe8a8d9
Fix changelog config
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-18 10:41:25 +05:30
Abhijeet Kasurde
5760726dd4
Update changelog generation configuration
...
* Added missing changelog entries
* Updated configuration for changelog generation
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-17 15:57:15 +05:30
Matt Martz
23d3703a84
Fix json callback for non-lockstep strategy plugins such as free. Fixes #65931
2020-03-24 11:23:39 -05:00