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-eXq executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 21 March 2026 09:09:08 -0400 (0:00:00.018) 0:00:00.018 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 21 March 2026 09:09:10 -0400 (0:00:02.238) 0:00:02.257 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 21 March 2026 09:09:10 -0400 (0:00:00.012) 0:00:02.269 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "\"architecture\" not in ansible_facts.keys() | list", "skip_reason": "Conditional result was False" } TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 21 March 2026 09:09:10 -0400 (0:00:00.030) 0:00:02.299 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 21 March 2026 09:09:10 -0400 (0:00:00.004) 0:00:02.304 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.014) 0:00:02.318 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.000) 0:00:02.319 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.014) 0:00:02.333 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.072) 0:00:02.406 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.016) 0:00:02.422 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:11 -0400 (0:00:00.531) 0:00:02.954 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:12 -0400 (0:00:00.420) 0:00:03.374 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:12 -0400 (0:00:00.030) 0:00:03.404 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:12 -0400 (0:00:00.047) 0:00:03.452 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:12 -0400 (0:00:00.017) 0:00:03.470 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:12 -0400 (0:00:00.043) 0:00:03.513 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:09:23 -0400 (0:00:11.558) 0:00:15.072 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773130293.4130518, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1773130293.412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12589251, "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.413052, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3421625160", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.353) 0:00:15.426 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.011) 0:00:15.438 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.011) 0:00:15.449 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.317) 0:00:15.767 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.021) 0:00:15.789 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.0356145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1773130293.412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12589251, "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.413052, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3421625160", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:09:24 -0400 (0:00:00.336) 0:00:16.126 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1773129326.12, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be08609aa1892f185679695b4573552420e22e27", "ctime": 1773129326.121, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8996125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773129326.121, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "287398129", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.342) 0:00:16.469 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004343", "end": "2026-03-21 09:09:25.518248", "rc": 0, "start": "2026-03-21 09:09:25.513905" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.409) 0:00:16.879 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.015) 0:00:16.894 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:09:25 -0400 (0:00:00.407) 0:00:17.301 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.324) 0:00:17.626 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.410) 0:00:18.037 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.016) 0:00:18.053 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.014) 0:00:18.068 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:09:26 -0400 (0:00:00.009) 0:00:18.078 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.507) 0:00:18.586 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.017) 0:00:18.603 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.002) 0:00:18.606 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.000) 0:00:18.607 ******** ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.020) 0:00:18.628 ******** included: /tmp/collections-eXq/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-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:09:27 -0400 (0:00:00.017) 0:00:18.645 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "3df3a8a53fde3c24e122b5d782fa8574e160d04d", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "d2c1b22d3d5ce50bc8486b404222e2a5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390654, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:09:28 -0400 (0:00:01.043) 0:00:19.689 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.014) 0:00:19.704 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.000) 0:00:19.704 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.014) 0:00:19.719 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.038) 0:00:19.757 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.016) 0:00:19.774 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:28 -0400 (0:00:00.537) 0:00:20.311 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:29 -0400 (0:00:00.016) 0:00:20.327 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:29 -0400 (0:00:00.015) 0:00:20.342 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:29 -0400 (0:00:00.027) 0:00:20.370 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:29 -0400 (0:00:00.010) 0:00:20.380 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:29 -0400 (0:00:00.042) 0:00:20.423 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:09:30 -0400 (0:00:01.233) 0:00:21.656 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.0356145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1773130293.412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12589251, "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.413052, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3421625160", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:09:30 -0400 (0:00:00.333) 0:00:21.990 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:09:30 -0400 (0:00:00.014) 0:00:22.005 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:09:30 -0400 (0:00:00.013) 0:00:22.018 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:09:31 -0400 (0:00:00.322) 0:00:22.341 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:09:31 -0400 (0:00:00.026) 0:00:22.368 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098564.0356145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1773130293.412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12589251, "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.413052, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3421625160", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:09:31 -0400 (0:00:00.344) 0:00:22.712 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098566.265481, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:09:31 -0400 (0:00:00.344) 0:00:23.056 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004999", "end": "2026-03-21 09:09:32.023974", "rc": 0, "start": "2026-03-21 09:09:32.018975" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:09:32 -0400 (0:00:00.331) 0:00:23.388 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:09:32 -0400 (0:00:00.018) 0:00:23.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:09:32 -0400 (0:00:00.339) 0:00:23.746 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:09:32 -0400 (0:00:00.343) 0:00:24.090 ******** 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-5.14.0-687.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-687.el9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.560) 0:00:24.650 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.024) 0:00:24.675 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.023) 0:00:24.699 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.017) 0:00:24.717 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.017) 0:00:24.734 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.018) 0:00:24.753 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.004) 0:00:24.757 ******** 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.132775", "end": "2026-03-21 09:09:33.861629", "rc": 0, "start": "2026-03-21 09:09:33.728854" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,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=1G-2G:192M,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=1G-2G:192M,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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.467) 0:00:25.225 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:09:33 -0400 (0:00:00.013) 0:00:25.238 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:09:57 -0400 (0:00:23.589) 0:00:48.828 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.014) 0:00:48.842 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.014) 0:00:48.856 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.020) 0:00:48.877 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.027) 0:00:48.904 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.001) 0:00:48.905 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.022) 0:00:48.928 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.046) 0:00:48.974 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:09:57 -0400 (0:00:00.020) 0:00:48.994 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.598) 0:00:49.593 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.017) 0:00:49.610 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.015) 0:00:49.626 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.027) 0:00:49.653 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.011) 0:00:49.665 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:09:58 -0400 (0:00:00.025) 0:00:49.690 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:00 -0400 (0:00:02.355) 0:00:52.045 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.374) 0:00:52.419 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.021) 0:00:52.441 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.011) 0:00:52.453 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.332) 0:00:52.786 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.024) 0:00:52.811 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:01 -0400 (0:00:00.350) 0:00:53.161 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.354) 0:00:53.515 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004988", "end": "2026-03-21 09:10:01.835710", "rc": 0, "start": "2026-03-21 09:10:01.830722" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.346) 0:00:53.862 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.014) 0:00:53.877 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:02 -0400 (0:00:00.341) 0:00:54.219 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.341) 0:00:54.560 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.387) 0:00:54.948 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.024) 0:00:54.972 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.023) 0:00:54.996 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:03 -0400 (0:00:00.020) 0:00:55.017 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.524) 0:00:55.541 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.020) 0:00:55.562 ******** included: /tmp/collections-eXq/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-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:10:04 -0400 (0:00:00.019) 0:00:55.581 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "3df3a8a53fde3c24e122b5d782fa8574e160d04d", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "d2c1b22d3d5ce50bc8486b404222e2a5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390654, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:10:05 -0400 (0:00:01.244) 0:00:56.825 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.018) 0:00:56.844 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.000) 0:00:56.845 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.015) 0:00:56.860 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.055) 0:00:56.916 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:05 -0400 (0:00:00.020) 0:00:56.936 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.552) 0:00:57.489 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.023) 0:00:57.512 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.024) 0:00:57.537 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.033) 0:00:57.570 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.010) 0:00:57.581 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:06 -0400 (0:00:00.046) 0:00:57.627 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:07 -0400 (0:00:01.263) 0:00:58.890 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:07 -0400 (0:00:00.344) 0:00:59.235 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:07 -0400 (0:00:00.017) 0:00:59.252 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:07 -0400 (0:00:00.014) 0:00:59.267 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.328) 0:00:59.595 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.029) 0:00:59.625 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:08 -0400 (0:00:00.344) 0:00:59.969 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.354) 0:01:00.323 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004728", "end": "2026-03-21 09:10:09.213975", "rc": 0, "start": "2026-03-21 09:10:09.209247" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.350) 0:01:00.674 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.017) 0:01:00.692 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:09 -0400 (0:00:00.352) 0:01:01.044 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.370) 0:01:01.415 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.636) 0:01:02.051 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.025) 0:01:02.076 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.017) 0:01:02.094 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.013) 0:01:02.107 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.015) 0:01:02.123 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.014) 0:01:02.137 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.000) 0:01:02.138 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.016) 0:01:02.154 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.016) 0:01:02.170 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.000) 0:01:02.171 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.014) 0:01:02.186 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.039) 0:01:02.225 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:10 -0400 (0:00:00.017) 0:01:02.243 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.553) 0:01:02.796 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.016) 0:01:02.812 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.015) 0:01:02.828 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.027) 0:01:02.856 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.011) 0:01:02.867 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:11 -0400 (0:00:00.025) 0:01:02.893 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:12 -0400 (0:00:01.246) 0:01:04.140 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.360) 0:01:04.500 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.012) 0:01:04.513 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.014) 0:01:04.527 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.326) 0:01:04.854 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.023) 0:01:04.877 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:13 -0400 (0:00:00.341) 0:01:05.218 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.345) 0:01:05.564 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004548", "end": "2026-03-21 09:10:14.545790", "rc": 0, "start": "2026-03-21 09:10:14.541242" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.343) 0:01:05.907 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.019) 0:01:05.927 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:14 -0400 (0:00:00.348) 0:01:06.275 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.349) 0:01:06.624 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.346) 0:01:06.971 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.021) 0:01:06.992 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.015) 0:01:07.008 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:15 -0400 (0:00:00.016) 0:01:07.024 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.488) 0:01:07.512 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.021) 0:01:07.534 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.028) 0:01:07.562 ******** included: /tmp/collections-eXq/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-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 21 March 2026 09:10:16 -0400 (0:00:00.020) 0:01:07.582 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "3df3a8a53fde3c24e122b5d782fa8574e160d04d", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "d2c1b22d3d5ce50bc8486b404222e2a5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390654, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.857) 0:01:08.440 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.014) 0:01:08.455 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.000) 0:01:08.456 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.016) 0:01:08.472 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.040) 0:01:08.513 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.016) 0:01:08.529 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.553) 0:01:09.083 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.017) 0:01:09.101 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.017) 0:01:09.118 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.032) 0:01:09.151 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.011) 0:01:09.163 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:17 -0400 (0:00:00.068) 0:01:09.231 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:19 -0400 (0:00:01.281) 0:01:10.512 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.342) 0:01:10.855 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.013) 0:01:10.868 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.011) 0:01:10.880 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.324) 0:01:11.204 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:19 -0400 (0:00:00.023) 0:01:11.228 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098573.85961, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098573.85861, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673109, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098573.85861, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4213808917", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.341) 0:01:11.569 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.346) 0:01:11.916 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004388", "end": "2026-03-21 09:10:20.888900", "rc": 0, "start": "2026-03-21 09:10:20.884512" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.333) 0:01:12.249 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:20 -0400 (0:00:00.016) 0:01:12.266 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:21 -0400 (0:00:00.328) 0:01:12.594 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:21 -0400 (0:00:00.330) 0:01:12.924 ******** 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-5.14.0-687.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.602) 0:01:13.527 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.018) 0:01:13.545 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.015) 0:01:13.560 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.011) 0:01:13.572 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.010) 0:01:13.582 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.011) 0:01:13.595 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.001) 0:01:13.596 ******** 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.159229", "end": "2026-03-21 09:10:22.726203", "rc": 0, "start": "2026-03-21 09:10:22.566974" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,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=1G-2G:192M,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=1G-2G:192M,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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.493) 0:01:14.090 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:10:22 -0400 (0:00:00.012) 0:01:14.102 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:10:46 -0400 (0:00:23.405) 0:01:37.508 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.018) 0:01:37.526 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.017) 0:01:37.543 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.015) 0:01:37.559 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.018) 0:01:37.577 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.000) 0:01:37.578 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.015) 0:01:37.593 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.040) 0:01:37.633 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.017) 0:01:37.651 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.613) 0:01:38.265 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.020) 0:01:38.285 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:46 -0400 (0:00:00.015) 0:01:38.301 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:47 -0400 (0:00:00.032) 0:01:38.334 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:47 -0400 (0:00:00.011) 0:01:38.346 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:47 -0400 (0:00:00.026) 0:01:38.372 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:49 -0400 (0:00:02.348) 0:01:40.721 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:49 -0400 (0:00:00.366) 0:01:41.087 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:49 -0400 (0:00:00.013) 0:01:41.101 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:49 -0400 (0:00:00.011) 0:01:41.112 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:50 -0400 (0:00:00.324) 0:01:41.437 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:50 -0400 (0:00:00.024) 0:01:41.461 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:50 -0400 (0:00:00.345) 0:01:41.806 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:50 -0400 (0:00:00.373) 0:01:42.180 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005329", "end": "2026-03-21 09:10:50.429373", "rc": 0, "start": "2026-03-21 09:10:50.424044" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:51 -0400 (0:00:00.340) 0:01:42.521 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:51 -0400 (0:00:00.025) 0:01:42.546 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:51 -0400 (0:00:00.349) 0:01:42.895 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:51 -0400 (0:00:00.348) 0:01:43.244 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.340) 0:01:43.584 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.020) 0:01:43.605 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.018) 0:01:43.624 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.017) 0:01:43.641 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.539) 0:01:44.180 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.019) 0:01:44.200 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.025) 0:01:44.225 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.012) 0:01:44.238 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.001) 0:01:44.239 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.014) 0:01:44.254 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.039) 0:01:44.293 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:52 -0400 (0:00:00.019) 0:01:44.313 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.557) 0:01:44.870 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.018) 0:01:44.889 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.016) 0:01:44.905 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.028) 0:01:44.934 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.015) 0:01:44.950 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:53 -0400 (0:00:00.033) 0:01:44.984 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:54 -0400 (0:00:01.261) 0:01:46.245 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:10:55 -0400 (0:00:00.358) 0:01:46.604 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:10:55 -0400 (0:00:00.013) 0:01:46.618 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:10:55 -0400 (0:00:00.012) 0:01:46.630 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:10:55 -0400 (0:00:00.329) 0:01:46.959 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:10:55 -0400 (0:00:00.030) 0:01:46.990 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:10:56 -0400 (0:00:00.340) 0:01:47.330 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:10:56 -0400 (0:00:00.348) 0:01:47.679 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004885", "end": "2026-03-21 09:10:56.386749", "rc": 0, "start": "2026-03-21 09:10:56.381864" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:10:56 -0400 (0:00:00.341) 0:01:48.020 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:10:56 -0400 (0:00:00.016) 0:01:48.037 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.336) 0:01:48.373 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.331) 0:01:48.705 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-687.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-687.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.333) 0:01:49.039 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.016) 0:01:49.055 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.019) 0:01:49.075 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.000) 0:01:49.075 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.015) 0:01:49.091 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.037) 0:01:49.129 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:10:57 -0400 (0:00:00.016) 0:01:49.145 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.535) 0:01:49.680 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.020) 0:01:49.701 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.015) 0:01:49.717 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.029) 0:01:49.747 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.010) 0:01:49.757 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:10:58 -0400 (0:00:00.037) 0:01:49.794 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:10:59 -0400 (0:00:01.250) 0:01:51.045 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.342) 0:01:51.387 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.013) 0:01:51.401 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.011) 0:01:51.413 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.328) 0:01:51.741 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.023) 0:01:51.765 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:11:00 -0400 (0:00:00.340) 0:01:52.106 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.343) 0:01:52.449 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004384", "end": "2026-03-21 09:11:01.425029", "rc": 0, "start": "2026-03-21 09:11:01.420645" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.336) 0:01:52.786 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.016) 0:01:52.803 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:11:01 -0400 (0:00:00.334) 0:01:53.137 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.333) 0:01:53.471 ******** 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-5.14.0-687.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.630) 0:01:54.101 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.018) 0:01:54.119 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.016) 0:01:54.135 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:11:02 -0400 (0:00:00.010) 0:01:54.146 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.456) 0:01:54.603 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "26c96ed25d0d48dd906726bdc3fd2d43-5.14.0-687.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.020) 0:01:54.623 ******** included: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.021) 0:01:54.644 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.000) 0:01:54.645 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.015) 0:01:54.661 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.039) 0:01:54.700 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.016) 0:01:54.716 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.538) 0:01:55.255 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.016) 0:01:55.271 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 21 March 2026 09:11:03 -0400 (0:00:00.016) 0:01:55.287 ******** 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_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.030) 0:01:55.318 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.010) 0:01:55.329 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 21 March 2026 09:11:04 -0400 (0:00:00.032) 0:01:55.361 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 21 March 2026 09:11:05 -0400 (0:00:01.250) 0:01:56.611 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.342) 0:01:56.953 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.013) 0:01:56.967 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 21 March 2026 09:11:05 -0400 (0:00:00.012) 0:01:56.980 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 21 March 2026 09:11:06 -0400 (0:00:00.378) 0:01:57.358 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 21 March 2026 09:11:06 -0400 (0:00:00.023) 0:01:57.381 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098622.7249782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774098622.7239783, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673126, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774098622.7239783, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3958060803", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 21 March 2026 09:11:06 -0400 (0:00:00.342) 0:01:57.724 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774098571.675611, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "507ca0e0bcbac9838d740b85f8f8e68bd64ca912", "ctime": 1774098566.2646134, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774098566.265482, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "165305615", "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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 21 March 2026 09:11:06 -0400 (0:00:00.350) 0:01:58.074 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004595", "end": "2026-03-21 09:11:07.051036", "rc": 0, "start": "2026-03-21 09:11:07.046441" } 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.336) 0:01:58.411 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.015) 0:01:58.426 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.334) 0:01:58.760 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 21 March 2026 09:11:07 -0400 (0:00:00.335) 0:01:59.096 ******** 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-5.14.0-687.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.557) 0:01:59.653 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.018) 0:01:59.671 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.016) 0:01:59.687 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.011) 0:01:59.699 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.438) 0:02:00.138 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "dcb9df76291640b68fb25c6a2d1285ac-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "dcb9df76291640b68fb25c6a2d1285ac-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-dcb9df76291640b68fb25c6a2d1285ac.img", "kernel": "/boot/vmlinuz-0-rescue-dcb9df76291640b68fb25c6a2d1285ac", "root": "UUID=63c9c93d-438e-4c50-886b-6f947888611e", "title": "CentOS Stream (0-rescue-dcb9df76291640b68fb25c6a2d1285ac) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.020) 0:02:00.158 ******** 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-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 21 March 2026 09:11:08 -0400 (0:00:00.035) 0:02:00.193 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1" ], "delta": "0:00:00.045319", "end": "2026-03-21 09:11:09.207858", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-21 09:11:09.162539" } STDERR: The param /boot/vmlinuz-5.14.0-687.el9.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-5.14.0-687.el9.x86_64_clone2" ], "delta": "0:00:00.045647", "end": "2026-03-21 09:11:09.569364", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-21 09:11:09.523717" } STDERR: The param /boot/vmlinuz-5.14.0-687.el9.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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 21 March 2026 09:11:09 -0400 (0:00:00.736) 0:02:00.929 ******** 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.111277", "end": "2026-03-21 09:11:10.011781", "rc": 0, "start": "2026-03-21 09:11:09.900504" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,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=1G-2G:192M,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=1G-2G:192M,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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.444) 0:02:01.374 ******** included: /tmp/collections-eXq/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-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 21 March 2026 09:11:10 -0400 (0:00:00.013) 0:02:01.388 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 21 March 2026 09:11:33 -0400 (0:00:23.095) 0:02:24.483 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 21 March 2026 09:11:33 -0400 (0:00:00.012) 0:02:24.496 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=182 changed=14 unreachable=0 failed=0 skipped=125 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-03-21T13:10:57.723849+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-687.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "start_time": "2026-03-21T13:10:57.391999+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 21 March 2026 09:11:33 -0400 (0:00:00.014) 0:02:24.510 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.59s /tmp/collections-eXq/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 -- 23.41s /tmp/collections-eXq/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 -- 23.10s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.56s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.36s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.35s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.24s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.26s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.26s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.25s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.25s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.25s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 1.24s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.23s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 1.04s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 0.86s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.74s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.63s /tmp/collections-eXq/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114