# 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_password.yml *************************************************** 1 plays in /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml PLAY [Test bootloader_settings variable] *************************************** META: ran handlers TASK [Set boot loader password] ************************************************ task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:9 Monday 26 February 2024 17:44:12 +0000 (0:00:00.012) 0:00:00.012 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Monday 26 February 2024 17:44:12 +0000 (0:00:00.023) 0:00:00.035 ******* included: /WORKDIR/git-bios-uefih8pt18wt/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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Monday 26 February 2024 17:44:12 +0000 (0:00:00.012) 0:00:00.048 ******* ok: [sut] TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Monday 26 February 2024 17:44:12 +0000 (0:00:00.492) 0:00:00.541 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Monday 26 February 2024 17:44:12 +0000 (0:00:00.242) 0:00:00.783 ******* ok: [sut] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Monday 26 February 2024 17:44:12 +0000 (0:00:00.018) 0:00:00.801 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Monday 26 February 2024 17:44:13 +0000 (0:00:00.025) 0:00:00.827 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Monday 26 February 2024 17:44:14 +0000 (0:00:01.326) 0:00:02.154 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Monday 26 February 2024 17:44:14 +0000 (0:00:00.228) 0:00:02.382 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Monday 26 February 2024 17:44:14 +0000 (0:00:00.169) 0:00:02.552 ******* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Monday 26 February 2024 17:44:14 +0000 (0:00:00.028) 0:00:02.580 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708969450.6759787, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Monday 26 February 2024 17:44:14 +0000 (0:00:00.187) 0:00:02.768 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Regenerate grub config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:51 Monday 26 February 2024 17:44:15 +0000 (0:00:00.224) 0:00:02.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Monday 26 February 2024 17:44:15 +0000 (0:00:00.008) 0:00:03.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:73 Monday 26 February 2024 17:44:15 +0000 (0:00:00.007) 0:00:03.008 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:85 Monday 26 February 2024 17:44:15 +0000 (0:00:00.469) 0:00:03.478 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.bootloader : Remove boot loader password configuration] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Monday 26 February 2024 17:44:16 +0000 (0:00:00.544) 0:00:04.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:100 Monday 26 February 2024 17:44:16 +0000 (0:00:00.007) 0:00:04.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get contents of /boot/grub2/user.cfg] ************************************ task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:15 Monday 26 February 2024 17:44:16 +0000 (0:00:00.007) 0:00:04.038 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/boot/grub2/user.cfg" ], "delta": "0:00:00.002908", "end": "2024-02-26 17:44:16.396373", "failed_when_result": false, "rc": 0, "start": "2024-02-26 17:44:16.393465" } STDOUT: GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.BB2026238E2D17F6F86C17D63C2E12BEF414289BE0352DB551E4CD312B4447A390A874782F6F8A04B11EEE8612DD590CC3BC574E12662EBA28BCE663C04100E3.85570A8AC53BEE78E40CFFA71404A5C655A7102217DD0734C47F28585A30DF1C6714CD22030FCDB0C1FD7F6348FBC35EB63D56532BF77D441FCB430DADCDFDC9 TASK [Remove boot loader password] ********************************************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:23 Monday 26 February 2024 17:44:16 +0000 (0:00:00.179) 0:00:04.217 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Monday 26 February 2024 17:44:16 +0000 (0:00:00.017) 0:00:04.234 ******* included: /WORKDIR/git-bios-uefih8pt18wt/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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Monday 26 February 2024 17:44:16 +0000 (0:00:00.009) 0:00:04.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Monday 26 February 2024 17:44:16 +0000 (0:00:00.008) 0:00:04.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Monday 26 February 2024 17:44:16 +0000 (0:00:00.007) 0:00:04.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Monday 26 February 2024 17:44:16 +0000 (0:00:00.007) 0:00:04.267 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Monday 26 February 2024 17:44:16 +0000 (0:00:00.018) 0:00:04.285 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Monday 26 February 2024 17:44:17 +0000 (0:00:01.215) 0:00:05.501 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Monday 26 February 2024 17:44:17 +0000 (0:00:00.174) 0:00:05.675 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Monday 26 February 2024 17:44:18 +0000 (0:00:00.170) 0:00:05.846 ******* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Monday 26 February 2024 17:44:18 +0000 (0:00:00.013) 0:00:05.859 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708969450.6759787, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Monday 26 February 2024 17:44:18 +0000 (0:00:00.187) 0:00:06.047 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Regenerate grub config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:51 Monday 26 February 2024 17:44:18 +0000 (0:00:00.177) 0:00:06.224 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Monday 26 February 2024 17:44:18 +0000 (0:00:00.008) 0:00:06.232 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:73 Monday 26 February 2024 17:44:18 +0000 (0:00:00.007) 0:00:06.239 ******* 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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:85 Monday 26 February 2024 17:44:18 +0000 (0:00:00.007) 0:00:06.247 ******* 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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Monday 26 February 2024 17:44:18 +0000 (0:00:00.007) 0:00:06.254 ******* changed: [sut] => { "changed": true, "path": "/boot/grub2/user.cfg", "state": "absent" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:100 Monday 26 February 2024 17:44:18 +0000 (0:00:00.246) 0:00:06.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of /boot/grub2/user.cfg] **************************************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:29 Monday 26 February 2024 17:44:18 +0000 (0:00:00.010) 0:00:06.511 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify that user conf doesn't exist] ************************************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:34 Monday 26 February 2024 17:44:18 +0000 (0:00:00.177) 0:00:06.689 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove boot loader password] ********************************************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:38 Monday 26 February 2024 17:44:18 +0000 (0:00:00.015) 0:00:06.704 ******* TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:3 Monday 26 February 2024 17:44:18 +0000 (0:00:00.016) 0:00:06.720 ******* included: /WORKDIR/git-bios-uefih8pt18wt/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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 Monday 26 February 2024 17:44:18 +0000 (0:00:00.010) 0:00:06.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Check if system is ostree] *************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 Monday 26 February 2024 17:44:18 +0000 (0:00:00.010) 0:00:06.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:17 Monday 26 February 2024 17:44:18 +0000 (0:00:00.009) 0:00:06.751 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 Monday 26 February 2024 17:44:18 +0000 (0:00:00.008) 0:00:06.759 ******* 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 Monday 26 February 2024 17:44:18 +0000 (0:00:00.018) 0:00:06.778 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.bootloader : Ensure boot loader settings] ************* task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 Monday 26 February 2024 17:44:20 +0000 (0:00:01.238) 0:00:08.016 ******* ok: [sut] => { "actions": [], "changed": false } TASK [linux-system-roles.bootloader : Determine platform type] ***************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 Monday 26 February 2024 17:44:20 +0000 (0:00:00.176) 0:00:08.193 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.bootloader : Set boot loader configuration files] ***** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 Monday 26 February 2024 17:44:20 +0000 (0:00:00.174) 0:00:08.367 ******* 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 : Get stat of /etc/default/grub] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Monday 26 February 2024 17:44:20 +0000 (0:00:00.014) 0:00:08.381 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708969450.6759787, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bb08bede303990d4cc06d6283ed4aeb549389ab", "ctime": 1708435641.472, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6730030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708435641.472, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 301, "uid": 0, "version": "1870048732", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 Monday 26 February 2024 17:44:20 +0000 (0:00:00.188) 0:00:08.570 ******* ok: [sut] => { "changed": false } TASK [linux-system-roles.bootloader : Regenerate grub config in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:51 Monday 26 February 2024 17:44:20 +0000 (0:00:00.182) 0:00:08.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:59 Monday 26 February 2024 17:44:20 +0000 (0:00:00.009) 0:00:08.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.bootloader : Generate boot loader password] *********** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:73 Monday 26 February 2024 17:44:20 +0000 (0:00:00.007) 0:00:08.769 ******* 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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:85 Monday 26 February 2024 17:44:20 +0000 (0:00:00.011) 0:00:08.781 ******* 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-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 Monday 26 February 2024 17:44:20 +0000 (0:00:00.012) 0:00:08.793 ******* ok: [sut] => { "changed": false, "path": "/boot/grub2/user.cfg", "state": "absent" } TASK [linux-system-roles.bootloader : Collect bootloader facts] **************** task path: /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:100 Monday 26 February 2024 17:44:21 +0000 (0:00:00.184) 0:00:08.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=31 changed=3 unreachable=0 failed=0 skipped=23 rescued=0 ignored=0 Monday 26 February 2024 17:44:21 +0000 (0:00:00.008) 0:00:08.986 ******* =============================================================================== linux-system-roles.bootloader : Ensure required packages are installed --- 2.45s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Ensure required packages are installed --- 1.33s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:6 linux-system-roles.bootloader : Put boot loader password to /boot/grub2/user.cfg --- 0.54s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:85 linux-system-roles.bootloader : Ensure ansible_facts used by role ------- 0.49s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:3 linux-system-roles.bootloader : Generate boot loader password ----------- 0.47s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:73 linux-system-roles.bootloader : Remove boot loader password configuration --- 0.43s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:93 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.38s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.36s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.35s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Determine platform type ----------------- 0.35s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Check if system is ostree --------------- 0.24s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:12 linux-system-roles.bootloader : Ensure boot loader settings ------------- 0.23s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:13 linux-system-roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.22s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:41 linux-system-roles.bootloader : Get stat of /etc/default/grub ----------- 0.19s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:36 Get contents of /boot/grub2/user.cfg ------------------------------------ 0.18s /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:15 -------------------- Get stat of /boot/grub2/user.cfg ---------------------------------------- 0.18s /WORKDIR/git-bios-uefih8pt18wt/tests/tests_password.yml:29 -------------------- linux-system-roles.bootloader : Determine platform type ----------------- 0.17s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:20 linux-system-roles.bootloader : Set boot loader configuration files ----- 0.03s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 linux-system-roles.bootloader : Set boot loader configuration files ----- 0.03s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/main.yml:25 linux-system-roles.bootloader : Set platform/version specific variables --- 0.03s /WORKDIR/git-bios-uefih8pt18wt/tests/roles/linux-system-roles.bootloader/tasks/set_vars.yml:21 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---