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-q1t executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 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-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 28 March 2026 09:14:17 -0400 (0:00:00.021) 0:00:00.022 ******** [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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 28 March 2026 09:14:19 -0400 (0:00:02.389) 0:00:02.411 ******** included: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.020) 0:00:02.431 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.046) 0:00:02.477 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.008) 0:00:02.486 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.019) 0:00:02.505 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.000) 0:00:02.506 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.015) 0:00:02.522 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.078) 0:00:02.600 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:14:19 -0400 (0:00:00.022) 0:00:02.623 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.556) 0:00:03.179 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.436) 0:00:03.616 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.049) 0:00:03.666 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.033) 0:00:03.700 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.014) 0:00:03.714 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.028) 0:00:03.743 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:14:25 -0400 (0:00:05.187) 0:00:08.930 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774343682.9564455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1774343682.9563603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.956446, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "392788597", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:14:26 -0400 (0:00:00.377) 0:00:09.307 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:14:26 -0400 (0:00:00.013) 0:00:09.320 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:14:26 -0400 (0:00:00.010) 0:00:09.331 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:14:26 -0400 (0:00:00.344) 0:00:09.676 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:14:26 -0400 (0:00:00.026) 0:00:09.702 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703666.2152462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1774343682.9563603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.956446, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "392788597", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.358) 0:00:10.060 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774342610.627, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "50ca3aa6ede7eb03d55a34fed53be7ab707a0c62", "ctime": 1774342610.629, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203696, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774342610.629, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "4292146733", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.373) 0:00:10.434 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005050", "end": "2026-03-28 09:14:27.795318", "rc": 0, "start": "2026-03-28 09:14:27.790268" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.422) 0:00:10.856 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.014) 0:00:10.871 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:14:28 -0400 (0:00:00.423) 0:00:11.294 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:14:28 -0400 (0:00:00.343) 0:00:11.638 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.427) 0:00:12.065 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.017) 0:00:12.082 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.017) 0:00:12.099 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.012) 0:00:12.112 ******** 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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.521) 0:00:12.634 ******** 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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.016) 0:00:12.651 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.002) 0:00:12.653 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.000) 0:00:12.654 ******** 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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.019) 0:00:12.674 ******** included: /tmp/collections-q1t/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-214.el10.x86_64] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.018) 0:00:12.692 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-214.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "03594a4942a2fe26dae19e4e89a014265e26e586", "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64" }, "md5sum": "69e0e31028e8b019d135d2a1f1d40cc1", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16271400, "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-214.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a9ca917bca457187e0b32102e822672baa52af34", "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img" }, "md5sum": "e81de408e0f983c5ab15c9d759bb5c0a", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49747963, "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:14:30 -0400 (0:00:01.126) 0:00:13.818 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.014) 0:00:13.833 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.000) 0:00:13.834 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.015) 0:00:13.849 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.054) 0:00:13.903 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.018) 0:00:13.921 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.569) 0:00:14.491 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.016) 0:00:14.508 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.019) 0:00:14.527 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.034) 0:00:14.562 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.018) 0:00:14.581 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.048) 0:00:14.629 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:14:32 -0400 (0:00:01.152) 0:00:15.781 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703666.2152462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1774343682.9563603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.956446, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "392788597", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.362) 0:00:16.144 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.020) 0:00:16.164 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.019) 0:00:16.183 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.358) 0:00:16.541 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.038) 0:00:16.579 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703666.2152462, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1774343682.9563603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765316, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.956446, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "392788597", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:14:33 -0400 (0:00:00.370) 0:00:16.950 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.5783324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:14:34 -0400 (0:00:00.391) 0:00:17.341 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004428", "end": "2026-03-28 09:14:34.643457", "rc": 0, "start": "2026-03-28 09:14:34.639029" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:14:34 -0400 (0:00:00.364) 0:00:17.706 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:14:34 -0400 (0:00:00.015) 0:00:17.721 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:14:35 -0400 (0:00:00.366) 0:00:18.088 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:14:35 -0400 (0:00:00.407) 0:00:18.496 ******** 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-214.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-214.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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.586) 0:00:19.083 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.016) 0:00:19.100 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.015) 0:00:19.115 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.011) 0:00:19.127 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.011) 0:00:19.139 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.016) 0:00:19.155 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.001) 0:00:19.157 ******** 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.128059", "end": "2026-03-28 09:14:36.578129", "rc": 0, "start": "2026-03-28 09:14:36.450070" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.483) 0:00:19.641 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:14:36 -0400 (0:00:00.014) 0:00:19.655 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:15:07 -0400 (0:00:30.924) 0:00:50.580 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.011) 0:00:50.592 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.018) 0:00:50.610 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.013) 0:00:50.624 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.016) 0:00:50.640 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.000) 0:00:50.641 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.019) 0:00:50.661 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.047) 0:00:50.708 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.016) 0:00:50.725 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.625) 0:00:51.350 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.016) 0:00:51.367 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.016) 0:00:51.383 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.028) 0:00:51.412 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.012) 0:00:51.424 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.031) 0:00:51.455 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:10 -0400 (0:00:01.868) 0:00:53.324 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:10 -0400 (0:00:00.388) 0:00:53.713 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:10 -0400 (0:00:00.012) 0:00:53.726 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:10 -0400 (0:00:00.011) 0:00:53.737 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.353) 0:00:54.091 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.029) 0:00:54.121 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.364) 0:00:54.485 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.367) 0:00:54.853 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005262", "end": "2026-03-28 09:15:11.685697", "rc": 0, "start": "2026-03-28 09:15:11.680435" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.358) 0:00:55.212 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.021) 0:00:55.234 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.362) 0:00:55.597 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.373) 0:00:55.970 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.360) 0:00:56.330 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.017) 0:00:56.348 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.020) 0:00:56.368 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.013) 0:00:56.382 ******** 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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.514) 0:00:56.896 ******** 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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.035) 0:00:56.932 ******** included: /tmp/collections-q1t/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-214.el10.x86_64] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.026) 0:00:56.958 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-214.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "03594a4942a2fe26dae19e4e89a014265e26e586", "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64" }, "md5sum": "69e0e31028e8b019d135d2a1f1d40cc1", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16271400, "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-214.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "a9ca917bca457187e0b32102e822672baa52af34", "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img" }, "md5sum": "e81de408e0f983c5ab15c9d759bb5c0a", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49747963, "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:15:15 -0400 (0:00:01.434) 0:00:58.392 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.014) 0:00:58.407 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.001) 0:00:58.408 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.020) 0:00:58.429 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.042) 0:00:58.471 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.017) 0:00:58.489 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.577) 0:00:59.066 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.025) 0:00:59.091 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.017) 0:00:59.109 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.036) 0:00:59.145 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.015) 0:00:59.161 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.047) 0:00:59.209 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:17 -0400 (0:00:01.173) 0:01:00.382 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.359) 0:01:00.742 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.014) 0:01:00.756 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.011) 0:01:00.768 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.349) 0:01:01.118 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.022) 0:01:01.141 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.361) 0:01:01.503 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.362) 0:01:01.865 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005270", "end": "2026-03-28 09:15:19.162338", "rc": 0, "start": "2026-03-28 09:15:19.157068" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.358) 0:01:02.223 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.015) 0:01:02.239 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.351) 0:01:02.590 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.351) 0:01:02.942 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.600) 0:01:03.543 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.022) 0:01:03.565 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.016) 0:01:03.582 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.015) 0:01:03.597 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.013) 0:01:03.610 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.012) 0:01:03.622 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.001) 0:01:03.623 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.013) 0:01:03.637 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.016) 0:01:03.654 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.000) 0:01:03.654 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.015) 0:01:03.670 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.038) 0:01:03.709 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.018) 0:01:03.728 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.561) 0:01:04.289 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.018) 0:01:04.308 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.017) 0:01:04.325 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.029) 0:01:04.355 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.011) 0:01:04.366 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.026) 0:01:04.393 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:22 -0400 (0:00:01.142) 0:01:05.536 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:22 -0400 (0:00:00.356) 0:01:05.892 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:22 -0400 (0:00:00.013) 0:01:05.905 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:22 -0400 (0:00:00.013) 0:01:05.918 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:23 -0400 (0:00:00.343) 0:01:06.262 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:23 -0400 (0:00:00.023) 0:01:06.286 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:23 -0400 (0:00:00.362) 0:01:06.648 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:23 -0400 (0:00:00.361) 0:01:07.009 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004787", "end": "2026-03-28 09:15:24.308304", "rc": 0, "start": "2026-03-28 09:15:24.303517" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:24 -0400 (0:00:00.361) 0:01:07.371 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:24 -0400 (0:00:00.015) 0:01:07.386 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:24 -0400 (0:00:00.346) 0:01:07.733 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.349) 0:01:08.082 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.352) 0:01:08.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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.017) 0:01:08.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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.016) 0:01:08.469 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.012) 0:01:08.481 ******** 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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.481) 0:01:08.963 ******** 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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.019) 0:01:08.982 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 28 March 2026 09:15:25 -0400 (0:00:00.027) 0:01:09.009 ******** included: /tmp/collections-q1t/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-214.el10.x86_64] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:15:26 -0400 (0:00:00.021) 0:01:09.031 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-214.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-214.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "03594a4942a2fe26dae19e4e89a014265e26e586", "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64" }, "md5sum": "69e0e31028e8b019d135d2a1f1d40cc1", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16271400, "src": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-214.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a9ca917bca457187e0b32102e822672baa52af34", "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img" }, "md5sum": "e81de408e0f983c5ab15c9d759bb5c0a", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49747963, "src": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:15:26 -0400 (0:00:00.912) 0:01:09.943 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:26 -0400 (0:00:00.014) 0:01:09.958 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:26 -0400 (0:00:00.000) 0:01:09.959 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:26 -0400 (0:00:00.016) 0:01:09.975 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.039) 0:01:10.014 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.017) 0:01:10.031 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.568) 0:01:10.600 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.017) 0:01:10.618 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.016) 0:01:10.635 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.030) 0:01:10.666 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.012) 0:01:10.678 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:27 -0400 (0:00:00.043) 0:01:10.722 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:28 -0400 (0:00:01.154) 0:01:11.876 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.366) 0:01:12.243 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.014) 0:01:12.257 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.011) 0:01:12.268 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.348) 0:01:12.617 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.023) 0:01:12.640 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703676.5773795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703676.5770986, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765326, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703676.5770986, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3415721122", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:29 -0400 (0:00:00.366) 0:01:13.007 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:30 -0400 (0:00:00.371) 0:01:13.378 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004395", "end": "2026-03-28 09:15:30.672242", "rc": 0, "start": "2026-03-28 09:15:30.667847" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:30 -0400 (0:00:00.355) 0:01:13.734 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:30 -0400 (0:00:00.015) 0:01:13.749 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:31 -0400 (0:00:00.359) 0:01:14.109 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:31 -0400 (0:00:00.360) 0:01:14.469 ******** 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-214.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-214.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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.614) 0:01:15.084 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.017) 0:01:15.101 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.015) 0:01:15.117 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.011) 0:01:15.129 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.011) 0:01:15.140 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.015) 0:01:15.155 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.001) 0:01:15.157 ******** 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.155038", "end": "2026-03-28 09:15:32.605292", "rc": 0, "start": "2026-03-28 09:15:32.450254" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.510) 0:01:15.667 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:15:32 -0400 (0:00:00.013) 0:01:15.681 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:16:03 -0400 (0:00:30.577) 0:01:46.259 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.011) 0:01:46.271 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.014) 0:01:46.286 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.014) 0:01:46.300 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.016) 0:01:46.317 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.000) 0:01:46.318 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.014) 0:01:46.332 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.039) 0:01:46.372 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.019) 0:01:46.391 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.632) 0:01:47.023 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.017) 0:01:47.040 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.016) 0:01:47.057 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.029) 0:01:47.086 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.012) 0:01:47.099 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:16:04 -0400 (0:00:00.025) 0:01:47.125 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:16:05 -0400 (0:00:01.841) 0:01:48.966 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.384) 0:01:49.351 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.013) 0:01:49.365 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.012) 0:01:49.377 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.344) 0:01:49.721 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.023) 0:01:49.745 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.359) 0:01:50.105 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.368) 0:01:50.474 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005341", "end": "2026-03-28 09:16:07.517311", "rc": 0, "start": "2026-03-28 09:16:07.511970" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.356) 0:01:50.830 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.016) 0:01:50.847 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.355) 0:01:51.202 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.346) 0:01:51.549 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.353) 0:01:51.902 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.017) 0:01:51.920 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.016) 0:01:51.937 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.011) 0:01:51.948 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-214.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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.517) 0:01:52.466 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-214.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": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.018) 0:01:52.485 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.025) 0:01:52.511 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.014) 0:01:52.525 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.000) 0:01:52.526 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.016) 0:01:52.542 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.039) 0:01:52.582 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.023) 0:01:52.605 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.569) 0:01:53.174 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.018) 0:01:53.192 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.017) 0:01:53.210 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.028) 0:01:53.239 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.012) 0:01:53.252 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:16:10 -0400 (0:00:00.034) 0:01:53.286 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:16:11 -0400 (0:00:01.152) 0:01:54.438 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:16:11 -0400 (0:00:00.361) 0:01:54.800 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:16:11 -0400 (0:00:00.013) 0:01:54.814 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:16:11 -0400 (0:00:00.012) 0:01:54.826 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:16:12 -0400 (0:00:00.347) 0:01:55.174 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:16:12 -0400 (0:00:00.024) 0:01:55.199 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:12 -0400 (0:00:00.365) 0:01:55.564 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:12 -0400 (0:00:00.371) 0:01:55.935 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004546", "end": "2026-03-28 09:16:13.230705", "rc": 0, "start": "2026-03-28 09:16:13.226159" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:13 -0400 (0:00:00.355) 0:01:56.291 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:13 -0400 (0:00:00.017) 0:01:56.308 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:13 -0400 (0:00:00.357) 0:01:56.666 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.351) 0:01:57.017 ******** 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-214.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-214.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.352) 0:01:57.370 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.016) 0:01:57.387 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.020) 0:01:57.407 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.000) 0:01:57.408 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.016) 0:01:57.424 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.038) 0:01:57.463 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:16:14 -0400 (0:00:00.017) 0:01:57.481 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.566) 0:01:58.047 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.017) 0:01:58.065 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.017) 0:01:58.082 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.029) 0:01:58.112 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.013) 0:01:58.125 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:16:15 -0400 (0:00:00.035) 0:01:58.160 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:16:16 -0400 (0:00:01.170) 0:01:59.331 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:16:16 -0400 (0:00:00.379) 0:01:59.711 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:16:16 -0400 (0:00:00.013) 0:01:59.725 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:16:16 -0400 (0:00:00.011) 0:01:59.736 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:16:17 -0400 (0:00:00.350) 0:02:00.087 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:16:17 -0400 (0:00:00.024) 0:02:00.112 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:17 -0400 (0:00:00.364) 0:02:00.476 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:17 -0400 (0:00:00.362) 0:02:00.839 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004679", "end": "2026-03-28 09:16:18.133294", "rc": 0, "start": "2026-03-28 09:16:18.128615" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:18 -0400 (0:00:00.355) 0:02:01.194 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:18 -0400 (0:00:00.015) 0:02:01.210 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:18 -0400 (0:00:00.361) 0:02:01.571 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:18 -0400 (0:00:00.358) 0:02:01.930 ******** 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-214.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:16:19 -0400 (0:00:00.636) 0:02:02.566 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:16:19 -0400 (0:00:00.018) 0:02:02.585 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:16:19 -0400 (0:00:00.016) 0:02:02.602 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:16:19 -0400 (0:00:00.013) 0:02:02.615 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.474) 0:02:03.089 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2213709bb870cab7f8f5db4e760cf7-6.12.0-214.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.018) 0:02:03.108 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.021) 0:02:03.129 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.000) 0:02:03.130 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.015) 0:02:03.145 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.037) 0:02:03.182 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.016) 0:02:03.199 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.562) 0:02:03.761 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.043) 0:02:03.805 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.041) 0:02:03.847 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.074) 0:02:03.921 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.012) 0:02:03.934 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:16:20 -0400 (0:00:00.031) 0:02:03.965 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:16:22 -0400 (0:00:01.150) 0:02:05.116 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:16:22 -0400 (0:00:00.356) 0:02:05.473 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:16:22 -0400 (0:00:00.013) 0:02:05.486 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:16:22 -0400 (0:00:00.010) 0:02:05.497 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:16:22 -0400 (0:00:00.343) 0:02:05.840 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:16:22 -0400 (0:00:00.022) 0:02:05.863 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703732.6046197, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1774703732.6042142, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12765319, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703732.6042142, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3005593070", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:23 -0400 (0:00:00.364) 0:02:06.228 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703674.2583497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "51eba0f652f89d0cce4c324e499b2725afb7e9ac", "ctime": 1774703668.5782187, "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": 1774703668.5783331, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2223466996", "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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:23 -0400 (0:00:00.360) 0:02:06.588 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004666", "end": "2026-03-28 09:16:23.886608", "rc": 0, "start": "2026-03-28 09:16:23.881942" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:23 -0400 (0:00:00.358) 0:02:06.947 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:23 -0400 (0:00:00.016) 0:02:06.964 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:24 -0400 (0:00:00.349) 0:02:07.313 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:24 -0400 (0:00:00.348) 0:02:07.661 ******** 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-214.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.571) 0:02:08.233 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.019) 0:02:08.252 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.015) 0:02:08.268 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.011) 0:02:08.280 ******** 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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.440) 0:02:08.720 ******** 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": "1a5359c4244c41f9b74685662fe23e62-6.12.0-214.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-214.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-214.el10.x86_64", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (6.12.0-214.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": "1a5359c4244c41f9b74685662fe23e62-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1a5359c4244c41f9b74685662fe23e62.img", "kernel": "/boot/vmlinuz-0-rescue-1a5359c4244c41f9b74685662fe23e62", "root": "UUID=94fc577e-f1df-44bb-8e86-63b9a68f8f7f", "title": "CentOS Stream (0-rescue-1a5359c4244c41f9b74685662fe23e62) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.019) 0:02:08.740 ******** 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-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 28 March 2026 09:16:25 -0400 (0:00:00.033) 0:02:08.774 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-214.el10.x86_64_clone1" ], "delta": "0:00:00.043907", "end": "2026-03-28 09:16:26.106232", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-28 09:16:26.062325" } STDERR: The param /boot/vmlinuz-6.12.0-214.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-214.el10.x86_64_clone2" ], "delta": "0:00:00.045072", "end": "2026-03-28 09:16:26.487582", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-28 09:16:26.442510" } STDERR: The param /boot/vmlinuz-6.12.0-214.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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:16:26 -0400 (0:00:00.777) 0:02:09.551 ******** 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.102108", "end": "2026-03-28 09:16:26.945787", "rc": 0, "start": "2026-03-28 09:16:26.843679" } 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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:16:26 -0400 (0:00:00.457) 0:02:10.008 ******** included: /tmp/collections-q1t/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-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:16:27 -0400 (0:00:00.013) 0:02:10.022 ******** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:16:58 -0400 (0:00:31.595) 0:02:41.617 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:16:58 -0400 (0:00:00.012) 0:02:41.629 ******** 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-28T13:16:14.358744+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-214.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-214.el10.x86_64_clone2", "start_time": "2026-03-28T13:16:14.008269+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 March 2026 09:16:58 -0400 (0:00:00.015) 0:02:41.644 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.60s /tmp/collections-q1t/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.93s /tmp/collections-q1t/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.58s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.19s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.39s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.87s /tmp/collections-q1t/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-q1t/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-214.el10.x86_64 --- 1.43s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.17s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.17s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-q1t/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-q1t/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-214.el10.x86_64 --- 1.13s /tmp/collections-q1t/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-214.el10.x86_64 --- 0.91s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.78s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.63s /tmp/collections-q1t/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3