# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_include_vars_from_parent.yml *********************************** 1 plays in /WORKDIR/git-weekly-ciuku26qo3/tests/tests_include_vars_from_parent.yml PLAY [Test role variable override] ********************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciuku26qo3/tests/tests_include_vars_from_parent.yml:2 Saturday 06 January 2024 01:48:53 +0000 (0:00:00.011) 0:00:00.011 ****** ok: [sut] META: ran handlers TASK [Create var file in caller that can override the one in called role] ****** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/tests_include_vars_from_parent.yml:6 Saturday 06 January 2024 01:48:54 +0000 (0:00:00.866) 0:00:00.878 ****** changed: [sut -> localhost] => (item=RedHat-6.10) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/vars/RedHat-6.10.yml", "gid": 1001, "group": "jenkins", "item": "RedHat-6.10", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1704505734.345667-1586-270771313667929/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat-6) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/vars/RedHat-6.yml", "gid": 1001, "group": "jenkins", "item": "RedHat-6", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1704505734.7040172-1586-222825331370684/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat_6.10) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/vars/RedHat_6.10.yml", "gid": 1001, "group": "jenkins", "item": "RedHat_6.10", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1704505734.913877-1586-173231557706080/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat_6) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/vars/RedHat_6.yml", "gid": 1001, "group": "jenkins", "item": "RedHat_6", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1704505735.1255748-1586-38184637472186/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-weekly-ciuku26qo3/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-1704505735.3374128-1586-272214143805232/source", "state": "file", "uid": 1000090000 } TASK [Include role] ************************************************************ task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/tasks/main.yml:4 Saturday 06 January 2024 01:48:55 +0000 (0:00:01.226) 0:00:02.105 ****** TASK [linux-system-roles.template : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:3 Saturday 06 January 2024 01:48:55 +0000 (0:00:00.016) 0:00:02.122 ****** included: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/set_vars.yml for sut TASK [linux-system-roles.template : Ensure ansible_facts used by role] ********* task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/set_vars.yml:2 Saturday 06 January 2024 01:48:55 +0000 (0:00:00.023) 0:00:02.145 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.template : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/set_vars.yml:8 Saturday 06 January 2024 01:48:55 +0000 (0:00:00.012) 0:00:02.158 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_6.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_6.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=RedHat_6.10.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat_6.10.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.template : Ensure required packages are installed] **** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:7 Saturday 06 January 2024 01:48:55 +0000 (0:00:00.023) 0:00:02.181 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } lsrpackages: TASK [linux-system-roles.template : Ensure required services are enabled and started] *** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:12 Saturday 06 January 2024 01:48:56 +0000 (0:00:00.525) 0:00:02.707 ****** TASK [linux-system-roles.template : Generate /etc/foo.conf] ******************** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:19 Saturday 06 January 2024 01:48:56 +0000 (0:00:00.009) 0:00:02.717 ****** NOTIFIED HANDLER linux-system-roles.template : Handler for template to restart services for sut changed: [sut] => { "changed": true, "checksum": "608ec785ba92141bf4a18a5fc9cddf3a954d9d9a", "dest": "/etc/foo.conf", "gid": 0, "group": "root", "md5sum": "1955272cddc0f09b7dbd047243cc5304", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1704505736.1851194-1720-265937313755245/source", "state": "file", "uid": 0 } TASK [caller : Assert variable not overridden] ********************************* task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/tasks/main.yml:8 Saturday 06 January 2024 01:48:56 +0000 (0:00:00.422) 0:00:03.139 ****** ok: [sut] => { "changed": false } MSG: All assertions passed RUNNING HANDLER [linux-system-roles.template : Handler for template to restart services] *** task path: /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/handlers/main.yml:3 Saturday 06 January 2024 01:48:56 +0000 (0:00:00.007) 0:00:03.147 ****** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=6 changed=2 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Saturday 06 January 2024 01:48:56 +0000 (0:00:00.008) 0:00:03.155 ****** =============================================================================== Create var file in caller that can override the one in called role ------ 1.23s /WORKDIR/git-weekly-ciuku26qo3/tests/tests_include_vars_from_parent.yml:6 ----- Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ciuku26qo3/tests/tests_include_vars_from_parent.yml:2 ----- linux-system-roles.template : Ensure required packages are installed ---- 0.53s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:7 linux-system-roles.template : Generate /etc/foo.conf -------------------- 0.42s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:19 linux-system-roles.template : Set platform/version specific variables --- 0.02s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:3 linux-system-roles.template : Set platform/version specific variables --- 0.02s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/set_vars.yml:8 Include role ------------------------------------------------------------ 0.02s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/tasks/main.yml:4 ------------ linux-system-roles.template : Ensure ansible_facts used by role --------- 0.01s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/set_vars.yml:2 linux-system-roles.template : Ensure required services are enabled and started --- 0.01s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/tasks/main.yml:12 linux-system-roles.template : Handler for template to restart services --- 0.01s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/linux-system-roles.template/handlers/main.yml:3 caller : Assert variable not overridden --------------------------------- 0.01s /WORKDIR/git-weekly-ciuku26qo3/tests/roles/caller/tasks/main.yml:8 ------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---