Mark Chappell

Results 122 comments of Mark Chappell

From what I could follow, the inclusion of `six==1.16.0` in `test/sanity/code-smell/docs-build.requirements.txt`is causing the system install of python38-six to get partially removed (see the linked urllib3 issue), breaking everything. The next...

The most likely cause is the AWS APIs being "eventually" consistent (the same as #1320). Sometimes the API calls will return things like the ID for a net-new resource before...

I'm happy enough with the change as long as we get the changelog fragment in there.

> So, is there a recommended workaround for the moment? I've just taught myself how to debug tasks because I expected this pattern to work, when it didn't. ec2_instance_info: https://docs.ansible.com/ansible/devel/collections/amazon/aws/ec2_instance_info_module.html

Not much more can be done here. We have to open separate connections for each region, and unless someone specifies assuming a role then AWS will request a new token...