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
This commit is contained in:
ansible-zuul[bot]
2020-06-19 17:44:02 +00:00
committed by GitHub
3 changed files with 18 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- authorized_keys - fix inconsistent return value for check mode (https://github.com/ansible-collections/ansible.posix/issues/37)