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-P88 executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Jan 16 2026, 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 21 March 2026 09:09:07 -0400 (0:00:00.023) 0:00:00.023 ******** [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 [Skip on s390x architecture] ********************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 21 March 2026 09:09:08 -0400 (0:00:01.354) 0:00:01.377 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.012) 0:00:01.390 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "\"architecture\" not in ansible_facts.keys() | list", "skip_reason": "Conditional result was False" } TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.032) 0:00:01.422 ******** 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.004) 0:00:01.427 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.015) 0:00:01.443 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.000) 0:00:01.443 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.014) 0:00:01.458 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.070) 0:00:01.528 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.016) 0:00:01.545 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.584) 0:00:02.129 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.423) 0:00:02.553 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.020) 0:00:02.573 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.030) 0:00:02.603 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.011) 0:00:02.615 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:09 -0400 (0:00:00.025) 0:00:02.641 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:09:16 -0400 (0:00:06.382) 0:00:09.024 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773130293.235016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:09:16 -0400 (0:00:00.388) 0:00:09.413 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:09:16 -0400 (0:00:00.020) 0:00:09.434 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:09:16 -0400 (0:00:00.018) 0:00:09.452 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:09:17 -0400 (0:00:00.360) 0:00:09.813 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:09:17 -0400 (0:00:00.022) 0:00:09.836 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098556.622851, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:09:17 -0400 (0:00:00.368) 0:00:10.204 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773129297.607, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "4ba66511261036c856e31da77307b9d759eb92e0", "ctime": 1773129297.609, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4467911, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773129297.609, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "3433470310", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:09:17 -0400 (0:00:00.374) 0:00:10.579 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004398", "end": "2026-03-21 09:09:18.302877", "rc": 0, "start": "2026-03-21 09:09:18.298479" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:09:18 -0400 (0:00:00.472) 0:00:11.051 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:09:18 -0400 (0:00:00.015) 0:00:11.067 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:09:18 -0400 (0:00:00.479) 0:00:11.547 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:09:19 -0400 (0:00:00.347) 0:00:11.895 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:09:19 -0400 (0:00:00.428) 0:00:12.324 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:09:19 -0400 (0:00:00.017) 0:00:12.341 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:09:19 -0400 (0:00:00.015) 0:00:12.357 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:09:19 -0400 (0:00:00.012) 0:00:12.369 ******** 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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.520) 0:00:12.890 ******** 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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.018) 0:00:12.908 ******** 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.002) 0:00:12.910 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.000) 0:00:12.911 ******** 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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.021) 0:00:12.932 ******** included: /tmp/collections-P88/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-212.el10.x86_64] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:09:20 -0400 (0:00:00.019) 0:00:12.952 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:09:21 -0400 (0:00:01.124) 0:00:14.077 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:21 -0400 (0:00:00.015) 0:00:14.092 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:21 -0400 (0:00:00.000) 0:00:14.093 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:21 -0400 (0:00:00.015) 0:00:14.109 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:21 -0400 (0:00:00.038) 0:00:14.147 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:21 -0400 (0:00:00.017) 0:00:14.165 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.558) 0:00:14.723 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.015) 0:00:14.739 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.017) 0:00:14.757 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.029) 0:00:14.787 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.012) 0:00:14.799 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:22 -0400 (0:00:00.043) 0:00:14.843 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:09:23 -0400 (0:00:01.139) 0:00:15.982 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098556.622851, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:09:23 -0400 (0:00:00.366) 0:00:16.349 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:09:23 -0400 (0:00:00.020) 0:00:16.369 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:09:23 -0400 (0:00:00.013) 0:00:16.382 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.358) 0:00:16.741 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.035) 0:00:16.777 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098556.622851, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.362) 0:00:17.139 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098559.1477215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.380) 0:00:17.520 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005074", "end": "2026-03-21 09:09:25.155085", "rc": 0, "start": "2026-03-21 09:09:25.150011" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.383) 0:00:17.903 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.017) 0:00:17.921 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.373) 0:00:18.294 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.356) 0:00:18.651 ******** 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-212.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-212.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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.569) 0:00:19.221 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.020) 0:00:19.241 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.018) 0:00:19.260 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.013) 0:00:19.273 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.014) 0:00:19.288 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.016) 0:00:19.304 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.001) 0:00:19.306 ******** 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.128179", "end": "2026-03-21 09:09:27.058537", "rc": 0, "start": "2026-03-21 09:09:26.930358" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.505) 0:00:19.812 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.016) 0:00:19.829 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:09:57 -0400 (0:00:30.723) 0:00:50.553 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.011) 0:00:50.564 ******** 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.013) 0:00:50.578 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.013) 0:00:50.592 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.017) 0:00:50.610 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.000) 0:00:50.610 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.014) 0:00:50.625 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.036) 0:00:50.662 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.017) 0:00:50.679 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.660) 0:00:51.340 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.035) 0:00:51.375 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.037) 0:00:51.413 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.039) 0:00:51.452 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.020) 0:00:51.472 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.045) 0:00:51.518 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:00 -0400 (0:00:01.874) 0:00:53.393 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.389) 0:00:53.783 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.013) 0:00:53.796 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.016) 0:00:53.812 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.369) 0:00:54.181 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.026) 0:00:54.208 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.378) 0:00:54.586 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.373) 0:00:54.960 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004911", "end": "2026-03-21 09:10:02.301640", "rc": 0, "start": "2026-03-21 09:10:02.296729" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.361) 0:00:55.321 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.017) 0:00:55.339 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.375) 0:00:55.715 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.352) 0:00:56.068 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.366) 0:00:56.434 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.018) 0:00:56.452 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.017) 0:00:56.470 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.013) 0:00:56.483 ******** 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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.509) 0:00:56.992 ******** 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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.022) 0:00:57.015 ******** included: /tmp/collections-P88/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-212.el10.x86_64] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.021) 0:00:57.037 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:10:05 -0400 (0:00:01.431) 0:00:58.469 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.014) 0:00:58.483 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.000) 0:00:58.484 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.016) 0:00:58.500 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.039) 0:00:58.540 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.021) 0:00:58.561 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.573) 0:00:59.135 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.020) 0:00:59.156 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.021) 0:00:59.178 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.031) 0:00:59.209 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.011) 0:00:59.221 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.043) 0:00:59.264 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:07 -0400 (0:00:01.136) 0:01:00.401 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.366) 0:01:00.768 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.013) 0:01:00.781 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.012) 0:01:00.793 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.351) 0:01:01.145 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.024) 0:01:01.169 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.387) 0:01:01.556 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.376) 0:01:01.933 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004549", "end": "2026-03-21 09:10:09.581235", "rc": 0, "start": "2026-03-21 09:10:09.576686" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.397) 0:01:02.331 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.015) 0:01:02.347 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.353) 0:01:02.701 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.363) 0:01:03.065 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.620) 0:01:03.685 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.023) 0:01:03.709 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.018) 0:01:03.727 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.015) 0:01:03.742 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.014) 0:01:03.756 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.013) 0:01:03.770 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.000) 0:01:03.771 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.016) 0:01:03.787 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.017) 0:01:03.805 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.000) 0:01:03.805 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.016) 0:01:03.822 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.040) 0:01:03.863 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.018) 0:01:03.882 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.580) 0:01:04.462 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.018) 0:01:04.481 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.021) 0:01:04.502 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.032) 0:01:04.535 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.013) 0:01:04.548 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.028) 0:01:04.577 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:13 -0400 (0:00:01.169) 0:01:05.746 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.374) 0:01:06.121 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.014) 0:01:06.135 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.013) 0:01:06.148 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.357) 0:01:06.506 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.032) 0:01:06.538 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.378) 0:01:06.917 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.372) 0:01:07.289 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004803", "end": "2026-03-21 09:10:14.899280", "rc": 0, "start": "2026-03-21 09:10:14.894477" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.362) 0:01:07.652 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.018) 0:01:07.670 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.352) 0:01:08.023 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.355) 0:01:08.378 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.351) 0:01:08.730 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.019) 0:01:08.749 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.018) 0:01:08.767 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.014) 0:01:08.781 ******** 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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.486) 0:01:09.267 ******** 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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.019) 0:01:09.287 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.027) 0:01:09.314 ******** included: /tmp/collections-P88/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-212.el10.x86_64] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.023) 0:01:09.337 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.906) 0:01:10.243 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.015) 0:01:10.259 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.000) 0:01:10.260 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.017) 0:01:10.277 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.042) 0:01:10.320 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.019) 0:01:10.339 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.567) 0:01:10.907 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.017) 0:01:10.924 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.018) 0:01:10.943 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.030) 0:01:10.973 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.013) 0:01:10.986 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:18 -0400 (0:00:00.044) 0:01:11.031 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:19 -0400 (0:00:01.139) 0:01:12.170 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.369) 0:01:12.540 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.014) 0:01:12.554 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.012) 0:01:12.566 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.346) 0:01:12.913 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.023) 0:01:12.937 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098567.0578778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098567.0568776, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098567.0568776, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2485068350", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.367) 0:01:13.305 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.376) 0:01:13.681 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005217", "end": "2026-03-21 09:10:21.289596", "rc": 0, "start": "2026-03-21 09:10:21.284379" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:21 -0400 (0:00:00.355) 0:01:14.036 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:21 -0400 (0:00:00.016) 0:01:14.053 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:21 -0400 (0:00:00.355) 0:01:14.409 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.352) 0:01:14.762 ******** 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-212.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-212.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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.614) 0:01:15.376 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.017) 0:01:15.394 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.017) 0:01:15.411 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.013) 0:01:15.424 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.012) 0:01:15.436 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.013) 0:01:15.449 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.001) 0:01:15.451 ******** 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.155292", "end": "2026-03-21 09:10:23.209469", "rc": 0, "start": "2026-03-21 09:10:23.054177" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:10:23 -0400 (0:00:00.508) 0:01:15.960 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:10:23 -0400 (0:00:00.014) 0:01:15.975 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:10:53 -0400 (0:00:30.503) 0:01:46.478 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.016) 0:01:46.494 ******** 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.020) 0:01:46.515 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.021) 0:01:46.537 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.021) 0:01:46.558 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.001) 0:01:46.559 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.021) 0:01:46.580 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.049) 0:01:46.630 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.031) 0:01:46.662 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.650) 0:01:47.312 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.022) 0:01:47.335 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.019) 0:01:47.354 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.035) 0:01:47.389 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.015) 0:01:47.404 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:54 -0400 (0:00:00.031) 0:01:47.435 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:56 -0400 (0:00:01.844) 0:01:49.280 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:56 -0400 (0:00:00.397) 0:01:49.677 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.021) 0:01:49.699 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.014) 0:01:49.713 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.365) 0:01:50.079 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.044) 0:01:50.123 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.375) 0:01:50.499 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.375) 0:01:50.874 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004986", "end": "2026-03-21 09:10:58.484095", "rc": 0, "start": "2026-03-21 09:10:58.479109" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.361) 0:01:51.236 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.023) 0:01:51.259 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.366) 0:01:51.626 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:59 -0400 (0:00:00.366) 0:01:51.992 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:59 -0400 (0:00:00.363) 0:01:52.356 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:59 -0400 (0:00:00.019) 0:01:52.375 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:59 -0400 (0:00:00.019) 0:01:52.395 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:59 -0400 (0:00:00.013) 0:01:52.408 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.528) 0:01:52.936 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.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": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.020) 0:01:52.957 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.029) 0:01:52.986 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.016) 0:01:53.003 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.000) 0:01:53.003 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.018) 0:01:53.022 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.044) 0:01:53.066 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.020) 0:01:53.086 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.571) 0:01:53.657 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.017) 0:01:53.674 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.018) 0:01:53.693 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.030) 0:01:53.723 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.012) 0:01:53.736 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.043) 0:01:53.780 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:11:02 -0400 (0:00:01.155) 0:01:54.935 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.365) 0:01:55.301 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.013) 0:01:55.314 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.012) 0:01:55.327 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.352) 0:01:55.679 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.025) 0:01:55.705 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.367) 0:01:56.072 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.371) 0:01:56.443 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004774", "end": "2026-03-21 09:11:04.055486", "rc": 0, "start": "2026-03-21 09:11:04.050712" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.365) 0:01:56.809 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.017) 0:01:56.827 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.354) 0:01:57.181 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.352) 0:01:57.534 ******** 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-212.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-212.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.356) 0:01:57.891 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.017) 0:01:57.908 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.021) 0:01:57.929 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.000) 0:01:57.930 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.016) 0:01:57.947 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.040) 0:01:57.987 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.019) 0:01:58.006 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.583) 0:01:58.590 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.019) 0:01:58.609 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.018) 0:01:58.628 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.033) 0:01:58.661 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.013) 0:01:58.674 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:11:06 -0400 (0:00:00.037) 0:01:58.712 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:11:07 -0400 (0:00:01.144) 0:01:59.857 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.363) 0:02:00.221 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.015) 0:02:00.236 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.013) 0:02:00.249 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.349) 0:02:00.598 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.025) 0:02:00.624 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.368) 0:02:00.992 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.373) 0:02:01.366 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004966", "end": "2026-03-21 09:11:08.981009", "rc": 0, "start": "2026-03-21 09:11:08.976043" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:11:09 -0400 (0:00:00.365) 0:02:01.731 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:11:09 -0400 (0:00:00.016) 0:02:01.748 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:11:09 -0400 (0:00:00.363) 0:02:02.112 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:11:09 -0400 (0:00:00.352) 0:02:02.465 ******** 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-212.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.641) 0:02:03.106 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.021) 0:02:03.127 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.021) 0:02:03.149 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.018) 0:02:03.168 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.483) 0:02:03.651 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2f2e3b53dcc690c3e97ec3ca8a06be-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.019) 0:02:03.671 ******** included: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.022) 0:02:03.693 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.000) 0:02:03.694 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.017) 0:02:03.711 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.039) 0:02:03.751 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.018) 0:02:03.770 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.571) 0:02:04.341 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.049) 0:02:04.390 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.053) 0:02:04.444 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.094) 0:02:04.539 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.014) 0:02:04.553 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:11:11 -0400 (0:00:00.034) 0:02:04.588 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:11:13 -0400 (0:00:01.135) 0:02:05.724 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:11:13 -0400 (0:00:00.366) 0:02:06.090 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:11:13 -0400 (0:00:00.015) 0:02:06.106 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:11:13 -0400 (0:00:00.014) 0:02:06.120 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:11:13 -0400 (0:00:00.349) 0:02:06.470 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:11:13 -0400 (0:00:00.025) 0:02:06.495 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098623.2087195, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774098623.2078915, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098623.2078915, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "571674880", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:11:14 -0400 (0:00:00.365) 0:02:06.861 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.7508717, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1774098559.1475914, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075523, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098559.1477225, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3527738607", "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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:11:14 -0400 (0:00:00.380) 0:02:07.242 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004384", "end": "2026-03-21 09:11:14.858767", "rc": 0, "start": "2026-03-21 09:11:14.854383" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:11:14 -0400 (0:00:00.365) 0:02:07.607 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:11:14 -0400 (0:00:00.017) 0:02:07.625 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:11:15 -0400 (0:00:00.357) 0:02:07.982 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:11:15 -0400 (0:00:00.358) 0:02:08.341 ******** 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-212.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.574) 0:02:08.916 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.020) 0:02:08.937 ******** 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.018) 0:02:08.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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.021) 0:02:08.976 ******** 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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.455) 0:02:09.431 ******** 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": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.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": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.022) 0:02:09.454 ******** 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-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 21 March 2026 09:11:16 -0400 (0:00:00.037) 0:02:09.492 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1" ], "delta": "0:00:00.043795", "end": "2026-03-21 09:11:17.145656", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-21 09:11:17.101861" } STDERR: The param /boot/vmlinuz-6.12.0-212.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-212.el10.x86_64_clone2" ], "delta": "0:00:00.043965", "end": "2026-03-21 09:11:17.534162", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-21 09:11:17.490197" } STDERR: The param /boot/vmlinuz-6.12.0-212.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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:11:17 -0400 (0:00:00.791) 0:02:10.284 ******** 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.101874", "end": "2026-03-21 09:11:17.994402", "rc": 0, "start": "2026-03-21 09:11:17.892528" } 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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:11:18 -0400 (0:00:00.462) 0:02:10.746 ******** included: /tmp/collections-P88/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-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:11:18 -0400 (0:00:00.015) 0:02:10.762 ******** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:11:49 -0400 (0:00:31.457) 0:02:42.219 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:11:49 -0400 (0:00:00.014) 0:02:42.234 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=182 changed=14 unreachable=0 failed=0 skipped=125 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-03-21T13:11:05.191543+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-212.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "start_time": "2026-03-21T13:11:04.837400+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 21 March 2026 09:11:49 -0400 (0:00:00.018) 0:02:42.252 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.46s /tmp/collections-P88/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 -- 30.72s /tmp/collections-P88/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 -- 30.50s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 6.38s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.87s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.84s /tmp/collections-P88/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-212.el10.x86_64 --- 1.43s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Gathering Facts --------------------------------------------------------- 1.35s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.17s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.16s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-P88/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-212.el10.x86_64 --- 1.12s /tmp/collections-P88/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-212.el10.x86_64 --- 0.91s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.79s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.66s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.65s /tmp/collections-P88/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3