SUMMARY
There is a problem here the exclusive key from ansible.posix.authorized_keys is not loop aware. So if want to
If you try to unpack an url directy into a list on key, it brakes.
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
Key string sepated by new line:
key: https://github.com/user.keys\nssh-ed25519 AAAAC3Nzad... admin1@example1
EXPECTED RESULTS
Run successfuly.
ACTUAL RESULTS
fatal: []: FAILED! => {"changed": false, "msg": "Error getting key from: https://github.com/user.keys\nssh-ed25519 AAAAC3Nzad... admin1@example1"}
SUMMARY
There is a problem here the
exclusivekey from ansible.posix.authorized_keys is not loop aware. So if want toIf you try to unpack an url directy into a list on
key, it brakes.ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
Key string sepated by new line:
key: https://github.com/user.keys\nssh-ed25519 AAAAC3Nzad... admin1@example1EXPECTED RESULTS
Run successfuly.
ACTUAL RESULTS