Merge pull request #189 from Akasurde/i134

authorized_key: Add support for additional key types

Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
ansible-zuul[bot]
2021-05-27 06:24:03 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- authorized_key - add a list of valid key types (https://github.com/ansible-collections/ansible.posix/issues/134).