-
Notifications
You must be signed in to change notification settings - Fork 343
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_metadata_facts - fix AttributeError when running on older managed hosts #1359
ec2_metadata_facts - fix AttributeError when running on older managed hosts #1359
Conversation
recheck |
1 similar comment
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 43s |
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 51s |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 07s |
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/4e00eda350df43f5b1ec823b7a03becc ❌ ansible-galaxy-importer RETRY_LIMIT in 4m 51s |
regate |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 48s |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 3157004 on top of patchback/backports/stable-5/31570048cfbd7fe8d26c7f192b0043609d6ba8bc/pr-1359 Backporting merged PR #1359 into main
🤖 @patchback |
…ta_facts - fix AttributeError when running on older managed hosts ec2_metadata_facts - fix AttributeError when running on older managed hosts ##### SUMMARY Unlike most of our modules, the ec2_metadata_facts is always expected to run on managed hosts, and doesn't depend on the AWS SDKs. With Python 2.7 support still in place for managed hosts on all supported Ansible versions it makes sense, in the specific case of ec2_metadata_facts, to continue to support Python 2.7 for now. ##### ISSUE TYPE Bugfix Pull Request ##### COMPONENT NAME ec2_metadata_facts ##### ADDITIONAL INFORMATION fixes: ansible-collections#1358
…ibuteError when running on older managed hosts (#1420) [PR #1359/31570048 backport] [stable-5] ec2_metadata_facts - fix AttributeError when running on older managed hosts This is a MANUAL backport of PR #1359 as merged into main (3157004). SUMMARY Unlike most of our modules, the ec2_metadata_facts is always expected to run on managed hosts, and doesn't depend on the AWS SDKs. With Python 2.7 support still in place for managed hosts on all supported Ansible versions it makes sense, in the specific case of ec2_metadata_facts, to continue to support Python 2.7 for now. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_metadata_facts ADDITIONAL INFORMATION fixes: #1358
…e-collections#1359) Attempt to sync README.md docs with amazon.aws where possible SUMMARY Minor drift has occurred between the amazon.aws and community.aws docs. Attempt to re-synchronise where appropriate ISSUE TYPE Docs Pull Request COMPONENT NAME README.md ADDITIONAL INFORMATION See also : ansible-collections#937 Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None>
SUMMARY
Unlike most of our modules, the ec2_metadata_facts is always expected to run on managed hosts, and doesn't depend on the AWS SDKs.
With Python 2.7 support still in place for managed hosts on all supported Ansible versions it makes sense, in the specific case of ec2_metadata_facts, to continue to support Python 2.7 for now.
ISSUE TYPE
COMPONENT NAME
ec2_metadata_facts
ADDITIONAL INFORMATION
fixes: #1358