Describe the bug
Perhaps I don't understand the intent but,
1) Setting authorized_key without setting authorized_keys has no effect:
"skip_reason": "Conditional result was False"
2) Setting authorized_keys without setting authorized_key causes an error:
"'dict object' has no attribute 'authorized_key'"
3) Using both together work.
Describe the bug Perhaps I don't understand the intent but, 1) Setting authorized_key without setting authorized_keys has no effect:
"skip_reason": "Conditional result was False" 2) Setting authorized_keys without setting authorized_key causes an error: "'dict object' has no attribute 'authorized_key'" 3) Using both together work.
To Reproduce Playbook fragment: