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-7KU executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Jan 16 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 07 March 2026 08:19:50 -0500 (0:00:00.021) 0:00:00.021 ******** included: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 07 March 2026 08:19:50 -0500 (0:00:00.011) 0:00:00.033 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 07 March 2026 08:19:52 -0500 (0:00:01.994) 0:00:02.027 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 07 March 2026 08:19:52 -0500 (0:00:00.005) 0:00:02.032 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:19:52 -0500 (0:00:00.052) 0:00:02.085 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:19:52 -0500 (0:00:00.017) 0:00:02.102 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:19:52 -0500 (0:00:00.029) 0:00:02.132 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:19:53 -0500 (0:00:00.435) 0:00:02.567 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:19:53 -0500 (0:00:00.018) 0:00:02.586 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:19:53 -0500 (0:00:00.027) 0:00:02.613 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:19:53 -0500 (0:00:00.010) 0:00:02.624 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:19:53 -0500 (0:00:00.039) 0:00:02.663 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:19:59 -0500 (0:00:05.553) 0:00:08.217 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772544539.2515428, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1772544539.251459, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.251543, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3440478131", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:19:59 -0500 (0:00:00.391) 0:00:08.608 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:19:59 -0500 (0:00:00.015) 0:00:08.623 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:19:59 -0500 (0:00:00.010) 0:00:08.634 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:19:59 -0500 (0:00:00.358) 0:00:08.992 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:19:59 -0500 (0:00:00.036) 0:00:09.029 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889599.3474624, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1772544539.251459, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.251543, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3440478131", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:20:00 -0500 (0:00:00.369) 0:00:09.399 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772543099.871, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8c2dde69c8ae26d47d693aed8af093ac54dc6638", "ctime": 1772543099.873, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772543099.873, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "3400741561", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:20:00 -0500 (0:00:00.376) 0:00:09.775 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004503", "end": "2026-03-07 08:20:00.995431", "rc": 0, "start": "2026-03-07 08:20:00.990928" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:20:01 -0500 (0:00:00.448) 0:00:10.224 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:20:01 -0500 (0:00:00.029) 0:00:10.254 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:20:01 -0500 (0:00:00.451) 0:00:10.706 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:20:01 -0500 (0:00:00.388) 0:00:11.094 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:20:02 -0500 (0:00:00.450) 0:00:11.545 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:20:02 -0500 (0:00:00.016) 0:00:11.561 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:20:02 -0500 (0:00:00.014) 0:00:11.576 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:20:02 -0500 (0:00:00.025) 0:00:11.601 ******** 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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:20:02 -0500 (0:00:00.550) 0:00:12.152 ******** 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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 07 March 2026 08:20:03 -0500 (0:00:00.031) 0:00:12.183 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 07 March 2026 08:20:03 -0500 (0:00:00.002) 0:00:12.185 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 07 March 2026 08:20:03 -0500 (0:00:00.001) 0:00:12.186 ******** 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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 07 March 2026 08:20:03 -0500 (0:00:00.034) 0:00:12.221 ******** included: /tmp/collections-7KU/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-211.el10.x86_64] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:20:03 -0500 (0:00:00.021) 0:00:12.242 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-211.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "e0066e0406a0d681184c22de05de6775836c5aef", "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64" }, "md5sum": "6674b65aec875bc80876265d8cc8b539", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16259112, "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-211.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc3bd0a01edd89db95a930dc49aec215f714345b", "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img" }, "md5sum": "c40fe2d7cd83208cd6bc9daf7f941107", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49750009, "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:20:04 -0500 (0:00:01.255) 0:00:13.497 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.048) 0:00:13.545 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.016) 0:00:13.562 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.031) 0:00:13.594 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.018) 0:00:13.613 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.014) 0:00:13.628 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.033) 0:00:13.661 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.014) 0:00:13.676 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:20:04 -0500 (0:00:00.055) 0:00:13.731 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:20:05 -0500 (0:00:00.830) 0:00:14.562 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889599.3474624, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1772544539.251459, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.251543, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3440478131", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:20:05 -0500 (0:00:00.377) 0:00:14.939 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:20:05 -0500 (0:00:00.012) 0:00:14.952 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:20:05 -0500 (0:00:00.015) 0:00:14.967 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:20:06 -0500 (0:00:00.360) 0:00:15.327 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:20:06 -0500 (0:00:00.058) 0:00:15.386 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889599.3474624, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1772544539.251459, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.251543, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3440478131", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:20:06 -0500 (0:00:00.384) 0:00:15.771 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889601.8648343, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:20:07 -0500 (0:00:00.407) 0:00:16.178 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004848", "end": "2026-03-07 08:20:07.359972", "rc": 0, "start": "2026-03-07 08:20:07.355124" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:20:07 -0500 (0:00:00.419) 0:00:16.597 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:20:07 -0500 (0:00:00.048) 0:00:16.646 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:20:07 -0500 (0:00:00.405) 0:00:17.051 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.377) 0:00:17.428 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-211.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.601) 0:00:18.030 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.024) 0:00:18.055 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.022) 0:00:18.077 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.038) 0:00:18.116 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:20:08 -0500 (0:00:00.042) 0:00:18.158 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:20:09 -0500 (0:00:00.040) 0:00:18.199 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:20:09 -0500 (0:00:00.001) 0:00:18.201 ******** 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.130962", "end": "2026-03-07 08:20:09.486477", "rc": 0, "start": "2026-03-07 08:20:09.355515" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:20:09 -0500 (0:00:00.522) 0:00:18.723 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:20:09 -0500 (0:00:00.019) 0:00:18.743 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:20:40 -0500 (0:00:30.508) 0:00:49.251 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.018) 0:00:49.269 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.022) 0:00:49.291 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.016) 0:00:49.308 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.062) 0:00:49.371 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.016) 0:00:49.387 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.029) 0:00:49.417 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.015) 0:00:49.432 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.015) 0:00:49.447 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.027) 0:00:49.474 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.011) 0:00:49.486 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:20:40 -0500 (0:00:00.040) 0:00:49.526 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:20:41 -0500 (0:00:01.636) 0:00:51.163 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:20:42 -0500 (0:00:00.415) 0:00:51.579 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:20:42 -0500 (0:00:00.021) 0:00:51.600 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:20:42 -0500 (0:00:00.016) 0:00:51.616 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:20:42 -0500 (0:00:00.371) 0:00:51.988 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:20:42 -0500 (0:00:00.038) 0:00:52.027 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:20:43 -0500 (0:00:00.379) 0:00:52.407 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:20:43 -0500 (0:00:00.391) 0:00:52.798 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005201", "end": "2026-03-07 08:20:43.257584", "rc": 0, "start": "2026-03-07 08:20:43.252383" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:20:44 -0500 (0:00:00.389) 0:00:53.188 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:20:44 -0500 (0:00:00.034) 0:00:53.222 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:20:44 -0500 (0:00:00.385) 0:00:53.608 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:20:44 -0500 (0:00:00.393) 0:00:54.002 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.375) 0:00:54.377 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.017) 0:00:54.394 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.021) 0:00:54.416 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.029) 0:00:54.446 ******** 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": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.533) 0:00:54.979 ******** 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": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.039) 0:00:55.018 ******** included: /tmp/collections-7KU/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-211.el10.x86_64] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:20:45 -0500 (0:00:00.035) 0:00:55.054 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-211.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "e0066e0406a0d681184c22de05de6775836c5aef", "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64" }, "md5sum": "6674b65aec875bc80876265d8cc8b539", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16259112, "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-211.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "bc3bd0a01edd89db95a930dc49aec215f714345b", "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img" }, "md5sum": "c40fe2d7cd83208cd6bc9daf7f941107", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49750009, "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:20:47 -0500 (0:00:01.509) 0:00:56.563 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.033) 0:00:56.597 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.015) 0:00:56.613 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.032) 0:00:56.645 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.015) 0:00:56.661 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.014) 0:00:56.675 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.032) 0:00:56.708 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.011) 0:00:56.719 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:20:47 -0500 (0:00:00.082) 0:00:56.802 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:20:48 -0500 (0:00:00.862) 0:00:57.665 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:20:48 -0500 (0:00:00.389) 0:00:58.055 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:20:48 -0500 (0:00:00.013) 0:00:58.068 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:20:48 -0500 (0:00:00.011) 0:00:58.080 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:20:49 -0500 (0:00:00.360) 0:00:58.440 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:20:49 -0500 (0:00:00.040) 0:00:58.480 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:20:49 -0500 (0:00:00.382) 0:00:58.863 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:20:50 -0500 (0:00:00.389) 0:00:59.252 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005696", "end": "2026-03-07 08:20:50.256818", "rc": 0, "start": "2026-03-07 08:20:50.251122" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:20:50 -0500 (0:00:00.392) 0:00:59.645 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:20:50 -0500 (0:00:00.030) 0:00:59.676 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:20:50 -0500 (0:00:00.380) 0:01:00.056 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.383) 0:01:00.440 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.643) 0:01:01.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.016) 0:01:01.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.015) 0:01:01.116 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.025) 0:01:01.142 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:20:51 -0500 (0:00:00.027) 0:01:01.169 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.027) 0:01:01.197 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.000) 0:01:01.198 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.014) 0:01:01.213 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.050) 0:01:01.263 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.015) 0:01:01.279 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.031) 0:01:01.311 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.015) 0:01:01.326 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.016) 0:01:01.342 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.030) 0:01:01.373 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.011) 0:01:01.384 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:20:52 -0500 (0:00:00.040) 0:01:01.425 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.826) 0:01:02.252 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.375) 0:01:02.627 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.013) 0:01:02.640 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.011) 0:01:02.652 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.360) 0:01:03.012 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:20:53 -0500 (0:00:00.037) 0:01:03.049 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:20:54 -0500 (0:00:00.377) 0:01:03.427 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:20:54 -0500 (0:00:00.377) 0:01:03.805 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005269", "end": "2026-03-07 08:20:54.961041", "rc": 0, "start": "2026-03-07 08:20:54.955772" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:20:55 -0500 (0:00:00.384) 0:01:04.190 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:20:55 -0500 (0:00:00.030) 0:01:04.221 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:20:55 -0500 (0:00:00.375) 0:01:04.596 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:20:55 -0500 (0:00:00.380) 0:01:04.977 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.363) 0:01:05.340 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.018) 0:01:05.359 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.016) 0:01:05.375 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.029) 0:01:05.404 ******** 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": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.513) 0:01:05.918 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.035) 0:01:05.953 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.039) 0:01:05.993 ******** included: /tmp/collections-7KU/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-211.el10.x86_64] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:20:56 -0500 (0:00:00.024) 0:01:06.018 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-211.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-211.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "e0066e0406a0d681184c22de05de6775836c5aef", "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64" }, "md5sum": "6674b65aec875bc80876265d8cc8b539", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16259112, "src": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-211.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "bc3bd0a01edd89db95a930dc49aec215f714345b", "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img" }, "md5sum": "c40fe2d7cd83208cd6bc9daf7f941107", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49750009, "src": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.947) 0:01:06.965 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.035) 0:01:07.000 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.016) 0:01:07.017 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.030) 0:01:07.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.015) 0:01:07.063 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.015) 0:01:07.078 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.028) 0:01:07.106 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.011) 0:01:07.117 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:20:57 -0500 (0:00:00.056) 0:01:07.174 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:20:58 -0500 (0:00:00.826) 0:01:08.000 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:20:59 -0500 (0:00:00.379) 0:01:08.380 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:20:59 -0500 (0:00:00.013) 0:01:08.393 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:20:59 -0500 (0:00:00.012) 0:01:08.406 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:20:59 -0500 (0:00:00.356) 0:01:08.763 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:20:59 -0500 (0:00:00.037) 0:01:08.801 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889609.4855094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889609.4853654, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 14032011, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889609.4853654, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3400741563", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:21:00 -0500 (0:00:00.377) 0:01:09.178 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:21:00 -0500 (0:00:00.381) 0:01:09.559 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005299", "end": "2026-03-07 08:21:00.718708", "rc": 0, "start": "2026-03-07 08:21:00.713409" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:21:00 -0500 (0:00:00.387) 0:01:09.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:21:00 -0500 (0:00:00.037) 0:01:09.985 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:21:01 -0500 (0:00:00.377) 0:01:10.362 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:21:01 -0500 (0:00:00.383) 0:01:10.746 ******** 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-211.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-211.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.650) 0:01:11.397 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.018) 0:01:11.415 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.016) 0:01:11.431 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.027) 0:01:11.458 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.027) 0:01:11.486 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.028) 0:01:11.515 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.001) 0:01:11.516 ******** 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.157533", "end": "2026-03-07 08:21:02.808633", "rc": 0, "start": "2026-03-07 08:21:02.651100" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.523) 0:01:12.040 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:21:02 -0500 (0:00:00.012) 0:01:12.053 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:21:33 -0500 (0:00:30.442) 0:01:42.495 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.013) 0:01:42.508 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.014) 0:01:42.523 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.013) 0:01:42.537 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.050) 0:01:42.587 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.015) 0:01:42.602 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.030) 0:01:42.633 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.014) 0:01:42.648 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.014) 0:01:42.662 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.027) 0:01:42.690 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.012) 0:01:42.702 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:21:33 -0500 (0:00:00.040) 0:01:42.742 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:21:35 -0500 (0:00:01.600) 0:01:44.343 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:21:35 -0500 (0:00:00.415) 0:01:44.759 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:21:35 -0500 (0:00:00.013) 0:01:44.772 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:21:35 -0500 (0:00:00.011) 0:01:44.783 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:21:35 -0500 (0:00:00.364) 0:01:45.147 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:21:36 -0500 (0:00:00.039) 0:01:45.186 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:21:36 -0500 (0:00:00.377) 0:01:45.564 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:21:36 -0500 (0:00:00.379) 0:01:45.943 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005659", "end": "2026-03-07 08:21:36.419486", "rc": 0, "start": "2026-03-07 08:21:36.413827" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:21:37 -0500 (0:00:00.385) 0:01:46.329 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:21:37 -0500 (0:00:00.032) 0:01:46.361 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:21:37 -0500 (0:00:00.381) 0:01:46.743 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:21:37 -0500 (0:00:00.386) 0:01:47.129 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.365) 0:01:47.495 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.018) 0:01:47.513 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.017) 0:01:47.531 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.027) 0:01:47.558 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-211.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": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.544) 0:01:48.103 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-211.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": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.034) 0:01:48.138 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 07 March 2026 08:21:38 -0500 (0:00:00.039) 0:01:48.177 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.033) 0:01:48.210 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.015) 0:01:48.225 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.029) 0:01:48.255 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.015) 0:01:48.270 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.015) 0:01:48.285 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.027) 0:01:48.313 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.010) 0:01:48.324 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:21:39 -0500 (0:00:00.047) 0:01:48.372 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.828) 0:01:49.200 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.385) 0:01:49.585 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.013) 0:01:49.599 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.012) 0:01:49.611 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.368) 0:01:49.980 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:21:40 -0500 (0:00:00.040) 0:01:50.020 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:21:41 -0500 (0:00:00.385) 0:01:50.406 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:21:41 -0500 (0:00:00.385) 0:01:50.791 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005250", "end": "2026-03-07 08:21:41.671744", "rc": 0, "start": "2026-03-07 08:21:41.666494" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:21:42 -0500 (0:00:00.386) 0:01:51.178 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:21:42 -0500 (0:00:00.032) 0:01:51.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:21:42 -0500 (0:00:00.377) 0:01:51.588 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:21:42 -0500 (0:00:00.382) 0:01:51.970 ******** 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-211.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-211.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.366) 0:01:52.337 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.015) 0:01:52.352 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.052) 0:01:52.405 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.015) 0:01:52.420 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.030) 0:01:52.451 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.023) 0:01:52.474 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.015) 0:01:52.490 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.028) 0:01:52.519 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.012) 0:01:52.531 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:21:43 -0500 (0:00:00.074) 0:01:52.605 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:21:44 -0500 (0:00:00.858) 0:01:53.464 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:21:44 -0500 (0:00:00.384) 0:01:53.848 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:21:44 -0500 (0:00:00.013) 0:01:53.861 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:21:44 -0500 (0:00:00.010) 0:01:53.872 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:21:45 -0500 (0:00:00.360) 0:01:54.232 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:21:45 -0500 (0:00:00.064) 0:01:54.297 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:21:45 -0500 (0:00:00.378) 0:01:54.676 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:21:45 -0500 (0:00:00.380) 0:01:55.056 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004764", "end": "2026-03-07 08:21:46.238150", "rc": 0, "start": "2026-03-07 08:21:46.233386" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:21:46 -0500 (0:00:00.411) 0:01:55.468 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:21:46 -0500 (0:00:00.063) 0:01:55.531 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:21:46 -0500 (0:00:00.402) 0:01:55.934 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:21:47 -0500 (0:00:00.427) 0:01:56.361 ******** 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-211.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:21:47 -0500 (0:00:00.670) 0:01:57.032 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:21:47 -0500 (0:00:00.017) 0:01:57.049 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:21:47 -0500 (0:00:00.015) 0:01:57.065 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:21:47 -0500 (0:00:00.028) 0:01:57.093 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.504) 0:01:57.598 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2e7afd46f75265980fd4c94c6c9da0-6.12.0-211.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.034) 0:01:57.632 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.064) 0:01:57.697 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.015) 0:01:57.713 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.031) 0:01:57.745 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.018) 0:01:57.764 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.015) 0:01:57.779 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.029) 0:01:57.808 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.011) 0:01:57.820 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:21:48 -0500 (0:00:00.046) 0:01:57.866 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:21:49 -0500 (0:00:00.814) 0:01:58.680 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:21:49 -0500 (0:00:00.377) 0:01:59.058 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:21:49 -0500 (0:00:00.014) 0:01:59.073 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:21:49 -0500 (0:00:00.012) 0:01:59.085 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:21:50 -0500 (0:00:00.360) 0:01:59.445 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:21:50 -0500 (0:00:00.039) 0:01:59.485 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889662.8081357, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1772889662.8074908, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12766341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772889662.8074908, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3440478144", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:21:50 -0500 (0:00:00.380) 0:01:59.866 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772889606.9254975, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "0ab4d8d899f8ae77eb0fb882c26fffbe5d4bc274", "ctime": 1772889601.8646646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772889601.8648353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2380924180", "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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:21:51 -0500 (0:00:00.376) 0:02:00.242 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005297", "end": "2026-03-07 08:21:51.395579", "rc": 0, "start": "2026-03-07 08:21:51.390282" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:21:51 -0500 (0:00:00.381) 0:02:00.624 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:21:51 -0500 (0:00:00.033) 0:02:00.657 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:21:51 -0500 (0:00:00.379) 0:02:01.036 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:21:52 -0500 (0:00:00.379) 0:02:01.416 ******** 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-211.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:21:52 -0500 (0:00:00.592) 0:02:02.009 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:21:52 -0500 (0:00:00.017) 0:02:02.026 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:21:52 -0500 (0:00:00.017) 0:02:02.044 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:21:52 -0500 (0:00:00.027) 0:02:02.071 ******** 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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:21:53 -0500 (0:00:00.482) 0:02:02.553 ******** 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": "2f090f0c4fd047148bcb67f18998bdc1-6.12.0-211.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-211.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-211.el10.x86_64", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (6.12.0-211.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": "2f090f0c4fd047148bcb67f18998bdc1-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-2f090f0c4fd047148bcb67f18998bdc1.img", "kernel": "/boot/vmlinuz-0-rescue-2f090f0c4fd047148bcb67f18998bdc1", "root": "UUID=230b4c3a-2b74-4eca-a8f1-26f70f55152c", "title": "CentOS Stream (0-rescue-2f090f0c4fd047148bcb67f18998bdc1) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 07 March 2026 08:21:53 -0500 (0:00:00.035) 0:02:02.589 ******** 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-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 07 March 2026 08:21:53 -0500 (0:00:00.055) 0:02:02.644 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-211.el10.x86_64_clone1" ], "delta": "0:00:00.044191", "end": "2026-03-07 08:21:53.826642", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-07 08:21:53.782451" } STDERR: The param /boot/vmlinuz-6.12.0-211.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-211.el10.x86_64_clone2" ], "delta": "0:00:00.045928", "end": "2026-03-07 08:21:54.230732", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-07 08:21:54.184804" } STDERR: The param /boot/vmlinuz-6.12.0-211.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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:21:54 -0500 (0:00:00.816) 0:02:03.461 ******** 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.105326", "end": "2026-03-07 08:21:54.700487", "rc": 0, "start": "2026-03-07 08:21:54.595161" } 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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:21:54 -0500 (0:00:00.469) 0:02:03.931 ******** included: /tmp/collections-7KU/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-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:21:54 -0500 (0:00:00.013) 0:02:03.944 ******** changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:22:25 -0500 (0:00:30.899) 0:02:34.843 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:22:25 -0500 (0:00:00.012) 0:02:34.856 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=162 changed=14 unreachable=0 failed=0 skipped=124 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-03-07T13:21:43.157695+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-211.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-211.el10.x86_64_clone2", "start_time": "2026-03-07T13:21:42.795599+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 March 2026 08:22:25 -0500 (0:00:00.014) 0:02:34.871 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 30.90s /tmp/collections-7KU/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.51s /tmp/collections-7KU/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.44s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.55s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.99s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.64s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.60s /tmp/collections-7KU/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-211.el10.x86_64 --- 1.51s /tmp/collections-7KU/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-211.el10.x86_64 --- 1.26s /tmp/collections-7KU/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-211.el10.x86_64 --- 0.95s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Remove cloned kernels --------------------------------------------------- 0.82s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.65s /tmp/collections-7KU/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114