You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running in check mode, the openssh_keypair module returns "public_key": {}.
Can the module please return the current key, at least if no changes would be required?
SUMMARY
When running in check mode, the
openssh_keypair
module returns"public_key": {}
.Can the module please return the current key, at least if no changes would be required?
ISSUE TYPE
COMPONENT NAME
openssh_keypair
ADDITIONAL INFORMATION
Copied from ansible/ansible#67185
See suggested workarounds:
FYI @joernheissler @clarsen @MarkusTeufelberger
STEPS TO REPRODUCE
Run that once without and then with check mode enabled:
EXPECTED RESULTS
I expect
somevar.public_key
to contain the public key.ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: