1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-03 23:51:48 +00:00

Revert "Revert "Merge pull request #568 from abakanovskii/feature/add_path_option_authorized_key""

This reverts commit 098b5bee70.
This commit is contained in:
Hideki Saito 2024-10-09 15:41:37 +09:00
parent 57be05289c
commit 906bbb88b7
No known key found for this signature in database
GPG key ID: 3E1D43AA010AC50A
5 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- authorized_keys - allow using absolute path to a file as a SSH key(s) source (https://github.com/ansible-collections/ansible.posix/pull/568)