# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cif36h_3zy/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_include_vars_from_parent.yml *********************************** 1 plays in /WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml:2 Saturday 11 May 2024 01:43:40 +0000 (0:00:00.492) 0:00:00.492 ********** ok: [sut] TASK [Create var file in caller that can override the one in called role] ****** task path: /WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml:6 Saturday 11 May 2024 01:43:42 +0000 (0:00:02.839) 0:00:03.331 ********** changed: [sut -> localhost] => (item=Fedora-40) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/vars/Fedora-40.yml", "gid": 1001, "group": "jenkins", "item": "Fedora-40", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1715391822.9735124-1591-14367973891278/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora_40) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/vars/Fedora_40.yml", "gid": 1001, "group": "jenkins", "item": "Fedora_40", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1715391823.579134-1591-232400345425866/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=Fedora) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/vars/Fedora.yml", "gid": 1001, "group": "jenkins", "item": "Fedora", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1715391823.7999885-1591-37194014893272/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/vars/RedHat.yml", "gid": 1001, "group": "jenkins", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1715391824.0360146-1591-224323087028390/source", "state": "file", "uid": 1000090000 } TASK [Include role] ************************************************************ task path: /WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/tasks/main.yml:4 Saturday 11 May 2024 01:43:44 +0000 (0:00:01.329) 0:00:04.660 ********** to retry, use: --limit @/tmp/tests_include_vars_from_parent.retry PLAY RECAP ********************************************************************* sut : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Saturday 11 May 2024 01:43:44 +0000 (0:00:00.103) 0:00:04.764 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 2.84s /WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml:2 ----- Create var file in caller that can override the one in called role ------ 1.33s /WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml:6 ----- Include role ------------------------------------------------------------ 0.10s /WORKDIR/git-weekly-cif36h_3zy/tests/roles/caller/tasks/main.yml:4 ------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ERROR! the role 'linux-system-roles.template' was not found in /WORKDIR/git-weekly-cif36h_3zy/tests/roles:/home/jenkins/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/WORKDIR/git-weekly-cif36h_3zy/tests The error appears to be in '/WORKDIR/git-weekly-cif36h_3zy/tests/tests_include_vars_from_parent.yml': line 45, column 24, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: vars: roletoinclude: linux-system-roles.template ^ here ---^---^---^---^---^---