-
Notifications
You must be signed in to change notification settings - Fork 348
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
ec2_instance: add support for modifying instance metadata options #1918
ec2_instance: add support for modifying instance metadata options #1918
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
2f8446c
to
58c5c67
Compare
This comment was marked as outdated.
This comment was marked as outdated.
58c5c67
to
ce4a479
Compare
This comment was marked as outdated.
This comment was marked as outdated.
7b8e735
to
4f9c56e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
This comment was marked as outdated.
This comment was marked as outdated.
tests/integration/targets/ec2_instance_metadata_options/tasks/main.yml
Outdated
Show resolved
Hide resolved
recheck |
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
e8fdc3a
to
3e10c43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please leave the inventory plugin and ignore files as they were.
The 2.17 ignore entry can be removed when the next milestone is released.
b751ea5
to
3e10c43
Compare
Reverted. |
3e10c43
to
71a0b12
Compare
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
This comment was marked as outdated.
This comment was marked as outdated.
tests/integration/targets/ec2_instance_metadata_options/tasks/main.yml
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
…nstane not in running
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
cef7268
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #1934 🤖 @patchback |
) ec2_instance: add support for modifying instance metadata options SUMMARY Fixes #1864 This PR add support for modifying instance metadata options. Uses client. modify_instance_metadata_options() ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Helen Bailey <[email protected]> Reviewed-by: Mark Chappell Reviewed-by: Bikouo Aubin Reviewed-by: GomathiselviS Reviewed-by: Mandar Kulkarni <[email protected]> (cherry picked from commit cef7268)
) (#1934) [PR #1918/cef72686 backport][stable-7] ec2_instance: add support for modifying instance metadata options This is a backport of PR #1918 as merged into main (cef7268). SUMMARY Fixes #1864 This PR add support for modifying instance metadata options. Uses client. modify_instance_metadata_options() ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
Fixes #1864
This PR add support for modifying instance metadata options.
Uses
client. modify_instance_metadata_options()
ISSUE TYPE
COMPONENT NAME
ec2_instance
ADDITIONAL INFORMATION