all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 162.253.55.42 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: e3e6445f-655d-40ac-95b8-9cdcf0a0e205 host_id: cbf77c162637fdd0e01a5fd1648344bc082ef4e142a7eb44d1145ee2 interface_ip: 162.253.55.42 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.174 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 162.253.55.42 public_ipv6: 2604:e100:1:0:f816:3eff:fe5e:5dbd region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/zuul-manifest.json - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 10.7.7 name: community.general patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/community-general-10.7.7.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 3.1.0 name: community.crypto patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/community-crypto-3.1.0.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 10.0.1-dev4 name: community.aws patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/community-aws-10.0.1-dev4.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 3.3.1-dev1 name: ansible.windows patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/ansible-windows-3.3.1-dev1.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 6.0.1-dev12 name: ansible.utils patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/ansible-utils-6.0.1-dev12.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 8.2.1-dev26 name: ansible.netcommon patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/ansible-netcommon-8.2.1-dev26.tar.gz - branch: stable-10 change: '2779' job: build-ansible-collection metadata: type: ansible_collection version: 10.1.3-dev11 name: amazon.aws patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: ansible-collections/amazon.aws url: https://3f4a127aef42e9125467-7b25696bde6c22471ee8e4901f58f6a9.ssl.cf1.rackcdn.com/ansible/249f0b3631ef4254a24033aae580d97b/artifacts/amazon-aws-10.1.3-dev11.tar.gz attempts: 1 branch: stable-10 build: f6f27c47a3b145f59cef43c6aaec41cb build_refs: - branch: stable-10 change: '2779' change_message: "[PR #2772/90961864 backport][stable-10] Fix sanity test failures - bad-return-value-keys\n\n**This is a backport of PR #2772 as merged into main (9096186407e387f8941a590c3d0c87d78523144f).**\n\n##### SUMMARY\r\n\r\n\r\n\r\n\r\nThis PR fixes the sanity failures that are seen on the devel branch of ansible-core (2.21).\r\nRefer: https://github.com/ansible/ansible/pull/86079\r\n\r\nFixes the following sanity failures\r\n\r\n```\r\nERROR: Found 13 validate-modules issue(s) which need to be resolved:\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'values' found in dhcp_options -> dhcp_configurations should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/lambda_info.py:0:0: bad-return-value-key: Return value key 'function.TheName' should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/route53.py:0:0: bad-return-value-key: Return value key 'values' found in resource_record_sets should not be used for return values since it cannot be accessed with dot notation in Jinja\r\n```\r\n\r\nUsed Claude-Code to update the documentation \r\n\r\n##### ISSUE TYPE\r\n\r\n- Bugfix Pull Request\r\n- Docs Pull Request\r\n- Feature Pull Request\r\n- New Module Pull Request\r\n\r\n##### COMPONENT NAME\r\n\r\n\r\n##### ADDITIONAL INFORMATION\r\n\r\n\r\n\r\n\r\n```paste below\r\n\r\n```\r\n" change_url: https://github.com/ansible-collections/amazon.aws/pull/2779 commit_id: b015df876d24ab91d7dbaa23f54a202bcdaccf5a patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/amazon.aws name: ansible-collections/amazon.aws short_name: amazon.aws src_dir: src/github.com/ansible-collections/amazon.aws topic: null buildset: 5ddb61c1c2b943e6b33c7aece7ebd370 buildset_refs: - branch: stable-10 change: '2779' change_message: "[PR #2772/90961864 backport][stable-10] Fix sanity test failures - bad-return-value-keys\n\n**This is a backport of PR #2772 as merged into main (9096186407e387f8941a590c3d0c87d78523144f).**\n\n##### SUMMARY\r\n\r\n\r\n\r\n\r\nThis PR fixes the sanity failures that are seen on the devel branch of ansible-core (2.21).\r\nRefer: https://github.com/ansible/ansible/pull/86079\r\n\r\nFixes the following sanity failures\r\n\r\n```\r\nERROR: Found 13 validate-modules issue(s) which need to be resolved:\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'values' found in dhcp_options -> dhcp_configurations should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/lambda_info.py:0:0: bad-return-value-key: Return value key 'function.TheName' should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/route53.py:0:0: bad-return-value-key: Return value key 'values' found in resource_record_sets should not be used for return values since it cannot be accessed with dot notation in Jinja\r\n```\r\n\r\nUsed Claude-Code to update the documentation \r\n\r\n##### ISSUE TYPE\r\n\r\n- Bugfix Pull Request\r\n- Docs Pull Request\r\n- Feature Pull Request\r\n- New Module Pull Request\r\n\r\n##### COMPONENT NAME\r\n\r\n\r\n##### ADDITIONAL INFORMATION\r\n\r\n\r\n\r\n\r\n```paste below\r\n\r\n```\r\n" change_url: https://github.com/ansible-collections/amazon.aws/pull/2779 commit_id: b015df876d24ab91d7dbaa23f54a202bcdaccf5a patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/amazon.aws name: ansible-collections/amazon.aws short_name: amazon.aws src_dir: src/github.com/ansible-collections/amazon.aws topic: null change: '2779' change_message: "[PR #2772/90961864 backport][stable-10] Fix sanity test failures - bad-return-value-keys\n\n**This is a backport of PR #2772 as merged into main (9096186407e387f8941a590c3d0c87d78523144f).**\n\n##### SUMMARY\r\n\r\n\r\n\r\n\r\nThis PR fixes the sanity failures that are seen on the devel branch of ansible-core (2.21).\r\nRefer: https://github.com/ansible/ansible/pull/86079\r\n\r\nFixes the following sanity failures\r\n\r\n```\r\nERROR: Found 13 validate-modules issue(s) which need to be resolved:\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'values' found in dhcp_options -> dhcp_configurations should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/lambda_info.py:0:0: bad-return-value-key: Return value key 'function.TheName' should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/route53.py:0:0: bad-return-value-key: Return value key 'values' found in resource_record_sets should not be used for return values since it cannot be accessed with dot notation in Jinja\r\n```\r\n\r\nUsed Claude-Code to update the documentation \r\n\r\n##### ISSUE TYPE\r\n\r\n- Bugfix Pull Request\r\n- Docs Pull Request\r\n- Feature Pull Request\r\n- New Module Pull Request\r\n\r\n##### COMPONENT NAME\r\n\r\n\r\n##### ADDITIONAL INFORMATION\r\n\r\n\r\n\r\n\r\n```paste below\r\n\r\n```\r\n" change_url: https://github.com/ansible-collections/amazon.aws/pull/2779 child_jobs: [] commit_id: b015df876d24ab91d7dbaa23f54a202bcdaccf5a event_id: c2ed5bb0-d5f3-11f0-930a-9b3172efd6f6 executor: hostname: ze04.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/f6f27c47a3b145f59cef43c6aaec41cb/ansible/inventory.yaml log_root: /var/lib/zuul/builds/f6f27c47a3b145f59cef43c6aaec41cb/work/logs result_data_file: /var/lib/zuul/builds/f6f27c47a3b145f59cef43c6aaec41cb/work/results.json src_root: /var/lib/zuul/builds/f6f27c47a3b145f59cef43c6aaec41cb/work/src work_root: /var/lib/zuul/builds/f6f27c47a3b145f59cef43c6aaec41cb/work items: - branch: stable-10 change: '2779' change_message: "[PR #2772/90961864 backport][stable-10] Fix sanity test failures - bad-return-value-keys\n\n**This is a backport of PR #2772 as merged into main (9096186407e387f8941a590c3d0c87d78523144f).**\n\n##### SUMMARY\r\n\r\n\r\n\r\n\r\nThis PR fixes the sanity failures that are seen on the devel branch of ansible-core (2.21).\r\nRefer: https://github.com/ansible/ansible/pull/86079\r\n\r\nFixes the following sanity failures\r\n\r\n```\r\nERROR: Found 13 validate-modules issue(s) which need to be resolved:\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'domain-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-name-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'netbios-node-type' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'ntp-servers' found in dhcp_config should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/ec2_vpc_dhcp_option_info.py:0:0: bad-return-value-key: Return value key 'values' found in dhcp_options -> dhcp_configurations should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/lambda_info.py:0:0: bad-return-value-key: Return value key 'function.TheName' should not be used for return values since it cannot be accessed with dot notation in Jinja\r\nERROR: plugins/modules/route53.py:0:0: bad-return-value-key: Return value key 'values' found in resource_record_sets should not be used for return values since it cannot be accessed with dot notation in Jinja\r\n```\r\n\r\nUsed Claude-Code to update the documentation \r\n\r\n##### ISSUE TYPE\r\n\r\n- Bugfix Pull Request\r\n- Docs Pull Request\r\n- Feature Pull Request\r\n- New Module Pull Request\r\n\r\n##### COMPONENT NAME\r\n\r\n\r\n##### ADDITIONAL INFORMATION\r\n\r\n\r\n\r\n\r\n```paste below\r\n\r\n```\r\n" change_url: https://github.com/ansible-collections/amazon.aws/pull/2779 commit_id: b015df876d24ab91d7dbaa23f54a202bcdaccf5a patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/amazon.aws name: ansible-collections/amazon.aws short_name: amazon.aws src_dir: src/github.com/ansible-collections/amazon.aws topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: W1BSICMyNzcyLzkwOTYxODY0IGJhY2twb3J0XVtzdGFibGUtMTBdIEZpeCBzYW5pdHkgdGVzdCBmYWlsdXJlcyAtIGJhZC1yZXR1cm4tdmFsdWUta2V5cwoKKipUaGlzIGlzIGEgYmFja3BvcnQgb2YgUFIgIzI3NzIgYXMgbWVyZ2VkIGludG8gbWFpbiAoOTA5NjE4NjQwN2UzODdmODk0MWE1OTBjM2QwYzg3ZDc4NTIzMTQ0ZikuKioKCiMjIyMjIFNVTU1BUlkNCjwhLS0tIERlc2NyaWJlIHRoZSBjaGFuZ2UgYmVsb3csIGluY2x1ZGluZyByYXRpb25hbGUgYW5kIGRlc2lnbiBkZWNpc2lvbnMgLS0+DQoNCjwhLS0tIEhJTlQ6IEluY2x1ZGUgIkZpeGVzICNubm4iIGlmIHlvdSBhcmUgZml4aW5nIGFuIGV4aXN0aW5nIGlzc3VlIC0tPg0KDQpUaGlzIFBSIGZpeGVzIHRoZSBzYW5pdHkgZmFpbHVyZXMgdGhhdCBhcmUgc2VlbiBvbiB0aGUgZGV2ZWwgYnJhbmNoIG9mIGFuc2libGUtY29yZSAoMi4yMSkuDQpSZWZlcjogaHR0cHM6Ly9naXRodWIuY29tL2Fuc2libGUvYW5zaWJsZS9wdWxsLzg2MDc5DQoNCkZpeGVzIHRoZSBmb2xsb3dpbmcgc2FuaXR5IGZhaWx1cmVzDQoNCmBgYA0KRVJST1I6IEZvdW5kIDEzIHZhbGlkYXRlLW1vZHVsZXMgaXNzdWUocykgd2hpY2ggbmVlZCB0byBiZSByZXNvbHZlZDoNCkVSUk9SOiBwbHVnaW5zL21vZHVsZXMvZWMyX3ZwY19kaGNwX29wdGlvbi5weTowOjA6IGJhZC1yZXR1cm4tdmFsdWUta2V5OiBSZXR1cm4gdmFsdWUga2V5ICdkb21haW4tbmFtZScgZm91bmQgaW4gZGhjcF9jb25maWcgc2hvdWxkIG5vdCBiZSB1c2VkIGZvciByZXR1cm4gdmFsdWVzIHNpbmNlIGl0IGNhbm5vdCBiZSBhY2Nlc3NlZCB3aXRoIGRvdCBub3RhdGlvbiBpbiBKaW5qYQ0KRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9lYzJfdnBjX2RoY3Bfb3B0aW9uLnB5OjA6MDogYmFkLXJldHVybi12YWx1ZS1rZXk6IFJldHVybiB2YWx1ZSBrZXkgJ2RvbWFpbi1uYW1lLXNlcnZlcnMnIGZvdW5kIGluIGRoY3BfY29uZmlnIHNob3VsZCBub3QgYmUgdXNlZCBmb3IgcmV0dXJuIHZhbHVlcyBzaW5jZSBpdCBjYW5ub3QgYmUgYWNjZXNzZWQgd2l0aCBkb3Qgbm90YXRpb24gaW4gSmluamENCkVSUk9SOiBwbHVnaW5zL21vZHVsZXMvZWMyX3ZwY19kaGNwX29wdGlvbi5weTowOjA6IGJhZC1yZXR1cm4tdmFsdWUta2V5OiBSZXR1cm4gdmFsdWUga2V5ICduZXRiaW9zLW5hbWUtc2VydmVycycgZm91bmQgaW4gZGhjcF9jb25maWcgc2hvdWxkIG5vdCBiZSB1c2VkIGZvciByZXR1cm4gdmFsdWVzIHNpbmNlIGl0IGNhbm5vdCBiZSBhY2Nlc3NlZCB3aXRoIGRvdCBub3RhdGlvbiBpbiBKaW5qYQ0KRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9lYzJfdnBjX2RoY3Bfb3B0aW9uLnB5OjA6MDogYmFkLXJldHVybi12YWx1ZS1rZXk6IFJldHVybiB2YWx1ZSBrZXkgJ25ldGJpb3Mtbm9kZS10eXBlJyBmb3VuZCBpbiBkaGNwX2NvbmZpZyBzaG91bGQgbm90IGJlIHVzZWQgZm9yIHJldHVybiB2YWx1ZXMgc2luY2UgaXQgY2Fubm90IGJlIGFjY2Vzc2VkIHdpdGggZG90IG5vdGF0aW9uIGluIEppbmphDQpFUlJPUjogcGx1Z2lucy9tb2R1bGVzL2VjMl92cGNfZGhjcF9vcHRpb24ucHk6MDowOiBiYWQtcmV0dXJuLXZhbHVlLWtleTogUmV0dXJuIHZhbHVlIGtleSAnbnRwLXNlcnZlcnMnIGZvdW5kIGluIGRoY3BfY29uZmlnIHNob3VsZCBub3QgYmUgdXNlZCBmb3IgcmV0dXJuIHZhbHVlcyBzaW5jZSBpdCBjYW5ub3QgYmUgYWNjZXNzZWQgd2l0aCBkb3Qgbm90YXRpb24gaW4gSmluamENCkVSUk9SOiBwbHVnaW5zL21vZHVsZXMvZWMyX3ZwY19kaGNwX29wdGlvbl9pbmZvLnB5OjA6MDogYmFkLXJldHVybi12YWx1ZS1rZXk6IFJldHVybiB2YWx1ZSBrZXkgJ2RvbWFpbi1uYW1lJyBmb3VuZCBpbiBkaGNwX2NvbmZpZyBzaG91bGQgbm90IGJlIHVzZWQgZm9yIHJldHVybiB2YWx1ZXMgc2luY2UgaXQgY2Fubm90IGJlIGFjY2Vzc2VkIHdpdGggZG90IG5vdGF0aW9uIGluIEppbmphDQpFUlJPUjogcGx1Z2lucy9tb2R1bGVzL2VjMl92cGNfZGhjcF9vcHRpb25faW5mby5weTowOjA6IGJhZC1yZXR1cm4tdmFsdWUta2V5OiBSZXR1cm4gdmFsdWUga2V5ICdkb21haW4tbmFtZS1zZXJ2ZXJzJyBmb3VuZCBpbiBkaGNwX2NvbmZpZyBzaG91bGQgbm90IGJlIHVzZWQgZm9yIHJldHVybiB2YWx1ZXMgc2luY2UgaXQgY2Fubm90IGJlIGFjY2Vzc2VkIHdpdGggZG90IG5vdGF0aW9uIGluIEppbmphDQpFUlJPUjogcGx1Z2lucy9tb2R1bGVzL2VjMl92cGNfZGhjcF9vcHRpb25faW5mby5weTowOjA6IGJhZC1yZXR1cm4tdmFsdWUta2V5OiBSZXR1cm4gdmFsdWUga2V5ICduZXRiaW9zLW5hbWUtc2VydmVycycgZm91bmQgaW4gZGhjcF9jb25maWcgc2hvdWxkIG5vdCBiZSB1c2VkIGZvciByZXR1cm4gdmFsdWVzIHNpbmNlIGl0IGNhbm5vdCBiZSBhY2Nlc3NlZCB3aXRoIGRvdCBub3RhdGlvbiBpbiBKaW5qYQ0KRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9lYzJfdnBjX2RoY3Bfb3B0aW9uX2luZm8ucHk6MDowOiBiYWQtcmV0dXJuLXZhbHVlLWtleTogUmV0dXJuIHZhbHVlIGtleSAnbmV0Ymlvcy1ub2RlLXR5cGUnIGZvdW5kIGluIGRoY3BfY29uZmlnIHNob3VsZCBub3QgYmUgdXNlZCBmb3IgcmV0dXJuIHZhbHVlcyBzaW5jZSBpdCBjYW5ub3QgYmUgYWNjZXNzZWQgd2l0aCBkb3Qgbm90YXRpb24gaW4gSmluamENCkVSUk9SOiBwbHVnaW5zL21vZHVsZXMvZWMyX3ZwY19kaGNwX29wdGlvbl9pbmZvLnB5OjA6MDogYmFkLXJldHVybi12YWx1ZS1rZXk6IFJldHVybiB2YWx1ZSBrZXkgJ250cC1zZXJ2ZXJzJyBmb3VuZCBpbiBkaGNwX2NvbmZpZyBzaG91bGQgbm90IGJlIHVzZWQgZm9yIHJldHVybiB2YWx1ZXMgc2luY2UgaXQgY2Fubm90IGJlIGFjY2Vzc2VkIHdpdGggZG90IG5vdGF0aW9uIGluIEppbmphDQpFUlJPUjogcGx1Z2lucy9tb2R1bGVzL2VjMl92cGNfZGhjcF9vcHRpb25faW5mby5weTowOjA6IGJhZC1yZXR1cm4tdmFsdWUta2V5OiBSZXR1cm4gdmFsdWUga2V5ICd2YWx1ZXMnIGZvdW5kIGluIGRoY3Bfb3B0aW9ucyAtPiBkaGNwX2NvbmZpZ3VyYXRpb25zIHNob3VsZCBub3QgYmUgdXNlZCBmb3IgcmV0dXJuIHZhbHVlcyBzaW5jZSBpdCBjYW5ub3QgYmUgYWNjZXNzZWQgd2l0aCBkb3Qgbm90YXRpb24gaW4gSmluamENCkVSUk9SOiBwbHVnaW5zL21vZHVsZXMvbGFtYmRhX2luZm8ucHk6MDowOiBiYWQtcmV0dXJuLXZhbHVlLWtleTogUmV0dXJuIHZhbHVlIGtleSAnZnVuY3Rpb24uVGhlTmFtZScgc2hvdWxkIG5vdCBiZSB1c2VkIGZvciByZXR1cm4gdmFsdWVzIHNpbmNlIGl0IGNhbm5vdCBiZSBhY2Nlc3NlZCB3aXRoIGRvdCBub3RhdGlvbiBpbiBKaW5qYQ0KRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9yb3V0ZTUzLnB5OjA6MDogYmFkLXJldHVybi12YWx1ZS1rZXk6IFJldHVybiB2YWx1ZSBrZXkgJ3ZhbHVlcycgZm91bmQgaW4gcmVzb3VyY2VfcmVjb3JkX3NldHMgc2hvdWxkIG5vdCBiZSB1c2VkIGZvciByZXR1cm4gdmFsdWVzIHNpbmNlIGl0IGNhbm5vdCBiZSBhY2Nlc3NlZCB3aXRoIGRvdCBub3RhdGlvbiBpbiBKaW5qYQ0KYGBgDQoNClVzZWQgQ2xhdWRlLUNvZGUgdG8gdXBkYXRlIHRoZSBkb2N1bWVudGF0aW9uIA0KDQojIyMjIyBJU1NVRSBUWVBFDQo8IS0tLSBQaWNrIG9uZSBiZWxvdyBhbmQgZGVsZXRlIHRoZSByZXN0IC0tPg0KLSBCdWdmaXggUHVsbCBSZXF1ZXN0DQotIERvY3MgUHVsbCBSZXF1ZXN0DQotIEZlYXR1cmUgUHVsbCBSZXF1ZXN0DQotIE5ldyBNb2R1bGUgUHVsbCBSZXF1ZXN0DQoNCiMjIyMjIENPTVBPTkVOVCBOQU1FDQo8IS0tLSBXcml0ZSB0aGUgc2hvcnQgbmFtZSBvZiB0aGUgbW9kdWxlLCBwbHVnaW4sIHRhc2sgb3IgZmVhdHVyZSBiZWxvdyAtLT4NCg0KIyMjIyMgQURESVRJT05BTCBJTkZPUk1BVElPTg0KPCEtLS0gSW5jbHVkZSBhZGRpdGlvbmFsIGluZm9ybWF0aW9uIHRvIGhlbHAgcGVvcGxlIHVuZGVyc3RhbmQgdGhlIGNoYW5nZSBoZXJlIC0tPg0KPCEtLS0gQSBzdGVwLWJ5LXN0ZXAgcmVwcm9kdWN0aW9uIG9mIHRoZSBwcm9ibGVtIGlzIGhlbHBmdWwgaWYgdGhlcmUgaXMgbm8gcmVsYXRlZCBpc3N1ZSAtLT4NCg0KPCEtLS0gUGFzdGUgdmVyYmF0aW0gY29tbWFuZCBvdXRwdXQgYmVsb3csIGUuZy4gYmVmb3JlIGFuZCBhZnRlciB5b3VyIGNoYW5nZSAtLT4NCmBgYHBhc3RlIGJlbG93DQoNCmBgYA0K patchset: b015df876d24ab91d7dbaa23f54a202bcdaccf5a pipeline: gate playbook_context: playbook_projects: trusted/project_0/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 186a52bad248b7388498a96fff41a77d81761fd9 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 935cfd422c2237f4863cdcdf5fb201bce8c32a67 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: e7ff49de526383ec1701720d6aed921160ec3931 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 186a52bad248b7388498a96fff41a77d81761fd9 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 935cfd422c2237f4863cdcdf5fb201bce8c32a67 playbooks: - path: untrusted/project_0/github.com/ansible/ansible-zuul-jobs/playbooks/ansible-galaxy-importer/run.yaml roles: - checkout: master checkout_description: playbook branch link_name: ansible/playbook_0/role_0/zuul-jobs link_target: untrusted/project_0/github.com/ansible/ansible-zuul-jobs role_path: ansible/playbook_0/role_0/zuul-jobs/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_1/zuul-config link_target: untrusted/project_1/github.com/ansible/zuul-config role_path: ansible/playbook_0/role_1/zuul-config/roles - checkout: master checkout_description: project default branch link_name: ansible/playbook_0/role_2/zuul-jobs link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs role_path: ansible/playbook_0/role_2/zuul-jobs/roles post_review: false project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/amazon.aws name: ansible-collections/amazon.aws short_name: amazon.aws src_dir: src/github.com/ansible-collections/amazon.aws projects: github.com/ansible-collections/amazon.aws: canonical_hostname: github.com canonical_name: github.com/ansible-collections/amazon.aws checkout: stable-10 checkout_description: zuul branch commit: 93d5637ecfcf8394ba0e2409fc8e25b8da5a10d2 name: ansible-collections/amazon.aws required: false short_name: amazon.aws src_dir: src/github.com/ansible-collections/amazon.aws github.com/ansible-network/releases: canonical_hostname: github.com canonical_name: github.com/ansible-network/releases checkout: master checkout_description: project default branch commit: 646b310655c531e4904be07f4ff8fc3a29addd09 name: ansible-network/releases required: true short_name: releases src_dir: src/github.com/ansible-network/releases ref: refs/pull/2779/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true