all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 199.19.213.195 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: d66d887f-5e0d-4f9c-b138-d859737da199 host_id: 1312e38a9171ba72e5f6c3681fdf0f6f1a9b6f007f20b20c58eff2fb interface_ip: 199.19.213.195 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.24 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 199.19.213.195 public_ipv6: 2604:e100:1:0:f816:3eff:fe01:8b42 region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: main change: '900' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa project: ansible-collections/community.postgresql url: https://758adc41490b63a6b59b-92d44718203d952f2e0a1336cebc1c6e.ssl.cf5.rackcdn.com/ansible/a1db17f0336d4d1fbdf811415e07e088/zuul-manifest.json - branch: main change: '900' job: build-ansible-collection metadata: type: ansible_collection version: 4.1.1-dev12 name: community.postgresql patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa project: ansible-collections/community.postgresql url: https://758adc41490b63a6b59b-92d44718203d952f2e0a1336cebc1c6e.ssl.cf5.rackcdn.com/ansible/a1db17f0336d4d1fbdf811415e07e088/artifacts/community-postgresql-4.1.1-dev12.tar.gz attempts: 1 branch: main build: be54f9c98765411e94982690468229b4 build_refs: - branch: main change: '900' change_message: "Fix CI error reported by ansible-lint\n\n##### SUMMARY\r\nAs discussed in #898, the CI has errors reported by ansible-lint:\r\nhttps://dev.azure.com/ansible/community.postgresql/_build/results?buildId=165038&view=logs&j=df593170-0476-56b6-4a33-d8e2815d43d8&t=ed5b4094-b5e7-57c7-f236-602faf856c9f\r\n\r\n> \ 01:27 ERROR: Found 9 pylint issue(s) which need to be resolved:\r\n> \ 01:27 ERROR: plugins/module_utils/postgres.py:22:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_copy.py:184:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_info.py:159:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_publication.py:257:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_query.py:269:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_script.py:219:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_subscription.py:217:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_tablespace.py:195:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_user_obj_stat_info.py:110:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n\r\nThis patch fixes these errors by removing the wrong imports and using .items() instead of iteritems()\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nIt's in a lot of modules\r\n\r\n##### ADDITIONAL INFORMATION\r\n(I'm don't have a local full test environment for this project and could not reproduce the issue locally. I'm trusting the CI to test this properly)\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/900 commit_id: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null buildset: bc1ae8d90d1d41349e0a72734e87741c buildset_refs: - branch: main change: '900' change_message: "Fix CI error reported by ansible-lint\n\n##### SUMMARY\r\nAs discussed in #898, the CI has errors reported by ansible-lint:\r\nhttps://dev.azure.com/ansible/community.postgresql/_build/results?buildId=165038&view=logs&j=df593170-0476-56b6-4a33-d8e2815d43d8&t=ed5b4094-b5e7-57c7-f236-602faf856c9f\r\n\r\n> \ 01:27 ERROR: Found 9 pylint issue(s) which need to be resolved:\r\n> \ 01:27 ERROR: plugins/module_utils/postgres.py:22:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_copy.py:184:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_info.py:159:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_publication.py:257:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_query.py:269:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_script.py:219:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_subscription.py:217:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_tablespace.py:195:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_user_obj_stat_info.py:110:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n\r\nThis patch fixes these errors by removing the wrong imports and using .items() instead of iteritems()\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nIt's in a lot of modules\r\n\r\n##### ADDITIONAL INFORMATION\r\n(I'm don't have a local full test environment for this project and could not reproduce the issue locally. I'm trusting the CI to test this properly)\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/900 commit_id: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null change: '900' change_message: "Fix CI error reported by ansible-lint\n\n##### SUMMARY\r\nAs discussed in #898, the CI has errors reported by ansible-lint:\r\nhttps://dev.azure.com/ansible/community.postgresql/_build/results?buildId=165038&view=logs&j=df593170-0476-56b6-4a33-d8e2815d43d8&t=ed5b4094-b5e7-57c7-f236-602faf856c9f\r\n\r\n> \ 01:27 ERROR: Found 9 pylint issue(s) which need to be resolved:\r\n> \ 01:27 ERROR: plugins/module_utils/postgres.py:22:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_copy.py:184:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_info.py:159:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_publication.py:257:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_query.py:269:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_script.py:219:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_subscription.py:217:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_tablespace.py:195:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_user_obj_stat_info.py:110:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n\r\nThis patch fixes these errors by removing the wrong imports and using .items() instead of iteritems()\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nIt's in a lot of modules\r\n\r\n##### ADDITIONAL INFORMATION\r\n(I'm don't have a local full test environment for this project and could not reproduce the issue locally. I'm trusting the CI to test this properly)\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/900 child_jobs: [] commit_id: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa event_id: 0fd34cd0-cf98-11f0-8501-6e5c8d5fa9c6 executor: hostname: ze03.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/be54f9c98765411e94982690468229b4/ansible/inventory.yaml log_root: /var/lib/zuul/builds/be54f9c98765411e94982690468229b4/work/logs result_data_file: /var/lib/zuul/builds/be54f9c98765411e94982690468229b4/work/results.json src_root: /var/lib/zuul/builds/be54f9c98765411e94982690468229b4/work/src work_root: /var/lib/zuul/builds/be54f9c98765411e94982690468229b4/work items: - branch: main change: '900' change_message: "Fix CI error reported by ansible-lint\n\n##### SUMMARY\r\nAs discussed in #898, the CI has errors reported by ansible-lint:\r\nhttps://dev.azure.com/ansible/community.postgresql/_build/results?buildId=165038&view=logs&j=df593170-0476-56b6-4a33-d8e2815d43d8&t=ed5b4094-b5e7-57c7-f236-602faf856c9f\r\n\r\n> \ 01:27 ERROR: Found 9 pylint issue(s) which need to be resolved:\r\n> \ 01:27 ERROR: plugins/module_utils/postgres.py:22:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_copy.py:184:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_info.py:159:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_publication.py:257:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_query.py:269:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_script.py:219:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (50%)\r\n> 01:27 ERROR: plugins/modules/postgresql_subscription.py:217:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_tablespace.py:195:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n> 01:27 ERROR: plugins/modules/postgresql_user_obj_stat_info.py:110:0: ansible-bad-import-from: Import iteritems from the Python standard library equivalent instead of ansible.module_utils.six (0%)\r\n\r\nThis patch fixes these errors by removing the wrong imports and using .items() instead of iteritems()\r\n\r\n##### ISSUE TYPE\r\n- Bugfix Pull Request\r\n\r\n##### COMPONENT NAME\r\nIt's in a lot of modules\r\n\r\n##### ADDITIONAL INFORMATION\r\n(I'm don't have a local full test environment for this project and could not reproduce the issue locally. I'm trusting the CI to test this properly)\r\n" change_url: https://github.com/ansible-collections/community.postgresql/pull/900 commit_id: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa project: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: Rml4IENJIGVycm9yIHJlcG9ydGVkIGJ5IGFuc2libGUtbGludAoKIyMjIyMgU1VNTUFSWQ0KQXMgZGlzY3Vzc2VkIGluICM4OTgsIHRoZSBDSSBoYXMgZXJyb3JzIHJlcG9ydGVkIGJ5IGFuc2libGUtbGludDoNCmh0dHBzOi8vZGV2LmF6dXJlLmNvbS9hbnNpYmxlL2NvbW11bml0eS5wb3N0Z3Jlc3FsL19idWlsZC9yZXN1bHRzP2J1aWxkSWQ9MTY1MDM4JnZpZXc9bG9ncyZqPWRmNTkzMTcwLTA0NzYtNTZiNi00YTMzLWQ4ZTI4MTVkNDNkOCZ0PWVkNWI0MDk0LWI1ZTctNTdjNy1mMjM2LTYwMmZhZjg1NmM5Zg0KDQo+ICAgICAwMToyNyBFUlJPUjogRm91bmQgOSBweWxpbnQgaXNzdWUocykgd2hpY2ggbmVlZCB0byBiZSByZXNvbHZlZDoNCj4gICAgIDAxOjI3IEVSUk9SOiBwbHVnaW5zL21vZHVsZV91dGlscy9wb3N0Z3Jlcy5weToyMjowOiBhbnNpYmxlLWJhZC1pbXBvcnQtZnJvbTogSW1wb3J0IGl0ZXJpdGVtcyBmcm9tIHRoZSBQeXRob24gc3RhbmRhcmQgbGlicmFyeSBlcXVpdmFsZW50IGluc3RlYWQgb2YgYW5zaWJsZS5tb2R1bGVfdXRpbHMuc2l4ICg1MCUpDQo+ICAgICAwMToyNyBFUlJPUjogcGx1Z2lucy9tb2R1bGVzL3Bvc3RncmVzcWxfY29weS5weToxODQ6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoMCUpDQo+ICAgICAwMToyNyBFUlJPUjogcGx1Z2lucy9tb2R1bGVzL3Bvc3RncmVzcWxfaW5mby5weToxNTk6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoNTAlKQ0KPiAgICAgMDE6MjcgRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9wb3N0Z3Jlc3FsX3B1YmxpY2F0aW9uLnB5OjI1NzowOiBhbnNpYmxlLWJhZC1pbXBvcnQtZnJvbTogSW1wb3J0IGl0ZXJpdGVtcyBmcm9tIHRoZSBQeXRob24gc3RhbmRhcmQgbGlicmFyeSBlcXVpdmFsZW50IGluc3RlYWQgb2YgYW5zaWJsZS5tb2R1bGVfdXRpbHMuc2l4ICgwJSkNCj4gICAgIDAxOjI3IEVSUk9SOiBwbHVnaW5zL21vZHVsZXMvcG9zdGdyZXNxbF9xdWVyeS5weToyNjk6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoNTAlKQ0KPiAgICAgMDE6MjcgRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9wb3N0Z3Jlc3FsX3NjcmlwdC5weToyMTk6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoNTAlKQ0KPiAgICAgMDE6MjcgRVJST1I6IHBsdWdpbnMvbW9kdWxlcy9wb3N0Z3Jlc3FsX3N1YnNjcmlwdGlvbi5weToyMTc6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoMCUpDQo+ICAgICAwMToyNyBFUlJPUjogcGx1Z2lucy9tb2R1bGVzL3Bvc3RncmVzcWxfdGFibGVzcGFjZS5weToxOTU6MDogYW5zaWJsZS1iYWQtaW1wb3J0LWZyb206IEltcG9ydCBpdGVyaXRlbXMgZnJvbSB0aGUgUHl0aG9uIHN0YW5kYXJkIGxpYnJhcnkgZXF1aXZhbGVudCBpbnN0ZWFkIG9mIGFuc2libGUubW9kdWxlX3V0aWxzLnNpeCAoMCUpDQo+ICAgICAwMToyNyBFUlJPUjogcGx1Z2lucy9tb2R1bGVzL3Bvc3RncmVzcWxfdXNlcl9vYmpfc3RhdF9pbmZvLnB5OjExMDowOiBhbnNpYmxlLWJhZC1pbXBvcnQtZnJvbTogSW1wb3J0IGl0ZXJpdGVtcyBmcm9tIHRoZSBQeXRob24gc3RhbmRhcmQgbGlicmFyeSBlcXVpdmFsZW50IGluc3RlYWQgb2YgYW5zaWJsZS5tb2R1bGVfdXRpbHMuc2l4ICgwJSkNCg0KVGhpcyBwYXRjaCBmaXhlcyB0aGVzZSBlcnJvcnMgYnkgcmVtb3ZpbmcgdGhlIHdyb25nIGltcG9ydHMgYW5kIHVzaW5nIC5pdGVtcygpIGluc3RlYWQgb2YgaXRlcml0ZW1zKCkNCg0KIyMjIyMgSVNTVUUgVFlQRQ0KLSBCdWdmaXggUHVsbCBSZXF1ZXN0DQoNCiMjIyMjIENPTVBPTkVOVCBOQU1FDQpJdCdzIGluIGEgbG90IG9mIG1vZHVsZXMNCg0KIyMjIyMgQURESVRJT05BTCBJTkZPUk1BVElPTg0KKEknbSBkb24ndCBoYXZlIGEgbG9jYWwgZnVsbCB0ZXN0IGVudmlyb25tZW50IGZvciB0aGlzIHByb2plY3QgYW5kIGNvdWxkIG5vdCByZXByb2R1Y2UgdGhlIGlzc3VlIGxvY2FsbHkuIEknbSB0cnVzdGluZyB0aGUgQ0kgdG8gdGVzdCB0aGlzIHByb3Blcmx5KQ0K patchset: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa pipeline: third-party-check playbook_context: playbook_projects: trusted/project_0/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 3e667f4d3a5f14620cbe10b052c77698fa883471 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: e566d354c9dede33c86ed646371fa44dfc8796c5 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: 3e667f4d3a5f14620cbe10b052c77698fa883471 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: e566d354c9dede33c86ed646371fa44dfc8796c5 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/community.postgresql name: ansible-collections/community.postgresql short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql projects: github.com/ansible-collections/community.postgresql: canonical_hostname: github.com canonical_name: github.com/ansible-collections/community.postgresql checkout: main checkout_description: zuul branch commit: 14f88a9df9dc605f1f85b38f414b5c8dbe5980fa name: ansible-collections/community.postgresql required: false short_name: community.postgresql src_dir: src/github.com/ansible-collections/community.postgresql 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/900/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true