authorized_key: Add support for additional key types

Fixes: #134

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2021-05-24 19:16:22 +05:30
parent 1f15216d0d
commit c985096af5
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).