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
This commit is contained in:
ansible-zuul[bot]
2020-06-19 06:20:43 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- authorized_keys - Added FIDO2 security keys (https://github.com/ansible-collections/ansible.posix/issues/17).