# 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-main8xvbd2qp/tests/tests_include_vars_from_parent.yml PLAY [Test roles variables override] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main8xvbd2qp/tests/tests_include_vars_from_parent.yml:2 Wednesday 06 December 2023 15:21:00 +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-main8xvbd2qp/tests/tests_include_vars_from_parent.yml:6 Wednesday 06 December 2023 15:21:06 +0000 (0:00:05.975) 0:00:05.987 **** changed: [sut -> localhost] => (item=CentOS-7.9) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/tests/roles/caller/vars/CentOS-7.9.yml", "gid": 1001, "group": "jenkins", "item": "CentOS-7.9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1701876066.6726635-2338-10835189619775/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS-7) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/tests/roles/caller/vars/CentOS-7.yml", "gid": 1001, "group": "jenkins", "item": "CentOS-7", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1701876067.0248768-2338-69079101417722/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS_7.9) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/tests/roles/caller/vars/CentOS_7.9.yml", "gid": 1001, "group": "jenkins", "item": "CentOS_7.9", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1701876067.233418-2338-224356513544194/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS_7) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/tests/roles/caller/vars/CentOS_7.yml", "gid": 1001, "group": "jenkins", "item": "CentOS_7", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1701876067.442888-2338-80431744422481/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=CentOS) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/tests/roles/caller/vars/CentOS.yml", "gid": 1001, "group": "jenkins", "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0600", "owner": "jenkins", "size": 23, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1701876067.652168-2338-250229514171398/source", "state": "file", "uid": 1000090000 } changed: [sut -> localhost] => (item=RedHat) => { "ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/WORKDIR/git-main8xvbd2qp/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-1701876067.8612928-2338-246503502481899/source", "state": "file", "uid": 1000090000 } TASK [Include role] ************************************************************ task path: /WORKDIR/git-main8xvbd2qp/tests/roles/caller/tasks/main.yml:4 Wednesday 06 December 2023 15:21:08 +0000 (0:00:01.414) 0:00:07.402 **** TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Wednesday 06 December 2023 15:21:08 +0000 (0:00:00.026) 0:00:07.428 **** included: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml for sut TASK [linux-system-roles.bootloader : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Wednesday 06 December 2023 15:21:08 +0000 (0:00:00.013) 0:00:07.441 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:9 Wednesday 06 December 2023 15:21:08 +0000 (0:00:00.009) 0:00:07.451 **** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Wednesday 06 December 2023 15:21:08 +0000 (0:00:00.020) 0:00:07.471 **** ok: [sut] => { "changed": false, "rc": 0, "results": [ "grubby-8.28-26.el7.x86_64 providing grubby is already installed" ] } TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:11 Wednesday 06 December 2023 15:21:08 +0000 (0:00:00.710) 0:00:08.182 **** ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:18 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.178) 0:00:08.360 **** ok: [sut] => { "backup": "", "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.190) 0:00:08.551 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:30 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.119) 0:00:08.670 **** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:47 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.013) 0:00:08.684 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.009) 0:00:08.693 **** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:67 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.008) 0:00:08.701 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.007) 0:00:08.709 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [caller : Assert variable not overridden] ********************************* task path: /WORKDIR/git-main8xvbd2qp/tests/roles/caller/tasks/main.yml:8 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.008) 0:00:08.717 **** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=9 changed=1 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 Wednesday 06 December 2023 15:21:09 +0000 (0:00:00.007) 0:00:08.725 **** =============================================================================== Gathering Facts --------------------------------------------------------- 5.98s /WORKDIR/git-main8xvbd2qp/tests/tests_include_vars_from_parent.yml:2 ---------- Create var file in caller that can override the one in called role ------ 1.41s /WORKDIR/git-main8xvbd2qp/tests/tests_include_vars_from_parent.yml:6 ---------- linux-system-roles.bootloader : Ensure required packages are installed --- 0.71s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Update boot loader timeout configuration --- 0.19s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:18 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.18s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:11 linux-system-roles.bootloader : Determine platform type ----------------- 0.12s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Include role ------------------------------------------------------------ 0.03s /WORKDIR/git-main8xvbd2qp/tests/roles/caller/tasks/main.yml:4 ----------------- linux-system-roles.bootloader : Set platform/version specific variables --- 0.02s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:9 linux-system-roles.bootloader : Set platform/version specific variables --- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 linux-system-roles.bootloader : Set boot loader configuration files ----- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:30 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Generate boot loader password ----------- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:47 linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg --- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 linux-system-roles.bootloader : Collect bootloader facts ---------------- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:74 linux-system-roles.bootloader : Remove boot loader password configuration --- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/linux-system-roles.bootloader/tasks/main.yml:67 caller : Assert variable not overridden --------------------------------- 0.01s /WORKDIR/git-main8xvbd2qp/tests/roles/caller/tasks/main.yml:8 ----------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---