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-tWV 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-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 14 March 2026 09:11:17 -0400 (0:00:00.022) 0:00:00.022 ******** included: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 14 March 2026 09:11:17 -0400 (0:00:00.012) 0:00:00.035 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 14 March 2026 09:11:19 -0400 (0:00:02.026) 0:00:02.062 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.003) 0:00:02.065 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.042) 0:00:02.108 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.015) 0:00:02.124 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.033) 0:00:02.157 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.439) 0:00:02.596 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.020) 0:00:02.616 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.028) 0:00:02.645 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.010) 0:00:02.656 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:11:19 -0400 (0:00:00.041) 0:00:02.697 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:11:24 -0400 (0:00:04.619) 0:00:07.317 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773130293.235016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:11:24 -0400 (0:00:00.400) 0:00:07.718 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:11:24 -0400 (0:00:00.039) 0:00:07.757 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:11:24 -0400 (0:00:00.019) 0:00:07.777 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:11:25 -0400 (0:00:00.368) 0:00:08.145 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:11:25 -0400 (0:00:00.037) 0:00:08.183 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493884.7783148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:11:25 -0400 (0:00:00.369) 0:00:08.552 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773129297.607, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "4ba66511261036c856e31da77307b9d759eb92e0", "ctime": 1773129297.609, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4467911, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773129297.609, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "3433470310", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:11:26 -0400 (0:00:00.369) 0:00:08.921 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004721", "end": "2026-03-14 09:11:26.481090", "rc": 0, "start": "2026-03-14 09:11:26.476369" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:11:26 -0400 (0:00:00.454) 0:00:09.375 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:11:26 -0400 (0:00:00.030) 0:00:09.406 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.446) 0:00:09.853 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.371) 0:00:10.224 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.436) 0:00:10.660 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.017) 0:00:10.678 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.015) 0:00:10.693 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:11:27 -0400 (0:00:00.026) 0:00:10.720 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.556) 0:00:11.276 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.032) 0:00:11.308 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.002) 0:00:11.311 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.001) 0:00:11.312 ******** ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.032) 0:00:11.344 ******** included: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 14 March 2026 09:11:28 -0400 (0:00:00.022) 0:00:11.367 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 14 March 2026 09:11:29 -0400 (0:00:01.154) 0:00:12.522 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.033) 0:00:12.555 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.015) 0:00:12.571 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.028) 0:00:12.600 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.014) 0:00:12.615 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.013) 0:00:12.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.025) 0:00:12.654 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.011) 0:00:12.666 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:11:29 -0400 (0:00:00.060) 0:00:12.726 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:11:30 -0400 (0:00:00.821) 0:00:13.548 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493884.7783148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.378) 0:00:13.926 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.019) 0:00:13.946 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.013) 0:00:13.959 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.373) 0:00:14.332 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.041) 0:00:14.374 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493884.7783148, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1773130293.2349114, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773130293.2350163, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3550179578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:11:31 -0400 (0:00:00.391) 0:00:14.765 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493887.3301845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:11:32 -0400 (0:00:00.378) 0:00:15.144 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005260", "end": "2026-03-14 09:11:32.644143", "rc": 0, "start": "2026-03-14 09:11:32.638883" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:11:32 -0400 (0:00:00.395) 0:00:15.539 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:11:32 -0400 (0:00:00.031) 0:00:15.571 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:11:33 -0400 (0:00:00.385) 0:00:15.956 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:11:33 -0400 (0:00:00.448) 0:00:16.405 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.624) 0:00:17.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.018) 0:00:17.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.025) 0:00:17.074 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.040) 0:00:17.115 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.027) 0:00:17.142 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.028) 0:00:17.170 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.001) 0:00:17.171 ******** 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.134118", "end": "2026-03-14 09:11:34.772270", "rc": 0, "start": "2026-03-14 09:11:34.638152" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.502) 0:00:17.674 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 14 March 2026 09:11:34 -0400 (0:00:00.024) 0:00:17.698 ******** changed: [managed-node1] => { "changed": true, "elapsed": 28, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 14 March 2026 09:12:04 -0400 (0:00:29.350) 0:00:47.048 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.012) 0:00:47.061 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.017) 0:00:47.079 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.015) 0:00:47.094 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.051) 0:00:47.145 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.016) 0:00:47.162 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.031) 0:00:47.193 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.016) 0:00:47.210 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.015) 0:00:47.226 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.032) 0:00:47.259 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.012) 0:00:47.271 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:12:04 -0400 (0:00:00.058) 0:00:47.329 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:12:06 -0400 (0:00:01.563) 0:00:48.893 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:12:06 -0400 (0:00:00.435) 0:00:49.329 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:12:06 -0400 (0:00:00.014) 0:00:49.343 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:12:06 -0400 (0:00:00.011) 0:00:49.354 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:12:06 -0400 (0:00:00.384) 0:00:49.739 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:12:06 -0400 (0:00:00.042) 0:00:49.781 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:12:07 -0400 (0:00:00.397) 0:00:50.179 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:12:07 -0400 (0:00:00.403) 0:00:50.583 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005157", "end": "2026-03-14 09:12:07.766708", "rc": 0, "start": "2026-03-14 09:12:07.761551" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:12:08 -0400 (0:00:00.435) 0:00:51.018 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:12:08 -0400 (0:00:00.033) 0:00:51.051 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:12:08 -0400 (0:00:00.398) 0:00:51.450 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:12:09 -0400 (0:00:00.398) 0:00:51.848 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:12:09 -0400 (0:00:00.407) 0:00:52.256 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:12:09 -0400 (0:00:00.017) 0:00:52.274 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:12:09 -0400 (0:00:00.016) 0:00:52.290 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:12:09 -0400 (0:00:00.028) 0:00:52.319 ******** 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": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:12:10 -0400 (0:00:00.535) 0:00:52.854 ******** 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": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 14 March 2026 09:12:10 -0400 (0:00:00.040) 0:00:52.894 ******** included: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 14 March 2026 09:12:10 -0400 (0:00:00.026) 0:00:52.920 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 14 March 2026 09:12:11 -0400 (0:00:01.507) 0:00:54.428 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.041) 0:00:54.470 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.017) 0:00:54.487 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.036) 0:00:54.523 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.021) 0:00:54.545 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.016) 0:00:54.562 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.031) 0:00:54.593 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.012) 0:00:54.606 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:12:11 -0400 (0:00:00.057) 0:00:54.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:12:12 -0400 (0:00:00.826) 0:00:55.490 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.392) 0:00:55.882 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.013) 0:00:55.896 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.011) 0:00:55.907 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.369) 0:00:56.276 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.060) 0:00:56.337 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:12:13 -0400 (0:00:00.405) 0:00:56.742 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:12:14 -0400 (0:00:00.406) 0:00:57.149 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004700", "end": "2026-03-14 09:12:14.645127", "rc": 0, "start": "2026-03-14 09:12:14.640427" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:12:14 -0400 (0:00:00.397) 0:00:57.546 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:12:14 -0400 (0:00:00.033) 0:00:57.580 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:12:15 -0400 (0:00:00.390) 0:00:57.970 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:12:15 -0400 (0:00:00.388) 0:00:58.359 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.655) 0:00:59.014 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.017) 0:00:59.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 : Remove boot loader password configuration] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.015) 0:00:59.047 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.028) 0:00:59.076 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.027) 0:00:59.104 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.027) 0:00:59.132 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.000) 0:00:59.133 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.015) 0:00:59.148 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.051) 0:00:59.200 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.016) 0:00:59.216 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.031) 0:00:59.248 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.016) 0:00:59.264 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.016) 0:00:59.281 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.031) 0:00:59.312 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.011) 0:00:59.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:12:16 -0400 (0:00:00.042) 0:00:59.367 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:12:17 -0400 (0:00:00.814) 0:01:00.181 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:12:17 -0400 (0:00:00.380) 0:01:00.562 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:12:17 -0400 (0:00:00.013) 0:01:00.575 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:12:17 -0400 (0:00:00.011) 0:01:00.587 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:12:18 -0400 (0:00:00.363) 0:01:00.951 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:12:18 -0400 (0:00:00.038) 0:01:00.989 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:12:18 -0400 (0:00:00.383) 0:01:01.373 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:12:18 -0400 (0:00:00.388) 0:01:01.762 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004637", "end": "2026-03-14 09:12:19.257546", "rc": 0, "start": "2026-03-14 09:12:19.252909" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:12:19 -0400 (0:00:00.391) 0:01:02.153 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:12:19 -0400 (0:00:00.032) 0:01:02.186 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:12:19 -0400 (0:00:00.391) 0:01:02.577 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:12:20 -0400 (0:00:00.386) 0:01:02.963 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:12:20 -0400 (0:00:00.370) 0:01:03.334 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:12:20 -0400 (0:00:00.018) 0:01:03.352 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:12:20 -0400 (0:00:00.015) 0:01:03.368 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:12:20 -0400 (0:00:00.027) 0:01:03.395 ******** 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": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:12:21 -0400 (0:00:00.519) 0:01:03.914 ******** 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": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 14 March 2026 09:12:21 -0400 (0:00:00.040) 0:01:03.955 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 14 March 2026 09:12:21 -0400 (0:00:00.041) 0:01:03.996 ******** included: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 14 March 2026 09:12:21 -0400 (0:00:00.025) 0:01:04.022 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-212.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "add7e028b93f333a2539b32c57a656d1aaae53e4", "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64" }, "md5sum": "74e92ea6635a522fb0b1d71a30af7b3d", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16255016, "src": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-212.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "639631719ec22867c4f9d35cfa8f645a46b20b82", "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img" }, "md5sum": "e7fd33b9d49086d0eeee00a3f28e29cf", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49748102, "src": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.966) 0:01:04.988 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.035) 0:01:05.023 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.016) 0:01:05.040 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.031) 0:01:05.071 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.017) 0:01:05.088 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.016) 0:01:05.105 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.028) 0:01:05.134 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.012) 0:01:05.146 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:12:22 -0400 (0:00:00.058) 0:01:05.205 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.812) 0:01:06.017 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.384) 0:01:06.402 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.013) 0:01:06.415 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.012) 0:01:06.428 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.368) 0:01:06.796 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:12:23 -0400 (0:00:00.038) 0:01:06.834 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493894.771324, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493894.771172, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747536, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493894.771172, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "971049785", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:12:24 -0400 (0:00:00.384) 0:01:07.218 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:12:24 -0400 (0:00:00.387) 0:01:07.606 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.007530", "end": "2026-03-14 09:12:25.106737", "rc": 0, "start": "2026-03-14 09:12:25.099207" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:12:25 -0400 (0:00:00.395) 0:01:08.002 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:12:25 -0400 (0:00:00.032) 0:01:08.035 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:12:25 -0400 (0:00:00.397) 0:01:08.432 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:12:25 -0400 (0:00:00.393) 0:01:08.825 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.671) 0:01:09.496 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.018) 0:01:09.515 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.015) 0:01:09.530 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.027) 0:01:09.557 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.030) 0:01:09.587 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.029) 0:01:09.617 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 14 March 2026 09:12:26 -0400 (0:00:00.001) 0:01:09.618 ******** 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.161758", "end": "2026-03-14 09:12:27.257677", "rc": 0, "start": "2026-03-14 09:12:27.095919" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 14 March 2026 09:12:27 -0400 (0:00:00.536) 0:01:10.155 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 14 March 2026 09:12:27 -0400 (0:00:00.012) 0:01:10.168 ******** changed: [managed-node1] => { "changed": true, "elapsed": 31, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 14 March 2026 09:13:00 -0400 (0:00:32.753) 0:01:42.921 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.012) 0:01:42.934 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.014) 0:01:42.948 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.014) 0:01:42.962 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.051) 0:01:43.014 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.016) 0:01:43.031 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.031) 0:01:43.062 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.016) 0:01:43.078 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.014) 0:01:43.093 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.028) 0:01:43.121 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.011) 0:01:43.133 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:13:00 -0400 (0:00:00.040) 0:01:43.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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:13:01 -0400 (0:00:01.548) 0:01:44.722 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:13:02 -0400 (0:00:00.419) 0:01:45.142 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:13:02 -0400 (0:00:00.012) 0:01:45.154 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:13:02 -0400 (0:00:00.011) 0:01:45.166 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:13:02 -0400 (0:00:00.366) 0:01:45.532 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:13:02 -0400 (0:00:00.040) 0:01:45.572 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:13:03 -0400 (0:00:00.384) 0:01:45.957 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:13:03 -0400 (0:00:00.392) 0:01:46.349 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004743", "end": "2026-03-14 09:13:03.852728", "rc": 0, "start": "2026-03-14 09:13:03.847985" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:13:03 -0400 (0:00:00.399) 0:01:46.748 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:13:03 -0400 (0:00:00.033) 0:01:46.782 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:13:04 -0400 (0:00:00.390) 0:01:47.172 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:13:04 -0400 (0:00:00.389) 0:01:47.562 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.380) 0:01:47.942 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.019) 0:01:47.962 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.018) 0:01:47.981 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.031) 0:01:48.012 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.561) 0:01:48.573 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.036) 0:01:48.609 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.040) 0:01:48.650 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.033) 0:01:48.684 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.016) 0:01:48.700 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.031) 0:01:48.731 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.016) 0:01:48.748 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.017) 0:01:48.765 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.029) 0:01:48.795 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:13:05 -0400 (0:00:00.011) 0:01:48.806 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:13:06 -0400 (0:00:00.049) 0:01:48.856 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:13:06 -0400 (0:00:00.831) 0:01:49.688 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:13:07 -0400 (0:00:00.388) 0:01:50.077 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:13:07 -0400 (0:00:00.012) 0:01:50.089 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:13:07 -0400 (0:00:00.012) 0:01:50.102 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:13:07 -0400 (0:00:00.374) 0:01:50.477 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:13:07 -0400 (0:00:00.045) 0:01:50.523 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:13:08 -0400 (0:00:00.391) 0:01:50.914 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:13:08 -0400 (0:00:00.391) 0:01:51.306 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005387", "end": "2026-03-14 09:13:08.806383", "rc": 0, "start": "2026-03-14 09:13:08.800996" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:13:08 -0400 (0:00:00.398) 0:01:51.704 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:13:08 -0400 (0:00:00.032) 0:01:51.737 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:13:09 -0400 (0:00:00.394) 0:01:52.131 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:13:09 -0400 (0:00:00.397) 0:01:52.529 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-212.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-212.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.379) 0:01:52.908 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.015) 0:01:52.924 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.055) 0:01:52.979 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.017) 0:01:52.996 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.032) 0:01:53.029 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.018) 0:01:53.048 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.016) 0:01:53.065 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.030) 0:01:53.096 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.013) 0:01:53.109 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:13:10 -0400 (0:00:00.081) 0:01:53.190 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:13:11 -0400 (0:00:00.853) 0:01:54.043 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:13:11 -0400 (0:00:00.392) 0:01:54.436 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:13:11 -0400 (0:00:00.013) 0:01:54.449 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:13:11 -0400 (0:00:00.011) 0:01:54.460 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:13:11 -0400 (0:00:00.372) 0:01:54.833 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:13:12 -0400 (0:00:00.065) 0:01:54.898 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:13:12 -0400 (0:00:00.391) 0:01:55.290 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:13:12 -0400 (0:00:00.393) 0:01:55.683 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005478", "end": "2026-03-14 09:13:13.207477", "rc": 0, "start": "2026-03-14 09:13:13.201999" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:13:13 -0400 (0:00:00.420) 0:01:56.104 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:13:13 -0400 (0:00:00.059) 0:01:56.164 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:13:13 -0400 (0:00:00.420) 0:01:56.585 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:13:14 -0400 (0:00:00.441) 0:01:57.026 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:13:14 -0400 (0:00:00.683) 0:01:57.710 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:13:14 -0400 (0:00:00.017) 0:01:57.728 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:13:14 -0400 (0:00:00.015) 0:01:57.744 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:13:14 -0400 (0:00:00.027) 0:01:57.771 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.518) 0:01:58.290 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec290576b9696a526f18f36c9cfe0dda-6.12.0-212.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.036) 0:01:58.327 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.066) 0:01:58.393 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.016) 0:01:58.410 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.033) 0:01:58.443 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.020) 0:01:58.464 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.017) 0:01:58.481 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.029) 0:01:58.510 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.012) 0:01:58.523 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 14 March 2026 09:13:15 -0400 (0:00:00.047) 0:01:58.571 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 14 March 2026 09:13:16 -0400 (0:00:00.830) 0:01:59.402 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 14 March 2026 09:13:16 -0400 (0:00:00.390) 0:01:59.792 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 14 March 2026 09:13:16 -0400 (0:00:00.014) 0:01:59.807 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 14 March 2026 09:13:16 -0400 (0:00:00.011) 0:01:59.819 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 14 March 2026 09:13:17 -0400 (0:00:00.373) 0:02:00.192 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 14 March 2026 09:13:17 -0400 (0:00:00.039) 0:02:00.232 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493947.2574482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1773493947.2565603, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12747527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773493947.2565603, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1327833241", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 14 March 2026 09:13:17 -0400 (0:00:00.388) 0:02:00.620 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773493892.2323215, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "100cd1d47b83423156c3d99d03d66ef54174a8cc", "ctime": 1773493887.3300574, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773493887.3301852, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "918377814", "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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 14 March 2026 09:13:18 -0400 (0:00:00.403) 0:02:01.023 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004971", "end": "2026-03-14 09:13:18.523365", "rc": 0, "start": "2026-03-14 09:13:18.518394" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 14 March 2026 09:13:18 -0400 (0:00:00.397) 0:02:01.421 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 14 March 2026 09:13:18 -0400 (0:00:00.033) 0:02:01.454 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 14 March 2026 09:13:19 -0400 (0:00:00.397) 0:02:01.852 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 14 March 2026 09:13:19 -0400 (0:00:00.392) 0:02:02.245 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.607) 0:02:02.852 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.017) 0:02:02.870 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.016) 0:02:02.887 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.029) 0:02:02.916 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.492) 0:02:03.408 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "673d4865641d4a2abdf1542b84bce8ee-6.12.0-212.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-212.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-212.el10.x86_64", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (6.12.0-212.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "673d4865641d4a2abdf1542b84bce8ee-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-673d4865641d4a2abdf1542b84bce8ee.img", "kernel": "/boot/vmlinuz-0-rescue-673d4865641d4a2abdf1542b84bce8ee", "root": "UUID=61cdee05-954d-4eb9-8335-baade5970b04", "title": "CentOS Stream (0-rescue-673d4865641d4a2abdf1542b84bce8ee) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.035) 0:02:03.443 ******** 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-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 14 March 2026 09:13:20 -0400 (0:00:00.048) 0:02:03.492 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone1" ], "delta": "0:00:00.043861", "end": "2026-03-14 09:13:21.014021", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-14 09:13:20.970160" } STDERR: The param /boot/vmlinuz-6.12.0-212.el10.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-212.el10.x86_64_clone2" ], "delta": "0:00:00.045485", "end": "2026-03-14 09:13:21.427716", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-14 09:13:21.382231" } STDERR: The param /boot/vmlinuz-6.12.0-212.el10.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 14 March 2026 09:13:21 -0400 (0:00:00.832) 0:02:04.325 ******** 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.107966", "end": "2026-03-14 09:13:21.914019", "rc": 0, "start": "2026-03-14 09:13:21.806053" } 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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 14 March 2026 09:13:21 -0400 (0:00:00.487) 0:02:04.812 ******** included: /tmp/collections-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 14 March 2026 09:13:21 -0400 (0:00:00.014) 0:02:04.827 ******** changed: [managed-node1] => { "changed": true, "elapsed": 31, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 14 March 2026 09:13:54 -0400 (0:00:32.044) 0:02:36.871 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 14 March 2026 09:13:54 -0400 (0:00:00.012) 0:02:36.884 ******** 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-14T13:13:10.062584+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-212.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-212.el10.x86_64_clone2", "start_time": "2026-03-14T13:13:09.687618+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 14 March 2026 09:13:54 -0400 (0:00:00.014) 0:02:36.898 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 32.75s /tmp/collections-tWV/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 -- 32.04s /tmp/collections-tWV/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 -- 29.35s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 4.62s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 2.03s /tmp/collections-tWV/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.56s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.55s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64 --- 1.51s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64 --- 1.15s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-212.el10.x86_64 --- 0.97s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.85s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Remove cloned kernels --------------------------------------------------- 0.83s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-tWV/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-tWV/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-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.82s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.68s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-tWV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114