all: children: zuul_unreachable: hosts: {} hosts: controller: ansible_connection: ssh ansible_host: 162.253.55.49 ansible_port: 22 ansible_python_interpreter: auto ansible_user: zuul nodepool: az: nova cloud: ansible-vexxhost external_id: d86f1747-eeb5-419e-9074-93c240b2c50a host_id: 10c1e16bf10cc0356f6413b8d85f4adcc374d6467225cbe839d96881 interface_ip: 162.253.55.49 label: ansible-fedora-37-1vcpu private_ipv4: 192.168.0.53 private_ipv6: null provider: ansible-vexxhost-ca-ymq-1 public_ipv4: 162.253.55.49 public_ipv6: 2604:e100:1:0:f816:3eff:fef0:63c0 region: ca-ymq-1 slot: null zuul_use_fetch_output: true vars: zuul: _inheritance_path: - '' - '' - '' ansible_version: '8' artifacts: - branch: dev change: '155' job: build-ansible-collection metadata: type: zuul_manifest name: Zuul Manifest patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c project: sap-linuxlab/community.sap_infrastructure url: https://6d15f6534baddf606ef8-f47025aa7487bd529b296e4367a4a2ea.ssl.cf1.rackcdn.com/ansible/428cea330ee549579787a317adb1926c/zuul-manifest.json - branch: dev change: '155' job: build-ansible-collection metadata: type: ansible_collection version: 1.3.1 name: community.sap_infrastructure patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c project: sap-linuxlab/community.sap_infrastructure url: https://6d15f6534baddf606ef8-f47025aa7487bd529b296e4367a4a2ea.ssl.cf1.rackcdn.com/ansible/428cea330ee549579787a317adb1926c/artifacts/community-sap_infrastructure-1.3.1.tar.gz attempts: 1 branch: dev build: 5ec8f5b0b6044c209e5a2b501c59c336 build_refs: - branch: dev change: '155' change_message: "sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\n| Platform | Tester |\r\n| --- | --- |\r\n| aws_ec2_vs | @marcelmamula |\r\n| gcp_ce_vm | @marcelmamula |\r\n| ibmcloud_vs | @ehaefele |\r\n| ibmcloud_powervs | @ehaefele |\r\n| ibmpowervm_vm | @ehaefele |\r\n| msazure_vm | @marcelmamula |\r\n| kubevirt_vm | @newkit |\r\n| ovirt_vm | N/A |\r\n| vmware_vm | N/A |\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n## Linting Results\r\nBefore:\r\n```console\r\n# Rule Violation Summary\r\n\r\n102 jinja profile:basic tags:formatting\r\n259 var-naming profile:basic tags:idiom\r\n 20 no-changed-when profile:basic tags:command-shell,idempotency\r\n 5 no-handler profile:basic tags:idiom\r\n\r\nFailed: 284 failure(s), 102 warning(s) in 58 files processed of 80 encountered. Last profile that met the validation criteria was 'min'.\r\n```\r\n\r\nAfter\r\n```console\r\nPassed: 0 failure(s), 0 warning(s) in 72 files processed of 94 encountered. Last profile that met the validation criteria was 'production'.\r\n```" change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null buildset: 59ddf970f21b4dd29876a670e81ca93f buildset_refs: - branch: dev change: '155' change_message: "sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\n| Platform | Tester |\r\n| --- | --- |\r\n| aws_ec2_vs | @marcelmamula |\r\n| gcp_ce_vm | @marcelmamula |\r\n| ibmcloud_vs | @ehaefele |\r\n| ibmcloud_powervs | @ehaefele |\r\n| ibmpowervm_vm | @ehaefele |\r\n| msazure_vm | @marcelmamula |\r\n| kubevirt_vm | @newkit |\r\n| ovirt_vm | N/A |\r\n| vmware_vm | N/A |\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n## Linting Results\r\nBefore:\r\n```console\r\n# Rule Violation Summary\r\n\r\n102 jinja profile:basic tags:formatting\r\n259 var-naming profile:basic tags:idiom\r\n 20 no-changed-when profile:basic tags:command-shell,idempotency\r\n 5 no-handler profile:basic tags:idiom\r\n\r\nFailed: 284 failure(s), 102 warning(s) in 58 files processed of 80 encountered. Last profile that met the validation criteria was 'min'.\r\n```\r\n\r\nAfter\r\n```console\r\nPassed: 0 failure(s), 0 warning(s) in 72 files processed of 94 encountered. Last profile that met the validation criteria was 'production'.\r\n```" change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null change: '155' change_message: "sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\n| Platform | Tester |\r\n| --- | --- |\r\n| aws_ec2_vs | @marcelmamula |\r\n| gcp_ce_vm | @marcelmamula |\r\n| ibmcloud_vs | @ehaefele |\r\n| ibmcloud_powervs | @ehaefele |\r\n| ibmpowervm_vm | @ehaefele |\r\n| msazure_vm | @marcelmamula |\r\n| kubevirt_vm | @newkit |\r\n| ovirt_vm | N/A |\r\n| vmware_vm | N/A |\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n## Linting Results\r\nBefore:\r\n```console\r\n# Rule Violation Summary\r\n\r\n102 jinja profile:basic tags:formatting\r\n259 var-naming profile:basic tags:idiom\r\n 20 no-changed-when profile:basic tags:command-shell,idempotency\r\n \ 5 no-handler profile:basic tags:idiom\r\n\r\nFailed: 284 failure(s), 102 warning(s) in 58 files processed of 80 encountered. Last profile that met the validation criteria was 'min'.\r\n```\r\n\r\nAfter\r\n```console\r\nPassed: 0 failure(s), 0 warning(s) in 72 files processed of 94 encountered. Last profile that met the validation criteria was 'production'.\r\n```" change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 child_jobs: [] commit_id: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c event_id: 12a46520-0b57-11f1-9135-29122b102f45 executor: hostname: ze01.softwarefactory-project.io inventory_file: /var/lib/zuul/builds/5ec8f5b0b6044c209e5a2b501c59c336/ansible/inventory.yaml log_root: /var/lib/zuul/builds/5ec8f5b0b6044c209e5a2b501c59c336/work/logs result_data_file: /var/lib/zuul/builds/5ec8f5b0b6044c209e5a2b501c59c336/work/results.json src_root: /var/lib/zuul/builds/5ec8f5b0b6044c209e5a2b501c59c336/work/src work_root: /var/lib/zuul/builds/5ec8f5b0b6044c209e5a2b501c59c336/work items: - branch: dev change: '155' change_message: "sap_vm_provison: Rework role with best practices to align with project\n\n## Scope\r\nThis is improvement iteration on amazing role that was created by @sean-freeman and all credit goes to him for great job.\r\nScope of this PR is to:\r\n- Replace and simplify code where possible, to improve readability as well as execution speed.\r\n- Remove linting ignores and fix all reported issues\r\n - Remove all lookups and keep them in `vars/main.yml` which improves code readability and future maintainability. \r\n - Variable naming\r\n - Jinja2 formatting\r\n - Spacing and comments\r\n - Update usage of injected ansible vars to remove deprecation warning in `ansible-core 2.20`\r\n - SSH Arguments override hinted at in https://github.com/sap-linuxlab/community.sap_infrastructure/issues/102 @geetikakay \r\n\r\n## Variable Naming\r\n- All internal variables had to be updated to follow project wide syntax:\r\n - `___fact_` for facts set during runtime\r\n - `___register_` for registers set during runtime\r\n - `_variable` for all user customizable variables in `defaults/main.yml`\r\n - `___variable` for all internal overrides in `vars/main.yml`\r\n\r\n- Some short variable names are still kept, but they are strictly limited to `vars:` sections, where they are not set as facts, but used as task/block specific variable.\r\n\r\n## Tests\r\n**NOTE: Terraform is not part of testing scope, but improvements will be applied there as well.**\r\n\r\n| Platform | Tester |\r\n| --- | --- |\r\n| aws_ec2_vs | @marcelmamula |\r\n| gcp_ce_vm | @marcelmamula |\r\n| ibmcloud_vs | @ehaefele |\r\n| ibmcloud_powervs | @ehaefele |\r\n| ibmpowervm_vm | @ehaefele |\r\n| msazure_vm | @marcelmamula |\r\n| kubevirt_vm | @newkit |\r\n| ovirt_vm | N/A |\r\n| vmware_vm | N/A |\r\n\r\nAll changes are being tested using AP4S playbooks.\r\n\r\n## Linting Results\r\nBefore:\r\n```console\r\n# Rule Violation Summary\r\n\r\n102 jinja profile:basic tags:formatting\r\n259 var-naming profile:basic tags:idiom\r\n 20 no-changed-when profile:basic tags:command-shell,idempotency\r\n 5 no-handler profile:basic tags:idiom\r\n\r\nFailed: 284 failure(s), 102 warning(s) in 58 files processed of 80 encountered. Last profile that met the validation criteria was 'min'.\r\n```\r\n\r\nAfter\r\n```console\r\nPassed: 0 failure(s), 0 warning(s) in 72 files processed of 94 encountered. Last profile that met the validation criteria was 'production'.\r\n```" change_url: https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155 commit_id: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c project: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure topic: null job: ansible-galaxy-importer jobtags: [] max_attempts: 3 message: c2FwX3ZtX3Byb3Zpc29uOiBSZXdvcmsgcm9sZSB3aXRoIGJlc3QgcHJhY3RpY2VzIHRvIGFsaWduIHdpdGggcHJvamVjdAoKIyMgU2NvcGUNClRoaXMgaXMgaW1wcm92ZW1lbnQgaXRlcmF0aW9uIG9uIGFtYXppbmcgcm9sZSB0aGF0IHdhcyBjcmVhdGVkIGJ5IEBzZWFuLWZyZWVtYW4gYW5kIGFsbCBjcmVkaXQgZ29lcyB0byBoaW0gZm9yIGdyZWF0IGpvYi4NClNjb3BlIG9mIHRoaXMgUFIgaXMgdG86DQotIFJlcGxhY2UgYW5kIHNpbXBsaWZ5IGNvZGUgd2hlcmUgcG9zc2libGUsIHRvIGltcHJvdmUgcmVhZGFiaWxpdHkgYXMgd2VsbCBhcyBleGVjdXRpb24gc3BlZWQuDQotIFJlbW92ZSBsaW50aW5nIGlnbm9yZXMgYW5kIGZpeCBhbGwgcmVwb3J0ZWQgaXNzdWVzDQogIC0gUmVtb3ZlIGFsbCBsb29rdXBzIGFuZCBrZWVwIHRoZW0gaW4gYHZhcnMvbWFpbi55bWxgIHdoaWNoIGltcHJvdmVzIGNvZGUgcmVhZGFiaWxpdHkgYW5kIGZ1dHVyZSBtYWludGFpbmFiaWxpdHkuIA0KICAtIFZhcmlhYmxlIG5hbWluZw0KICAtIEppbmphMiBmb3JtYXR0aW5nDQogIC0gU3BhY2luZyBhbmQgY29tbWVudHMNCiAtIFVwZGF0ZSB1c2FnZSBvZiBpbmplY3RlZCBhbnNpYmxlIHZhcnMgdG8gcmVtb3ZlIGRlcHJlY2F0aW9uIHdhcm5pbmcgaW4gYGFuc2libGUtY29yZSAyLjIwYA0KIC0gU1NIIEFyZ3VtZW50cyBvdmVycmlkZSBoaW50ZWQgYXQgaW4gaHR0cHM6Ly9naXRodWIuY29tL3NhcC1saW51eGxhYi9jb21tdW5pdHkuc2FwX2luZnJhc3RydWN0dXJlL2lzc3Vlcy8xMDIgQGdlZXRpa2FrYXkgDQoNCiMjIFZhcmlhYmxlIE5hbWluZw0KLSBBbGwgaW50ZXJuYWwgdmFyaWFibGVzIGhhZCB0byBiZSB1cGRhdGVkIHRvIGZvbGxvdyBwcm9qZWN0IHdpZGUgc3ludGF4Og0KICAtIGBfXzxyb2xlIG5hbWU+X2ZhY3RfPGZhY3QgbmFtZT5gIGZvciBmYWN0cyBzZXQgZHVyaW5nIHJ1bnRpbWUNCiAgLSBgX188cm9sZSBuYW1lPl9yZWdpc3Rlcl88cmVnaXN0ZXIgbmFtZT5gIGZvciByZWdpc3RlcnMgc2V0IGR1cmluZyBydW50aW1lDQogIC0gYDxyb2xlIG5hbWU+X3ZhcmlhYmxlYCBmb3IgYWxsIHVzZXIgY3VzdG9taXphYmxlIHZhcmlhYmxlcyBpbiBgZGVmYXVsdHMvbWFpbi55bWxgDQogIC0gYF9fPHJvbGUgbmFtZT5fdmFyaWFibGVgIGZvciBhbGwgaW50ZXJuYWwgb3ZlcnJpZGVzIGluIGB2YXJzL21haW4ueW1sYA0KDQotIFNvbWUgc2hvcnQgdmFyaWFibGUgbmFtZXMgYXJlIHN0aWxsIGtlcHQsIGJ1dCB0aGV5IGFyZSBzdHJpY3RseSBsaW1pdGVkIHRvIGB2YXJzOmAgc2VjdGlvbnMsIHdoZXJlIHRoZXkgYXJlIG5vdCBzZXQgYXMgZmFjdHMsIGJ1dCB1c2VkIGFzIHRhc2svYmxvY2sgc3BlY2lmaWMgdmFyaWFibGUuDQoNCiMjIFRlc3RzDQoqKk5PVEU6IFRlcnJhZm9ybSBpcyBub3QgcGFydCBvZiB0ZXN0aW5nIHNjb3BlLCBidXQgaW1wcm92ZW1lbnRzIHdpbGwgYmUgYXBwbGllZCB0aGVyZSBhcyB3ZWxsLioqDQoNCnwgUGxhdGZvcm0gfCBUZXN0ZXIgfA0KfCAtLS0gfCAtLS0gfA0KfCBhd3NfZWMyX3ZzIHwgQG1hcmNlbG1hbXVsYSB8DQp8IGdjcF9jZV92bSB8IEBtYXJjZWxtYW11bGEgfA0KfCBpYm1jbG91ZF92cyB8IEBlaGFlZmVsZSB8DQp8IGlibWNsb3VkX3Bvd2VydnMgfCBAZWhhZWZlbGUgfA0KfCBpYm1wb3dlcnZtX3ZtIHwgQGVoYWVmZWxlIHwNCnwgbXNhenVyZV92bSB8IEBtYXJjZWxtYW11bGEgfA0KfCBrdWJldmlydF92bSB8IEBuZXdraXQgfA0KfCBvdmlydF92bSB8IE4vQSB8DQp8IHZtd2FyZV92bSB8IE4vQSB8DQoNCkFsbCBjaGFuZ2VzIGFyZSBiZWluZyB0ZXN0ZWQgdXNpbmcgQVA0UyBwbGF5Ym9va3MuDQoNCiMjIExpbnRpbmcgUmVzdWx0cw0KQmVmb3JlOg0KYGBgY29uc29sZQ0KIyBSdWxlIFZpb2xhdGlvbiBTdW1tYXJ5DQoNCjEwMiBqaW5qYSBwcm9maWxlOmJhc2ljIHRhZ3M6Zm9ybWF0dGluZw0KMjU5IHZhci1uYW1pbmcgcHJvZmlsZTpiYXNpYyB0YWdzOmlkaW9tDQogMjAgbm8tY2hhbmdlZC13aGVuIHByb2ZpbGU6YmFzaWMgdGFnczpjb21tYW5kLXNoZWxsLGlkZW1wb3RlbmN5DQogIDUgbm8taGFuZGxlciBwcm9maWxlOmJhc2ljIHRhZ3M6aWRpb20NCg0KRmFpbGVkOiAyODQgZmFpbHVyZShzKSwgMTAyIHdhcm5pbmcocykgaW4gNTggZmlsZXMgcHJvY2Vzc2VkIG9mIDgwIGVuY291bnRlcmVkLiBMYXN0IHByb2ZpbGUgdGhhdCBtZXQgdGhlIHZhbGlkYXRpb24gY3JpdGVyaWEgd2FzICdtaW4nLg0KYGBgDQoNCkFmdGVyDQpgYGBjb25zb2xlDQpQYXNzZWQ6IDAgZmFpbHVyZShzKSwgMCB3YXJuaW5nKHMpIGluIDcyIGZpbGVzIHByb2Nlc3NlZCBvZiA5NCBlbmNvdW50ZXJlZC4gTGFzdCBwcm9maWxlIHRoYXQgbWV0IHRoZSB2YWxpZGF0aW9uIGNyaXRlcmlhIHdhcyAncHJvZHVjdGlvbicuDQpgYGA= patchset: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c 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: 136c2ca4768bb203c1d07eb9abd7f696213921b6 trusted/project_1/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2 untrusted/project_0/github.com/ansible/ansible-zuul-jobs: canonical_name: github.com/ansible/ansible-zuul-jobs checkout: master commit: 192320b9d41936ac6065fcaf6e286bf4dca783a5 untrusted/project_1/github.com/ansible/zuul-config: canonical_name: github.com/ansible/zuul-config checkout: master commit: 136c2ca4768bb203c1d07eb9abd7f696213921b6 untrusted/project_2/opendev.org/zuul/zuul-jobs: canonical_name: opendev.org/zuul/zuul-jobs checkout: master commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2 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/sap-linuxlab/community.sap_infrastructure name: sap-linuxlab/community.sap_infrastructure short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure projects: 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 github.com/sap-linuxlab/community.sap_infrastructure: canonical_hostname: github.com canonical_name: github.com/sap-linuxlab/community.sap_infrastructure checkout: dev checkout_description: zuul branch commit: 0c95e6b04fd9723133565ec11d2a18eb72f40c7c name: sap-linuxlab/community.sap_infrastructure required: false short_name: community.sap_infrastructure src_dir: src/github.com/sap-linuxlab/community.sap_infrastructure ref: refs/pull/155/head resources: {} tenant: ansible timeout: 1800 topic: null voting: true zuul_use_fetch_output: true