-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small updates to ec2 pattern #130
Conversation
Backport to stable-3: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1c2b0e9 on top of patchback/backports/stable-3/1c2b0e9ffaa7eacc783dc790ec822e258fcbd28e/pr-130 Backporting merged PR #130 into main
🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #146 🤖 @patchback |
Small updates to ec2 pattern (cherry picked from commit 1c2b0e9)
…1c2b0e9ffaa7eacc783dc790ec822e258fcbd28e/pr-130 [PR #130/1c2b0e9f backport][stable-3] Small updates to ec2 pattern
Two updates:
key_info_result
in the pattern playbook, because it gets overwritten by the included role playbook.ec2_key_info
output because that doesn't include the private key, and if there's an error with the key (for example if the user was expecting the key to be present) it's helpful to be able to see what the returned value was.