ansible-playbook [core 2.17.14] 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-cZf executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Oct 10 2025, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/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-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Monday 12 January 2026 11:53:38 -0500 (0:00:00.022) 0:00:00.022 ******** included: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Monday 12 January 2026 11:53:38 -0500 (0:00:00.012) 0:00:00.035 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Monday 12 January 2026 11:53:40 -0500 (0:00:02.015) 0:00:02.051 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Monday 12 January 2026 11:53:40 -0500 (0:00:00.007) 0:00:02.058 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:53:40 -0500 (0:00:00.059) 0:00:02.118 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:53:40 -0500 (0:00:00.017) 0:00:02.135 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:53:40 -0500 (0:00:00.031) 0:00:02.167 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:53:41 -0500 (0:00:00.447) 0:00:02.615 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:53:41 -0500 (0:00:00.019) 0:00:02.635 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:53:41 -0500 (0:00:00.027) 0:00:02.662 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:53:41 -0500 (0:00:00.010) 0:00:02.672 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:53:41 -0500 (0:00:00.040) 0:00:02.713 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:53:47 -0500 (0:00:05.626) 0:00:08.340 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767686427.075, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:53:47 -0500 (0:00:00.432) 0:00:08.773 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:53:47 -0500 (0:00:00.028) 0:00:08.802 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:53:47 -0500 (0:00:00.018) 0:00:08.820 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:53:47 -0500 (0:00:00.380) 0:00:09.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:53:47 -0500 (0:00:00.038) 0:00:09.239 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236827.403855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:53:48 -0500 (0:00:00.387) 0:00:09.626 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767624632.316, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6fe527ca5049a58ec5cd3030ac067cf4feedf539", "ctime": 1767624632.317, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 284539, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767624632.317, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "515500181", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:53:48 -0500 (0:00:00.397) 0:00:10.024 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004620", "end": "2026-01-12 11:53:49.188028", "rc": 0, "start": "2026-01-12 11:53:49.183408" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:53:49 -0500 (0:00:00.480) 0:00:10.504 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:53:49 -0500 (0:00:00.030) 0:00:10.534 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:53:49 -0500 (0:00:00.473) 0:00:11.008 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:53:50 -0500 (0:00:00.392) 0:00:11.401 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:53:50 -0500 (0:00:00.461) 0:00:11.862 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:53:50 -0500 (0:00:00.016) 0:00:11.879 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:53:50 -0500 (0:00:00.014) 0:00:11.893 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:53:50 -0500 (0:00:00.025) 0:00:11.918 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:53:51 -0500 (0:00:00.567) 0:00:12.485 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Monday 12 January 2026 11:53:51 -0500 (0:00:00.037) 0:00:12.523 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Monday 12 January 2026 11:53:51 -0500 (0:00:00.003) 0:00:12.527 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Monday 12 January 2026 11:53:51 -0500 (0:00:00.001) 0:00:12.528 ******** ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Monday 12 January 2026 11:53:51 -0500 (0:00:00.039) 0:00:12.568 ******** included: /tmp/collections-cZf/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-6.12.0-174.el10.x86_64] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 11:53:51 -0500 (0:00:00.022) 0:00:12.590 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-174.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "85a9aba8c2a44f1430d0b0df4d59c8c494410653", "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64" }, "md5sum": "d86b27a67174d90b4e99f4e267cb2b6e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16074792, "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-174.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "cd1d2f1dd671180ed6032c8b6344bf67ee886895", "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img" }, "md5sum": "49311caf488469a88ef26c6d389384c5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 48950376, "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 11:53:52 -0500 (0:00:01.228) 0:00:13.819 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:53:52 -0500 (0:00:00.034) 0:00:13.853 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:53:52 -0500 (0:00:00.016) 0:00:13.869 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:53:52 -0500 (0:00:00.040) 0:00:13.909 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:53:52 -0500 (0:00:00.020) 0:00:13.929 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:53:52 -0500 (0:00:00.015) 0:00:13.945 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:53:52 -0500 (0:00:00.031) 0:00:13.976 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:53:52 -0500 (0:00:00.010) 0:00:13.987 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:53:52 -0500 (0:00:00.073) 0:00:14.061 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:53:53 -0500 (0:00:00.850) 0:00:14.911 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236827.403855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:53:54 -0500 (0:00:00.400) 0:00:15.312 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:53:54 -0500 (0:00:00.012) 0:00:15.324 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:53:54 -0500 (0:00:00.015) 0:00:15.339 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:53:54 -0500 (0:00:00.371) 0:00:15.711 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:53:54 -0500 (0:00:00.049) 0:00:15.761 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236827.403855, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1767686424.7447245, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065076, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.7447245, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2753804245", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:53:54 -0500 (0:00:00.414) 0:00:16.175 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236830.0868063, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:53:55 -0500 (0:00:00.407) 0:00:16.582 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005188", "end": "2026-01-12 11:53:55.675284", "rc": 0, "start": "2026-01-12 11:53:55.670096" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:53:55 -0500 (0:00:00.418) 0:00:17.001 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:53:55 -0500 (0:00:00.039) 0:00:17.040 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:53:56 -0500 (0:00:00.408) 0:00:17.448 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:53:56 -0500 (0:00:00.414) 0:00:17.863 ******** 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-6.12.0-174.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-174.el10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:53:57 -0500 (0:00:00.651) 0:00:18.515 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:53:57 -0500 (0:00:00.029) 0:00:18.544 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:53:57 -0500 (0:00:00.032) 0:00:18.577 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:53:57 -0500 (0:00:00.044) 0:00:18.621 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:53:57 -0500 (0:00:00.050) 0:00:18.672 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 11:53:57 -0500 (0:00:00.042) 0:00:18.714 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 11:53:57 -0500 (0:00:00.001) 0:00:18.716 ******** 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.137004", "end": "2026-01-12 11:53:57.931178", "rc": 0, "start": "2026-01-12 11:53:57.794174" } STDOUT: args="ro rhgb crashkernel=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=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=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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 11:53:57 -0500 (0:00:00.529) 0:00:19.245 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 11:53:57 -0500 (0:00:00.014) 0:00:19.259 ******** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 11:54:29 -0500 (0:00:31.141) 0:00:50.401 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 11:54:29 -0500 (0:00:00.012) 0:00:50.413 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 11:54:29 -0500 (0:00:00.015) 0:00:50.428 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 11:54:29 -0500 (0:00:00.014) 0:00:50.443 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:54:29 -0500 (0:00:00.050) 0:00:50.493 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:54:29 -0500 (0:00:00.017) 0:00:50.511 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:54:29 -0500 (0:00:00.034) 0:00:50.545 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:54:29 -0500 (0:00:00.016) 0:00:50.561 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:54:29 -0500 (0:00:00.025) 0:00:50.587 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:54:29 -0500 (0:00:00.046) 0:00:50.634 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:54:29 -0500 (0:00:00.017) 0:00:50.651 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:54:29 -0500 (0:00:00.049) 0:00:50.700 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:54:31 -0500 (0:00:02.155) 0:00:52.856 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:54:32 -0500 (0:00:00.606) 0:00:53.463 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:54:32 -0500 (0:00:00.013) 0:00:53.476 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:54:32 -0500 (0:00:00.011) 0:00:53.488 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:54:32 -0500 (0:00:00.557) 0:00:54.045 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:54:32 -0500 (0:00:00.043) 0:00:54.089 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:54:33 -0500 (0:00:00.581) 0:00:54.670 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:54:33 -0500 (0:00:00.582) 0:00:55.252 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.008306", "end": "2026-01-12 11:54:34.489532", "rc": 0, "start": "2026-01-12 11:54:34.481226" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:54:34 -0500 (0:00:00.570) 0:00:55.822 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:54:34 -0500 (0:00:00.034) 0:00:55.857 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:54:35 -0500 (0:00:00.582) 0:00:56.440 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:54:35 -0500 (0:00:00.561) 0:00:57.002 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:54:36 -0500 (0:00:00.553) 0:00:57.555 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:54:36 -0500 (0:00:00.017) 0:00:57.573 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:54:36 -0500 (0:00:00.018) 0:00:57.591 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:54:36 -0500 (0:00:00.032) 0:00:57.623 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:54:37 -0500 (0:00:00.801) 0:00:58.425 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Monday 12 January 2026 11:54:37 -0500 (0:00:00.034) 0:00:58.459 ******** included: /tmp/collections-cZf/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-6.12.0-174.el10.x86_64] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 11:54:37 -0500 (0:00:00.023) 0:00:58.483 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-174.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "85a9aba8c2a44f1430d0b0df4d59c8c494410653", "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64" }, "md5sum": "d86b27a67174d90b4e99f4e267cb2b6e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16074792, "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-174.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "cd1d2f1dd671180ed6032c8b6344bf67ee886895", "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img" }, "md5sum": "49311caf488469a88ef26c6d389384c5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 48950376, "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 11:54:39 -0500 (0:00:01.980) 0:01:00.464 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:54:39 -0500 (0:00:00.034) 0:01:00.498 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:54:39 -0500 (0:00:00.016) 0:01:00.514 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:54:39 -0500 (0:00:00.031) 0:01:00.546 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:54:39 -0500 (0:00:00.015) 0:01:00.561 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:54:39 -0500 (0:00:00.016) 0:01:00.577 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:54:39 -0500 (0:00:00.028) 0:01:00.605 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:54:39 -0500 (0:00:00.011) 0:01:00.617 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:54:39 -0500 (0:00:00.058) 0:01:00.675 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:54:40 -0500 (0:00:01.262) 0:01:01.938 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:54:41 -0500 (0:00:00.574) 0:01:02.512 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:54:41 -0500 (0:00:00.014) 0:01:02.526 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:54:41 -0500 (0:00:00.011) 0:01:02.537 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:54:41 -0500 (0:00:00.547) 0:01:03.085 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:54:41 -0500 (0:00:00.039) 0:01:03.124 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:54:42 -0500 (0:00:00.577) 0:01:03.702 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:54:43 -0500 (0:00:00.573) 0:01:04.275 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.007816", "end": "2026-01-12 11:54:43.509558", "rc": 0, "start": "2026-01-12 11:54:43.501742" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:54:43 -0500 (0:00:00.567) 0:01:04.843 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:54:43 -0500 (0:00:00.034) 0:01:04.878 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:54:44 -0500 (0:00:00.557) 0:01:05.435 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:54:44 -0500 (0:00:00.561) 0:01:05.997 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:54:45 -0500 (0:00:00.996) 0:01:06.993 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:54:45 -0500 (0:00:00.017) 0:01:07.011 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:54:45 -0500 (0:00:00.015) 0:01:07.027 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:54:45 -0500 (0:00:00.034) 0:01:07.061 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:54:45 -0500 (0:00:00.026) 0:01:07.088 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 11:54:45 -0500 (0:00:00.028) 0:01:07.116 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 11:54:45 -0500 (0:00:00.000) 0:01:07.117 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 11:54:45 -0500 (0:00:00.013) 0:01:07.130 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:54:45 -0500 (0:00:00.051) 0:01:07.182 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:54:45 -0500 (0:00:00.015) 0:01:07.197 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:54:45 -0500 (0:00:00.030) 0:01:07.228 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:54:45 -0500 (0:00:00.015) 0:01:07.243 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:54:45 -0500 (0:00:00.015) 0:01:07.259 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:54:46 -0500 (0:00:00.027) 0:01:07.286 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:54:46 -0500 (0:00:00.010) 0:01:07.297 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:54:46 -0500 (0:00:00.042) 0:01:07.339 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:54:47 -0500 (0:00:01.284) 0:01:08.624 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:54:47 -0500 (0:00:00.580) 0:01:09.204 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:54:47 -0500 (0:00:00.016) 0:01:09.220 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:54:47 -0500 (0:00:00.010) 0:01:09.231 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:54:48 -0500 (0:00:00.548) 0:01:09.780 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:54:48 -0500 (0:00:00.039) 0:01:09.819 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:54:49 -0500 (0:00:00.577) 0:01:10.397 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:54:49 -0500 (0:00:00.575) 0:01:10.973 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.007327", "end": "2026-01-12 11:54:50.208067", "rc": 0, "start": "2026-01-12 11:54:50.200740" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:54:50 -0500 (0:00:00.573) 0:01:11.546 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:54:50 -0500 (0:00:00.031) 0:01:11.578 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:54:50 -0500 (0:00:00.574) 0:01:12.152 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:54:51 -0500 (0:00:00.574) 0:01:12.726 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:54:52 -0500 (0:00:00.552) 0:01:13.279 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:54:52 -0500 (0:00:00.017) 0:01:13.296 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:54:52 -0500 (0:00:00.015) 0:01:13.312 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:54:52 -0500 (0:00:00.026) 0:01:13.339 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:54:52 -0500 (0:00:00.783) 0:01:14.123 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Monday 12 January 2026 11:54:52 -0500 (0:00:00.040) 0:01:14.163 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Monday 12 January 2026 11:54:52 -0500 (0:00:00.038) 0:01:14.202 ******** included: /tmp/collections-cZf/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-6.12.0-174.el10.x86_64] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 11:54:52 -0500 (0:00:00.025) 0:01:14.227 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-174.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "85a9aba8c2a44f1430d0b0df4d59c8c494410653", "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64" }, "md5sum": "d86b27a67174d90b4e99f4e267cb2b6e", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16074792, "src": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-174.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "cd1d2f1dd671180ed6032c8b6344bf67ee886895", "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img" }, "md5sum": "49311caf488469a88ef26c6d389384c5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 48950376, "src": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 11:54:54 -0500 (0:00:01.039) 0:01:15.267 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:54:54 -0500 (0:00:00.034) 0:01:15.302 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:54:54 -0500 (0:00:00.018) 0:01:15.320 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:54:54 -0500 (0:00:00.030) 0:01:15.350 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:54:54 -0500 (0:00:00.016) 0:01:15.366 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:54:54 -0500 (0:00:00.015) 0:01:15.382 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:54:54 -0500 (0:00:00.027) 0:01:15.410 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:54:54 -0500 (0:00:00.011) 0:01:15.421 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:54:54 -0500 (0:00:00.056) 0:01:15.477 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:54:55 -0500 (0:00:00.873) 0:01:16.350 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:54:55 -0500 (0:00:00.400) 0:01:16.750 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:54:55 -0500 (0:00:00.012) 0:01:16.763 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:54:55 -0500 (0:00:00.010) 0:01:16.774 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:54:55 -0500 (0:00:00.379) 0:01:17.154 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:54:55 -0500 (0:00:00.044) 0:01:17.198 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236837.9309525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236837.9300592, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065096, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236837.9300592, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2191806621", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:54:56 -0500 (0:00:00.400) 0:01:17.598 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:54:56 -0500 (0:00:00.401) 0:01:18.000 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004840", "end": "2026-01-12 11:54:57.092580", "rc": 0, "start": "2026-01-12 11:54:57.087740" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:54:57 -0500 (0:00:00.410) 0:01:18.410 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:54:57 -0500 (0:00:00.032) 0:01:18.443 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:54:57 -0500 (0:00:00.400) 0:01:18.844 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:54:57 -0500 (0:00:00.400) 0:01:19.245 ******** 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-6.12.0-174.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:54:58 -0500 (0:00:00.674) 0:01:19.919 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:54:58 -0500 (0:00:00.018) 0:01:19.938 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:54:58 -0500 (0:00:00.016) 0:01:19.955 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:54:58 -0500 (0:00:00.028) 0:01:19.983 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:54:58 -0500 (0:00:00.027) 0:01:20.011 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 11:54:58 -0500 (0:00:00.030) 0:01:20.041 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 11:54:58 -0500 (0:00:00.001) 0:01:20.042 ******** 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.162461", "end": "2026-01-12 11:54:59.269918", "rc": 0, "start": "2026-01-12 11:54:59.107457" } STDOUT: args="ro rhgb crashkernel=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=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=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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 11:54:59 -0500 (0:00:00.544) 0:01:20.586 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 11:54:59 -0500 (0:00:00.013) 0:01:20.600 ******** changed: [managed-node1] => { "changed": true, "elapsed": 38, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 11:55:38 -0500 (0:00:39.015) 0:01:59.615 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 11:55:38 -0500 (0:00:00.012) 0:01:59.628 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 11:55:38 -0500 (0:00:00.014) 0:01:59.642 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 11:55:38 -0500 (0:00:00.014) 0:01:59.656 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:55:38 -0500 (0:00:00.058) 0:01:59.715 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:55:38 -0500 (0:00:00.016) 0:01:59.732 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:55:38 -0500 (0:00:00.031) 0:01:59.763 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:55:38 -0500 (0:00:00.015) 0:01:59.778 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:55:38 -0500 (0:00:00.016) 0:01:59.795 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:55:38 -0500 (0:00:00.028) 0:01:59.823 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:55:38 -0500 (0:00:00.010) 0:01:59.834 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:55:38 -0500 (0:00:00.040) 0:01:59.874 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:55:40 -0500 (0:00:02.106) 0:02:01.981 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:55:41 -0500 (0:00:00.604) 0:02:02.586 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:55:41 -0500 (0:00:00.013) 0:02:02.600 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:55:41 -0500 (0:00:00.013) 0:02:02.613 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:55:41 -0500 (0:00:00.541) 0:02:03.154 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:55:41 -0500 (0:00:00.039) 0:02:03.193 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:55:42 -0500 (0:00:00.570) 0:02:03.764 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:55:43 -0500 (0:00:00.577) 0:02:04.341 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006546", "end": "2026-01-12 11:55:43.574655", "rc": 0, "start": "2026-01-12 11:55:43.568109" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:55:43 -0500 (0:00:00.571) 0:02:04.913 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:55:43 -0500 (0:00:00.033) 0:02:04.946 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:55:44 -0500 (0:00:00.564) 0:02:05.510 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:55:44 -0500 (0:00:00.577) 0:02:06.087 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:55:45 -0500 (0:00:00.559) 0:02:06.647 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:55:45 -0500 (0:00:00.018) 0:02:06.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:55:45 -0500 (0:00:00.015) 0:02:06.681 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:55:45 -0500 (0:00:00.027) 0:02:06.708 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:55:46 -0500 (0:00:00.864) 0:02:07.573 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Monday 12 January 2026 11:55:46 -0500 (0:00:00.037) 0:02:07.610 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Monday 12 January 2026 11:55:46 -0500 (0:00:00.040) 0:02:07.650 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:55:46 -0500 (0:00:00.033) 0:02:07.684 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:55:46 -0500 (0:00:00.015) 0:02:07.699 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:55:46 -0500 (0:00:00.030) 0:02:07.730 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:55:46 -0500 (0:00:00.016) 0:02:07.746 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:55:46 -0500 (0:00:00.015) 0:02:07.761 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:55:46 -0500 (0:00:00.031) 0:02:07.793 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:55:46 -0500 (0:00:00.014) 0:02:07.808 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:55:46 -0500 (0:00:00.046) 0:02:07.854 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:55:47 -0500 (0:00:01.337) 0:02:09.191 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:55:48 -0500 (0:00:00.603) 0:02:09.795 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:55:48 -0500 (0:00:00.014) 0:02:09.809 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:55:48 -0500 (0:00:00.015) 0:02:09.825 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:55:49 -0500 (0:00:00.555) 0:02:10.381 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:55:49 -0500 (0:00:00.038) 0:02:10.419 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:55:49 -0500 (0:00:00.576) 0:02:10.996 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:55:50 -0500 (0:00:00.576) 0:02:11.573 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.007255", "end": "2026-01-12 11:55:50.815317", "rc": 0, "start": "2026-01-12 11:55:50.808062" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:55:50 -0500 (0:00:00.581) 0:02:12.155 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:55:50 -0500 (0:00:00.032) 0:02:12.188 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:55:51 -0500 (0:00:00.568) 0:02:12.756 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:55:52 -0500 (0:00:00.568) 0:02:13.324 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-174.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-174.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Monday 12 January 2026 11:55:52 -0500 (0:00:00.557) 0:02:13.882 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Monday 12 January 2026 11:55:52 -0500 (0:00:00.016) 0:02:13.898 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:55:52 -0500 (0:00:00.054) 0:02:13.953 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:55:52 -0500 (0:00:00.016) 0:02:13.969 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:55:52 -0500 (0:00:00.030) 0:02:14.000 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:55:52 -0500 (0:00:00.016) 0:02:14.016 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:55:52 -0500 (0:00:00.015) 0:02:14.032 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:55:52 -0500 (0:00:00.028) 0:02:14.060 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:55:52 -0500 (0:00:00.012) 0:02:14.073 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:55:52 -0500 (0:00:00.048) 0:02:14.122 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:55:53 -0500 (0:00:00.940) 0:02:15.062 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:55:54 -0500 (0:00:00.402) 0:02:15.465 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:55:54 -0500 (0:00:00.013) 0:02:15.478 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:55:54 -0500 (0:00:00.011) 0:02:15.489 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:55:54 -0500 (0:00:00.382) 0:02:15.872 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:55:54 -0500 (0:00:00.047) 0:02:15.919 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:55:55 -0500 (0:00:00.400) 0:02:16.320 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:55:55 -0500 (0:00:00.399) 0:02:16.719 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005073", "end": "2026-01-12 11:55:55.843197", "rc": 0, "start": "2026-01-12 11:55:55.838124" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:55:55 -0500 (0:00:00.440) 0:02:17.160 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:55:55 -0500 (0:00:00.060) 0:02:17.221 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:55:56 -0500 (0:00:00.429) 0:02:17.651 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:55:56 -0500 (0:00:00.425) 0:02:18.076 ******** 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-6.12.0-174.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:55:57 -0500 (0:00:00.728) 0:02:18.805 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:55:57 -0500 (0:00:00.019) 0:02:18.824 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:55:57 -0500 (0:00:00.019) 0:02:18.843 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:55:57 -0500 (0:00:00.054) 0:02:18.898 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:55:58 -0500 (0:00:00.568) 0:02:19.466 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2f0b6674c03ce9bef3327bb96ea815-6.12.0-174.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Monday 12 January 2026 11:55:58 -0500 (0:00:00.086) 0:02:19.553 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 11:55:58 -0500 (0:00:00.067) 0:02:19.621 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 11:55:58 -0500 (0:00:00.017) 0:02:19.638 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 11:55:58 -0500 (0:00:00.033) 0:02:19.672 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 11:55:58 -0500 (0:00:00.016) 0:02:19.688 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 11:55:58 -0500 (0:00:00.018) 0:02:19.706 ******** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 11:55:58 -0500 (0:00:00.029) 0:02:19.736 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 11:55:58 -0500 (0:00:00.011) 0:02:19.748 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 11:55:58 -0500 (0:00:00.049) 0:02:19.797 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 11:55:59 -0500 (0:00:00.863) 0:02:20.660 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 11:55:59 -0500 (0:00:00.400) 0:02:21.061 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 11:55:59 -0500 (0:00:00.018) 0:02:21.080 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 11:55:59 -0500 (0:00:00.012) 0:02:21.093 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 11:56:00 -0500 (0:00:00.379) 0:02:21.473 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 11:56:00 -0500 (0:00:00.039) 0:02:21.512 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236899.2688694, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1768236899.268742, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14065097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768236899.268742, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3944232582", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 11:56:00 -0500 (0:00:00.398) 0:02:21.911 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768236835.248907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1443c53225a8244b156c496da6cd9572b409292a", "ctime": 1768236830.086659, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 205521154, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768236830.0868073, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "1864298779", "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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 11:56:01 -0500 (0:00:00.404) 0:02:22.315 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005030", "end": "2026-01-12 11:56:01.406884", "rc": 0, "start": "2026-01-12 11:56:01.401854" } 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 11:56:01 -0500 (0:00:00.408) 0:02:22.724 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 11:56:01 -0500 (0:00:00.033) 0:02:22.758 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 11:56:01 -0500 (0:00:00.401) 0:02:23.159 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 11:56:02 -0500 (0:00:00.408) 0:02:23.568 ******** 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-6.12.0-174.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 11:56:02 -0500 (0:00:00.620) 0:02:24.188 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 11:56:02 -0500 (0:00:00.018) 0:02:24.207 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 11:56:02 -0500 (0:00:00.015) 0:02:24.222 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 11:56:02 -0500 (0:00:00.026) 0:02:24.249 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 11:56:03 -0500 (0:00:00.500) 0:02:24.749 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "835d49297fdf4b2a95611bfe76892e01-6.12.0-174.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-174.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-174.el10.x86_64", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (6.12.0-174.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "835d49297fdf4b2a95611bfe76892e01-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-835d49297fdf4b2a95611bfe76892e01.img", "kernel": "/boot/vmlinuz-0-rescue-835d49297fdf4b2a95611bfe76892e01", "root": "UUID=17289604-37fb-4b4f-a807-c262b7f3eb43", "title": "CentOS Stream (0-rescue-835d49297fdf4b2a95611bfe76892e01) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Monday 12 January 2026 11:56:03 -0500 (0:00:00.036) 0:02:24.785 ******** 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-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Monday 12 January 2026 11:56:03 -0500 (0:00:00.050) 0:02:24.836 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-174.el10.x86_64_clone1" ], "delta": "0:00:00.045616", "end": "2026-01-12 11:56:03.950145", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-01-12 11:56:03.904529" } STDERR: The param /boot/vmlinuz-6.12.0-174.el10.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-6.12.0-174.el10.x86_64_clone2" ], "delta": "0:00:00.045598", "end": "2026-01-12 11:56:04.372168", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-01-12 11:56:04.326570" } STDERR: The param /boot/vmlinuz-6.12.0-174.el10.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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 11:56:04 -0500 (0:00:00.854) 0:02:25.691 ******** 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.108373", "end": "2026-01-12 11:56:04.869321", "rc": 0, "start": "2026-01-12 11:56:04.760948" } STDOUT: args="ro rhgb crashkernel=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=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=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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 11:56:04 -0500 (0:00:00.495) 0:02:26.187 ******** included: /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 11:56:04 -0500 (0:00:00.014) 0:02:26.202 ******** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 11:56:36 -0500 (0:00:31.458) 0:02:57.660 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 11:56:36 -0500 (0:00:00.013) 0:02:57.673 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=162 changed=14 unreachable=0 failed=0 skipped=124 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-01-12T16:55:52.619261+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-174.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-174.el10.x86_64_clone2", "start_time": "2026-01-12T16:55:52.064963+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 12 January 2026 11:56:36 -0500 (0:00:00.015) 0:02:57.688 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 39.02s /tmp/collections-cZf/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 -- 31.46s /tmp/collections-cZf/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 -- 31.14s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.63s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.16s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.11s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 2.02s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-174.el10.x86_64 --- 1.98s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-cZf/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-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-174.el10.x86_64 --- 1.23s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-174.el10.x86_64 --- 1.04s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 1.00s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.94s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.87s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.86s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Remove cloned kernels --------------------------------------------------- 0.85s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.85s /tmp/collections-cZf/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25