ansible-playbook [core 2.17.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Zzr executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', 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_add_rm.yml ***************************************************** 1 plays in /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 23 August 2025 08:53:15 -0400 (0:00:00.019) 0:00:00.019 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 23 August 2025 08:53:15 -0400 (0:00:00.011) 0:00:00.031 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 23 August 2025 08:53:17 -0400 (0:00:01.988) 0:00:02.019 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.008) 0:00:02.028 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.089) 0:00:02.118 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.020) 0:00:02.139 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.037) 0:00:02.176 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.423) 0:00:02.599 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.021) 0:00:02.620 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.031) 0:00:02.652 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.012) 0:00:02.664 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:53:17 -0400 (0:00:00.046) 0:00:02.711 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:53:35 -0400 (0:00:17.518) 0:00:20.230 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009998.786973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1755009998.7857187, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5103188, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009998.7869732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2159568085", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:53:35 -0400 (0:00:00.363) 0:00:20.593 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:53:35 -0400 (0:00:00.014) 0:00:20.608 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:53:35 -0400 (0:00:00.012) 0:00:20.621 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:53:36 -0400 (0:00:00.327) 0:00:20.948 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:53:36 -0400 (0:00:00.040) 0:00:20.989 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953615.786765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1755009998.7857187, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5103188, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009998.7869732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2159568085", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:53:36 -0400 (0:00:00.341) 0:00:21.331 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009055.522, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dc4186c18915ba051f227a6dc820d3ca2c6c200e", "ctime": 1755009055.523, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357361, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755009055.523, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1315506245", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:53:36 -0400 (0:00:00.346) 0:00:21.677 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004540", "end": "2025-08-23 08:53:37.347116", "rc": 0, "start": "2025-08-23 08:53:37.342576" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:53:37 -0400 (0:00:00.446) 0:00:22.124 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:53:37 -0400 (0:00:00.033) 0:00:22.157 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:53:37 -0400 (0:00:00.439) 0:00:22.596 ******* changed: [managed-node1] => { "changed": true, "rc": 0 } MSG: 6 replacements made TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:53:38 -0400 (0:00:00.356) 0:00:22.952 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:53:38 -0400 (0:00:00.422) 0:00:23.375 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:53:38 -0400 (0:00:00.017) 0:00:23.393 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:53:38 -0400 (0:00:00.016) 0:00:23.410 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:53:38 -0400 (0:00:00.030) 0:00:23.440 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 23 August 2025 08:53:39 -0400 (0:00:00.544) 0:00:23.985 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 23 August 2025 08:53:39 -0400 (0:00:00.004) 0:00:23.989 ******* META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 23 August 2025 08:53:39 -0400 (0:00:00.001) 0:00:23.991 ******* ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 23 August 2025 08:53:39 -0400 (0:00:00.038) 0:00:24.029 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:53:39 -0400 (0:00:00.026) 0:00:24.055 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-603.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "e62f63e5fc62115ac78830afd2614a1661df4412", "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64" }, "md5sum": "7a1e9f56a26bb47f4c9215db23f8ec63", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15079464, "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-603.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "15d7a106c1f021f88f7dea4b5962beae5eb1e800", "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img" }, "md5sum": "c3687a659aa57addb7f26b0528f9bd17", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38512510, "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:53:40 -0400 (0:00:01.100) 0:00:25.156 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.058) 0:00:25.214 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.028) 0:00:25.243 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.039) 0:00:25.283 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.017) 0:00:25.301 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.016) 0:00:25.317 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.029) 0:00:25.347 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.011) 0:00:25.358 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:53:40 -0400 (0:00:00.060) 0:00:25.419 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:53:41 -0400 (0:00:01.310) 0:00:26.729 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953615.786765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1755009998.7857187, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5103188, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009998.7869732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2159568085", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:53:42 -0400 (0:00:00.349) 0:00:27.078 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:53:42 -0400 (0:00:00.014) 0:00:27.093 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:53:42 -0400 (0:00:00.014) 0:00:27.107 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:53:42 -0400 (0:00:00.342) 0:00:27.450 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:53:42 -0400 (0:00:00.049) 0:00:27.499 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953615.786765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1755009998.7857187, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5103188, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009998.7869732, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2159568085", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:53:43 -0400 (0:00:00.358) 0:00:27.858 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953618.1736345, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:53:43 -0400 (0:00:00.370) 0:00:28.228 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004225", "end": "2025-08-23 08:53:43.829729", "rc": 0, "start": "2025-08-23 08:53:43.825504" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:53:43 -0400 (0:00:00.379) 0:00:28.607 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:53:43 -0400 (0:00:00.039) 0:00:28.647 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:53:44 -0400 (0:00:00.386) 0:00:29.033 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:53:44 -0400 (0:00:00.394) 0:00:29.428 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.595) 0:00:30.023 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.023) 0:00:30.047 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.043) 0:00:30.090 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.049) 0:00:30.139 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.054) 0:00:30.194 ******* NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.003) 0:00:30.198 ******* changed: [managed-node1] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.132681", "end": "2025-08-23 08:53:45.926591", "rc": 0, "start": "2025-08-23 08:53:45.793910" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:53:45 -0400 (0:00:00.526) 0:00:30.724 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:53:46 -0400 (0:00:00.035) 0:00:30.760 ******* changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:54:10 -0400 (0:00:24.655) 0:00:55.415 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.011) 0:00:55.427 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.015) 0:00:55.442 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.015) 0:00:55.458 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.065) 0:00:55.523 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.020) 0:00:55.544 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.039) 0:00:55.583 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.018) 0:00:55.602 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.023) 0:00:55.626 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.051) 0:00:55.677 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:54:10 -0400 (0:00:00.017) 0:00:55.695 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:54:11 -0400 (0:00:00.052) 0:00:55.748 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:54:13 -0400 (0:00:02.948) 0:00:58.696 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:54:14 -0400 (0:00:00.396) 0:00:59.093 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:54:14 -0400 (0:00:00.017) 0:00:59.110 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:54:14 -0400 (0:00:00.013) 0:00:59.124 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:54:14 -0400 (0:00:00.336) 0:00:59.461 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:54:14 -0400 (0:00:00.041) 0:00:59.502 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:54:15 -0400 (0:00:00.378) 0:00:59.881 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:54:15 -0400 (0:00:00.395) 0:01:00.276 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004978", "end": "2025-08-23 08:54:15.671784", "rc": 0, "start": "2025-08-23 08:54:15.666806" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:54:15 -0400 (0:00:00.395) 0:01:00.671 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:54:15 -0400 (0:00:00.039) 0:01:00.711 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:54:16 -0400 (0:00:00.368) 0:01:01.079 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:54:16 -0400 (0:00:00.398) 0:01:01.478 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.351) 0:01:01.829 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.028) 0:01:01.857 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.028) 0:01:01.886 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.049) 0:01:01.936 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "3204c9d6920449989fbded7f2cede421-5.14.0-603.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.532) 0:01:02.468 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:54:17 -0400 (0:00:00.026) 0:01:02.494 ******* ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-603.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "e62f63e5fc62115ac78830afd2614a1661df4412", "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64" }, "md5sum": "7a1e9f56a26bb47f4c9215db23f8ec63", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15079464, "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-603.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "15d7a106c1f021f88f7dea4b5962beae5eb1e800", "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img" }, "md5sum": "c3687a659aa57addb7f26b0528f9bd17", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38512510, "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:54:19 -0400 (0:00:01.244) 0:01:03.739 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.036) 0:01:03.776 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.018) 0:01:03.794 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.034) 0:01:03.828 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.017) 0:01:03.846 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.021) 0:01:03.867 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.037) 0:01:03.904 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.019) 0:01:03.924 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:54:19 -0400 (0:00:00.086) 0:01:04.010 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:54:20 -0400 (0:00:01.291) 0:01:05.302 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:54:20 -0400 (0:00:00.364) 0:01:05.667 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:54:20 -0400 (0:00:00.018) 0:01:05.685 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:54:20 -0400 (0:00:00.014) 0:01:05.699 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:54:21 -0400 (0:00:00.344) 0:01:06.044 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:54:21 -0400 (0:00:00.060) 0:01:06.104 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:54:21 -0400 (0:00:00.375) 0:01:06.480 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:54:22 -0400 (0:00:00.366) 0:01:06.846 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004896", "end": "2025-08-23 08:54:22.432079", "rc": 0, "start": "2025-08-23 08:54:22.427183" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:54:22 -0400 (0:00:00.364) 0:01:07.211 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:54:22 -0400 (0:00:00.041) 0:01:07.252 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:54:22 -0400 (0:00:00.404) 0:01:07.657 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:54:23 -0400 (0:00:00.363) 0:01:08.021 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:54:23 -0400 (0:00:00.622) 0:01:08.644 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:54:23 -0400 (0:00:00.020) 0:01:08.665 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:54:23 -0400 (0:00:00.022) 0:01:08.688 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:54:23 -0400 (0:00:00.032) 0:01:08.721 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.032) 0:01:08.753 ******* META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.001) 0:01:08.755 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.016) 0:01:08.771 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.056) 0:01:08.827 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.019) 0:01:08.847 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.036) 0:01:08.884 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.018) 0:01:08.902 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.016) 0:01:08.919 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.031) 0:01:08.951 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.015) 0:01:08.966 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:54:24 -0400 (0:00:00.047) 0:01:09.013 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:54:25 -0400 (0:00:01.272) 0:01:10.286 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:54:25 -0400 (0:00:00.356) 0:01:10.643 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:54:25 -0400 (0:00:00.017) 0:01:10.661 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:54:25 -0400 (0:00:00.013) 0:01:10.674 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:54:26 -0400 (0:00:00.341) 0:01:11.016 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:54:26 -0400 (0:00:00.042) 0:01:11.059 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:54:26 -0400 (0:00:00.361) 0:01:11.421 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:54:27 -0400 (0:00:00.356) 0:01:11.777 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004515", "end": "2025-08-23 08:54:27.370957", "rc": 0, "start": "2025-08-23 08:54:27.366442" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:54:27 -0400 (0:00:00.373) 0:01:12.151 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:54:27 -0400 (0:00:00.039) 0:01:12.190 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:54:27 -0400 (0:00:00.369) 0:01:12.560 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:54:28 -0400 (0:00:00.363) 0:01:12.923 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:54:28 -0400 (0:00:00.368) 0:01:13.292 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:54:28 -0400 (0:00:00.019) 0:01:13.311 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:54:28 -0400 (0:00:00.018) 0:01:13.330 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:54:28 -0400 (0:00:00.031) 0:01:13.362 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "3204c9d6920449989fbded7f2cede421-5.14.0-603.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 23 August 2025 08:54:29 -0400 (0:00:00.495) 0:01:13.858 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 23 August 2025 08:54:29 -0400 (0:00:00.044) 0:01:13.902 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:54:29 -0400 (0:00:00.027) 0:01:13.929 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-603.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "e62f63e5fc62115ac78830afd2614a1661df4412", "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64" }, "md5sum": "7a1e9f56a26bb47f4c9215db23f8ec63", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15079464, "src": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-603.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "15d7a106c1f021f88f7dea4b5962beae5eb1e800", "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img" }, "md5sum": "c3687a659aa57addb7f26b0528f9bd17", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38512510, "src": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.892) 0:01:14.822 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.037) 0:01:14.860 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.019) 0:01:14.879 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.033) 0:01:14.913 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.017) 0:01:14.931 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.016) 0:01:14.948 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.031) 0:01:14.979 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.013) 0:01:14.992 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:54:30 -0400 (0:00:00.062) 0:01:15.055 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:54:31 -0400 (0:00:01.264) 0:01:16.320 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:54:31 -0400 (0:00:00.352) 0:01:16.673 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:54:31 -0400 (0:00:00.013) 0:01:16.687 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:54:31 -0400 (0:00:00.012) 0:01:16.700 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:54:32 -0400 (0:00:00.336) 0:01:17.036 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:54:32 -0400 (0:00:00.041) 0:01:17.077 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953625.9248621, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953625.923862, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290087, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953625.923862, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3095670152", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:54:32 -0400 (0:00:00.354) 0:01:17.432 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:54:33 -0400 (0:00:00.355) 0:01:17.788 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004458", "end": "2025-08-23 08:54:33.374678", "rc": 0, "start": "2025-08-23 08:54:33.370220" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:54:33 -0400 (0:00:00.362) 0:01:18.151 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:54:33 -0400 (0:00:00.035) 0:01:18.187 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:54:33 -0400 (0:00:00.359) 0:01:18.546 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.363) 0:01:18.910 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.634) 0:01:19.545 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.019) 0:01:19.564 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.018) 0:01:19.582 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.031) 0:01:19.614 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.033) 0:01:19.648 ******* NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:54:34 -0400 (0:00:00.001) 0:01:19.650 ******* changed: [managed-node1] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.161222", "end": "2025-08-23 08:54:35.378154", "rc": 0, "start": "2025-08-23 08:54:35.216932" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:54:35 -0400 (0:00:00.504) 0:01:20.154 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:54:35 -0400 (0:00:00.015) 0:01:20.169 ******* changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:55:00 -0400 (0:00:24.840) 0:01:45.009 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.014) 0:01:45.024 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.019) 0:01:45.043 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.019) 0:01:45.062 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.057) 0:01:45.119 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.020) 0:01:45.140 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.035) 0:01:45.176 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.018) 0:01:45.195 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.018) 0:01:45.214 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.031) 0:01:45.246 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.013) 0:01:45.259 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.048) 0:01:45.307 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:03 -0400 (0:00:02.970) 0:01:48.278 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953675.376677, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.387) 0:01:48.665 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.015) 0:01:48.680 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.012) 0:01:48.693 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.341) 0:01:49.035 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.042) 0:01:49.078 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.354) 0:01:49.432 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.367) 0:01:49.800 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005281", "end": "2025-08-23 08:55:05.146171", "rc": 0, "start": "2025-08-23 08:55:05.140890" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.377) 0:01:50.178 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.035) 0:01:50.214 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.382) 0:01:50.597 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:06 -0400 (0:00:00.366) 0:01:50.963 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:06 -0400 (0:00:00.345) 0:01:51.309 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:06 -0400 (0:00:00.019) 0:01:51.328 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:06 -0400 (0:00:00.025) 0:01:51.354 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:06 -0400 (0:00:00.033) 0:01:51.388 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "3204c9d6920449989fbded7f2cede421-5.14.0-603.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "3204c9d6920449989fbded7f2cede421-5.14.0-603.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.535) 0:01:51.923 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.043) 0:01:51.967 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.036) 0:01:52.003 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.017) 0:01:52.021 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.037) 0:01:52.059 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.018) 0:01:52.078 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.016) 0:01:52.095 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.030) 0:01:52.125 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.013) 0:01:52.138 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:07 -0400 (0:00:00.051) 0:01:52.190 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:08 -0400 (0:00:01.286) 0:01:53.477 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.359) 0:01:53.837 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.014) 0:01:53.852 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.012) 0:01:53.865 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.336) 0:01:54.201 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.043) 0:01:54.244 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:09 -0400 (0:00:00.352) 0:01:54.597 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:10 -0400 (0:00:00.356) 0:01:54.953 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004690", "end": "2025-08-23 08:55:10.537115", "rc": 0, "start": "2025-08-23 08:55:10.532425" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:10 -0400 (0:00:00.359) 0:01:55.313 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:10 -0400 (0:00:00.035) 0:01:55.348 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:10 -0400 (0:00:00.363) 0:01:55.711 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.357) 0:01:56.068 ******* fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-603.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-603.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.349) 0:01:56.418 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.018) 0:01:56.437 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.059) 0:01:56.496 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.019) 0:01:56.516 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.038) 0:01:56.554 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.018) 0:01:56.573 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.019) 0:01:56.592 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.034) 0:01:56.626 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:11 -0400 (0:00:00.014) 0:01:56.641 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:12 -0400 (0:00:00.092) 0:01:56.733 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:13 -0400 (0:00:01.327) 0:01:58.061 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:13 -0400 (0:00:00.353) 0:01:58.414 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:13 -0400 (0:00:00.014) 0:01:58.429 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:13 -0400 (0:00:00.013) 0:01:58.443 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:14 -0400 (0:00:00.396) 0:01:58.840 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:14 -0400 (0:00:00.043) 0:01:58.883 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:14 -0400 (0:00:00.356) 0:01:59.240 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:14 -0400 (0:00:00.360) 0:01:59.600 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005276", "end": "2025-08-23 08:55:15.192441", "rc": 0, "start": "2025-08-23 08:55:15.187165" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:15 -0400 (0:00:00.368) 0:01:59.968 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:15 -0400 (0:00:00.035) 0:02:00.004 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:15 -0400 (0:00:00.359) 0:02:00.364 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:15 -0400 (0:00:00.358) 0:02:00.722 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:16 -0400 (0:00:00.665) 0:02:01.388 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:16 -0400 (0:00:00.019) 0:02:01.407 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:16 -0400 (0:00:00.018) 0:02:01.426 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:16 -0400 (0:00:00.031) 0:02:01.457 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "3204c9d6920449989fbded7f2cede421-5.14.0-603.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.499) 0:02:01.957 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.072) 0:02:02.029 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.019) 0:02:02.048 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.034) 0:02:02.083 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.018) 0:02:02.102 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.017) 0:02:02.119 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.036) 0:02:02.156 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.015) 0:02:02.171 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:17 -0400 (0:00:00.049) 0:02:02.220 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:18 -0400 (0:00:01.294) 0:02:03.515 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.357) 0:02:03.872 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.015) 0:02:03.888 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.013) 0:02:03.901 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.342) 0:02:04.243 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.043) 0:02:04.287 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953703.4629593, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1755953675.376677, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 290085, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953675.376677, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "556079673", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:19 -0400 (0:00:00.354) 0:02:04.641 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953623.4298327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "11b3215bcb7894a0765f1fdf90b8465c10b63d71", "ctime": 1755953618.1727793, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 293601475, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953618.1736355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "629651848", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:20 -0400 (0:00:00.358) 0:02:05.000 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004507", "end": "2025-08-23 08:55:20.589522", "rc": 0, "start": "2025-08-23 08:55:20.585015" } TASK [fedora.linux_system_roles.bootloader : Use a general grub and user conf path if UEFI path has a stub config] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:20 -0400 (0:00:00.365) 0:02:05.366 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:20 -0400 (0:00:00.034) 0:02:05.401 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:21 -0400 (0:00:00.364) 0:02:05.765 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:21 -0400 (0:00:00.359) 0:02:06.125 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:21 -0400 (0:00:00.570) 0:02:06.695 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:21 -0400 (0:00:00.020) 0:02:06.716 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:22 -0400 (0:00:00.019) 0:02:06.735 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:22 -0400 (0:00:00.033) 0:02:06.769 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-5.14.0-603.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-603.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-603.el9.x86_64", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (5.14.0-603.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "3ad6c70e3d9d4cc59a507e0207ecb694-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694.img", "kernel": "/boot/vmlinuz-0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694", "root": "UUID=37d967e4-3f51-45aa-99e0-fad146c662e9", "title": "CentOS Stream (0-rescue-3ad6c70e3d9d4cc59a507e0207ecb694) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 23 August 2025 08:55:22 -0400 (0:00:00.471) 0:02:07.240 ******* ok: [managed-node1] => (item=Clone1) => { "ansible_loop_var": "item", "changed": false, "item": "Clone1" } MSG: All assertions passed ok: [managed-node1] => (item=Clone2) => { "ansible_loop_var": "item", "changed": false, "item": "Clone2" } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 23 August 2025 08:55:22 -0400 (0:00:00.056) 0:02:07.296 ******* changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone1" ], "delta": "0:00:00.046496", "end": "2025-08-23 08:55:22.908803", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-08-23 08:55:22.862307" } STDERR: The param /boot/vmlinuz-5.14.0-603.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-603.el9.x86_64_clone2" ], "delta": "0:00:00.046130", "end": "2025-08-23 08:55:23.287804", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-08-23 08:55:23.241674" } STDERR: The param /boot/vmlinuz-5.14.0-603.el9.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:55:23 -0400 (0:00:00.770) 0:02:08.067 ******* changed: [managed-node1] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.108073", "end": "2025-08-23 08:55:23.745244", "rc": 0, "start": "2025-08-23 08:55:23.637171" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:55:23 -0400 (0:00:00.456) 0:02:08.523 ******* included: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:55:23 -0400 (0:00:00.015) 0:02:08.539 ******* changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:55:47 -0400 (0:00:23.779) 0:02:32.319 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:55:47 -0400 (0:00:00.014) 0:02:32.333 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=156 changed=14 unreachable=0 failed=0 skipped=121 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "end_time": "2025-08-23T12:55:11.687111+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-603.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-603.el9.x86_64_clone2", "start_time": "2025-08-23T12:55:11.340951+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 23 August 2025 08:55:47 -0400 (0:00:00.015) 0:02:32.348 ******* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.84s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.66s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.78s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 17.52s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.97s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.95s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.99s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.33s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.31s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.27s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.26s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64 --- 1.24s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64 --- 1.10s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-603.el9.x86_64 --- 0.89s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.77s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.63s /tmp/collections-Zzr/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114