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-Gks 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-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 16 May 2026 09:49:25 -0400 (0:00:00.017) 0:00:00.017 ********** [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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 16 May 2026 09:49:27 -0400 (0:00:02.286) 0:00:02.304 ********** included: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.023) 0:00:02.327 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.049) 0:00:02.377 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.009) 0:00:02.387 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.026) 0:00:02.413 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.001) 0:00:02.414 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.022) 0:00:02.437 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.124) 0:00:02.561 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:49:27 -0400 (0:00:00.029) 0:00:02.590 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:49:28 -0400 (0:00:00.553) 0:00:03.143 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:49:28 -0400 (0:00:00.412) 0:00:03.556 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:49:29 -0400 (0:00:00.437) 0:00:03.993 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:49:29 -0400 (0:00:00.019) 0:00:04.013 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:49:29 -0400 (0:00:00.028) 0:00:04.041 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:49:29 -0400 (0:00:00.010) 0:00:04.052 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:49:29 -0400 (0:00:00.025) 0:00:04.077 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:49:42 -0400 (0:00:13.281) 0:00:17.359 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778570543.5682714, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1778570543.567, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12797918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570543.5682716, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2357677928", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.361) 0:00:17.721 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.012) 0:00:17.734 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.010) 0:00:17.744 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.317) 0:00:18.061 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.021) 0:00:18.083 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939382.8204768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1778570543.567, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12797918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570543.5682716, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2357677928", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.332) 0:00:18.416 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778569379.235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "fed9531bf359ffa34fa5e3a720a889eb14263116", "ctime": 1778569379.236, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5003553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778569379.236, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1487235702", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.337) 0:00:18.754 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004181", "end": "2026-05-16 09:49:44.307438", "rc": 0, "start": "2026-05-16 09:49:44.303257" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.417) 0:00:19.171 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.015) 0:00:19.187 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.405) 0:00:19.593 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.324) 0:00:19.917 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.405) 0:00:20.322 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.016) 0:00:20.339 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.015) 0:00:20.354 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.010) 0:00:20.364 ********** 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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.514) 0:00:20.879 ********** 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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.016) 0:00:20.895 ********** ok: [managed-node1] => { "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.321) 0:00:21.216 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.002) 0:00:21.219 ********** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.000) 0:00:21.219 ********** 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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.020) 0:00:21.240 ********** included: /tmp/collections-Gks/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-701.el9.x86_64] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.018) 0:00:21.259 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-701.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "2edfab35ab954f33d485baf8558e150f0f78e7fe", "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64" }, "md5sum": "253e472f6ec92ae0f76d3f5b7b8b18e3", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-701.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "173c53f769e33688c9d13b09197ab61f4fb34ec4", "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img" }, "md5sum": "148211cd65b3e8fdf0cbfd636bb6c3d7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39462810, "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:49:47 -0400 (0:00:01.070) 0:00:22.330 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.014) 0:00:22.344 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.000) 0:00:22.345 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.014) 0:00:22.359 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.038) 0:00:22.398 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.016) 0:00:22.415 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.545) 0:00:22.960 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.322) 0:00:23.282 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.016) 0:00:23.299 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.015) 0:00:23.315 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.027) 0:00:23.342 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.010) 0:00:23.353 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.043) 0:00:23.396 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:49:49 -0400 (0:00:01.295) 0:00:24.692 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939382.8204768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1778570543.567, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12797918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570543.5682716, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2357677928", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.349) 0:00:25.042 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.018) 0:00:25.061 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.016) 0:00:25.078 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.340) 0:00:25.418 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.034) 0:00:25.453 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939382.8204768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1778570543.567, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12797918, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570543.5682716, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2357677928", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.360) 0:00:25.813 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939385.0518925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:49:51 -0400 (0:00:00.341) 0:00:26.155 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004716", "end": "2026-05-16 09:49:51.631949", "rc": 0, "start": "2026-05-16 09:49:51.627233" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:49:51 -0400 (0:00:00.340) 0:00:26.496 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:49:51 -0400 (0:00:00.015) 0:00:26.511 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.333) 0:00:26.845 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.325) 0:00:27.170 ********** 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-701.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-701.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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.555) 0:00:27.726 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.018) 0:00:27.745 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.015) 0:00:27.760 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.010) 0:00:27.771 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.010) 0:00:27.781 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:49:52 -0400 (0:00:00.010) 0:00:27.792 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:49:53 -0400 (0:00:00.332) 0:00:28.125 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:49:53 -0400 (0:00:00.001) 0:00:28.126 ********** 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.133088", "end": "2026-05-16 09:49:53.747981", "rc": 0, "start": "2026-05-16 09:49:53.614893" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:49:53 -0400 (0:00:00.490) 0:00:28.617 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:49:53 -0400 (0:00:00.023) 0:00:28.640 ********** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:50:17 -0400 (0:00:23.635) 0:00:52.276 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.011) 0:00:52.287 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.021) 0:00:52.309 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.021) 0:00:52.330 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.028) 0:00:52.358 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.001) 0:00:52.360 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.017) 0:00:52.378 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.042) 0:00:52.420 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:17 -0400 (0:00:00.023) 0:00:52.443 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.618) 0:00:53.061 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.328) 0:00:53.390 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.015) 0:00:53.406 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.014) 0:00:53.421 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.028) 0:00:53.449 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.013) 0:00:53.462 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:18 -0400 (0:00:00.028) 0:00:53.491 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:21 -0400 (0:00:02.360) 0:00:55.852 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:21 -0400 (0:00:00.383) 0:00:56.236 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:21 -0400 (0:00:00.013) 0:00:56.249 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:21 -0400 (0:00:00.016) 0:00:56.265 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:21 -0400 (0:00:00.335) 0:00:56.601 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:21 -0400 (0:00:00.025) 0:00:56.627 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.343) 0:00:56.971 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.363) 0:00:57.334 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004395", "end": "2026-05-16 09:50:22.648986", "rc": 0, "start": "2026-05-16 09:50:22.644591" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.343) 0:00:57.678 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.016) 0:00:57.694 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.339) 0:00:58.034 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.346) 0:00:58.381 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.341) 0:00:58.722 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.018) 0:00:58.741 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.017) 0:00:58.759 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.013) 0:00:58.772 ********** 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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:24 -0400 (0:00:00.477) 0:00:59.250 ********** 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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:24 -0400 (0:00:00.017) 0:00:59.267 ********** ok: [managed-node1] => { "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 16 May 2026 09:50:24 -0400 (0:00:00.337) 0:00:59.604 ********** included: /tmp/collections-Gks/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-701.el9.x86_64] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:50:24 -0400 (0:00:00.025) 0:00:59.630 ********** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-701.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "2edfab35ab954f33d485baf8558e150f0f78e7fe", "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64" }, "md5sum": "253e472f6ec92ae0f76d3f5b7b8b18e3", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-701.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "173c53f769e33688c9d13b09197ab61f4fb34ec4", "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img" }, "md5sum": "148211cd65b3e8fdf0cbfd636bb6c3d7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39462810, "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:50:26 -0400 (0:00:01.298) 0:01:00.928 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.014) 0:01:00.943 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.000) 0:01:00.944 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.015) 0:01:00.959 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.039) 0:01:00.999 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.018) 0:01:01.017 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.566) 0:01:01.583 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.340) 0:01:01.924 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.016) 0:01:01.940 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.019) 0:01:01.960 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.036) 0:01:01.996 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.012) 0:01:02.009 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.049) 0:01:02.058 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:28 -0400 (0:00:01.295) 0:01:03.354 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.367) 0:01:03.721 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.013) 0:01:03.734 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.011) 0:01:03.746 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.324) 0:01:04.071 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.022) 0:01:04.094 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.345) 0:01:04.439 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.350) 0:01:04.789 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004292", "end": "2026-05-16 09:50:30.259284", "rc": 0, "start": "2026-05-16 09:50:30.254992" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:30 -0400 (0:00:00.335) 0:01:05.124 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:30 -0400 (0:00:00.020) 0:01:05.145 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:30 -0400 (0:00:00.337) 0:01:05.483 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:30 -0400 (0:00:00.333) 0:01:05.817 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.619) 0:01:06.437 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.017) 0:01:06.455 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.015) 0:01:06.470 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.011) 0:01:06.482 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.011) 0:01:06.494 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.011) 0:01:06.505 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.338) 0:01:06.844 ********** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.000) 0:01:06.845 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.014) 0:01:06.859 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.018) 0:01:06.877 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.001) 0:01:06.879 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.015) 0:01:06.894 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.052) 0:01:06.947 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.022) 0:01:06.970 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.567) 0:01:07.537 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.345) 0:01:07.882 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.019) 0:01:07.901 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.017) 0:01:07.919 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.037) 0:01:07.956 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.017) 0:01:07.973 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:33 -0400 (0:00:00.034) 0:01:08.008 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:34 -0400 (0:00:01.276) 0:01:09.284 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.356) 0:01:09.640 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.014) 0:01:09.655 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.012) 0:01:09.668 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.332) 0:01:10.000 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.022) 0:01:10.023 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.345) 0:01:10.369 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.365) 0:01:10.734 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004581", "end": "2026-05-16 09:50:36.202807", "rc": 0, "start": "2026-05-16 09:50:36.198226" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.334) 0:01:11.069 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.015) 0:01:11.084 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.345) 0:01:11.430 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.349) 0:01:11.779 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.346) 0:01:12.126 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.018) 0:01:12.145 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.020) 0:01:12.165 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.016) 0:01:12.182 ********** 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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.494) 0:01:12.677 ********** 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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.020) 0:01:12.697 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.330) 0:01:13.027 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.028) 0:01:13.055 ********** included: /tmp/collections-Gks/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-701.el9.x86_64] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.020) 0:01:13.076 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-701.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-701.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "2edfab35ab954f33d485baf8558e150f0f78e7fe", "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64" }, "md5sum": "253e472f6ec92ae0f76d3f5b7b8b18e3", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-701.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "173c53f769e33688c9d13b09197ab61f4fb34ec4", "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img" }, "md5sum": "148211cd65b3e8fdf0cbfd636bb6c3d7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39462810, "src": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.854) 0:01:13.930 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.021) 0:01:13.952 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.000) 0:01:13.952 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.015) 0:01:13.968 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.050) 0:01:14.018 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.018) 0:01:14.036 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:39 -0400 (0:00:00.560) 0:01:14.597 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.338) 0:01:14.935 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.018) 0:01:14.954 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.020) 0:01:14.974 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.035) 0:01:15.010 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.017) 0:01:15.027 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.047) 0:01:15.075 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:41 -0400 (0:00:01.277) 0:01:16.352 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.348) 0:01:16.700 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.015) 0:01:16.716 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.013) 0:01:16.730 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.334) 0:01:17.065 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.022) 0:01:17.087 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939393.7464895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939393.7454896, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587149, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939393.7454896, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3797567978", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.345) 0:01:17.433 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.353) 0:01:17.787 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004767", "end": "2026-05-16 09:50:43.259705", "rc": 0, "start": "2026-05-16 09:50:43.254938" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.340) 0:01:18.127 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.015) 0:01:18.143 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.335) 0:01:18.478 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.334) 0:01:18.813 ********** 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-701.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-701.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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.611) 0:01:19.425 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.016) 0:01:19.442 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.015) 0:01:19.457 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.010) 0:01:19.468 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.011) 0:01:19.479 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.010) 0:01:19.490 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.327) 0:01:19.817 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.001) 0:01:19.819 ********** 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.160963", "end": "2026-05-16 09:50:45.443259", "rc": 0, "start": "2026-05-16 09:50:45.282296" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.491) 0:01:20.311 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.013) 0:01:20.324 ********** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:51:09 -0400 (0:00:24.009) 0:01:44.334 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.011) 0:01:44.346 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.014) 0:01:44.360 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.014) 0:01:44.374 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.014) 0:01:44.389 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.000) 0:01:44.390 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.013) 0:01:44.403 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.039) 0:01:44.442 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:09 -0400 (0:00:00.016) 0:01:44.459 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.591) 0:01:45.050 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.334) 0:01:45.385 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.016) 0:01:45.402 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.015) 0:01:45.417 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.027) 0:01:45.444 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.010) 0:01:45.455 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:10 -0400 (0:00:00.025) 0:01:45.480 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:13 -0400 (0:00:02.356) 0:01:47.837 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:13 -0400 (0:00:00.373) 0:01:48.210 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:13 -0400 (0:00:00.015) 0:01:48.226 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:13 -0400 (0:00:00.010) 0:01:48.237 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:13 -0400 (0:00:00.322) 0:01:48.560 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:13 -0400 (0:00:00.022) 0:01:48.582 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:14 -0400 (0:00:00.340) 0:01:48.922 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:14 -0400 (0:00:00.342) 0:01:49.265 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005225", "end": "2026-05-16 09:51:14.258117", "rc": 0, "start": "2026-05-16 09:51:14.252892" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:14 -0400 (0:00:00.333) 0:01:49.599 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:14 -0400 (0:00:00.015) 0:01:49.615 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.336) 0:01:49.951 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.332) 0:01:50.284 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.332) 0:01:50.616 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.017) 0:01:50.634 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.018) 0:01:50.652 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:15 -0400 (0:00:00.011) 0:01:50.664 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-701.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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.504) 0:01:51.168 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-701.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": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.023) 0:01:51.192 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.338) 0:01:51.531 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.030) 0:01:51.562 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.021) 0:01:51.583 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.000) 0:01:51.584 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.014) 0:01:51.598 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.044) 0:01:51.643 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:16 -0400 (0:00:00.021) 0:01:51.664 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.546) 0:01:52.210 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.324) 0:01:52.535 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.016) 0:01:52.551 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.016) 0:01:52.568 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.027) 0:01:52.595 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.011) 0:01:52.607 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:17 -0400 (0:00:00.032) 0:01:52.640 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:19 -0400 (0:00:01.267) 0:01:53.907 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:19 -0400 (0:00:00.339) 0:01:54.247 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:19 -0400 (0:00:00.013) 0:01:54.260 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:19 -0400 (0:00:00.015) 0:01:54.276 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:19 -0400 (0:00:00.321) 0:01:54.597 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:19 -0400 (0:00:00.023) 0:01:54.620 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:20 -0400 (0:00:00.348) 0:01:54.969 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:20 -0400 (0:00:00.348) 0:01:55.317 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004071", "end": "2026-05-16 09:51:20.782541", "rc": 0, "start": "2026-05-16 09:51:20.778470" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:20 -0400 (0:00:00.330) 0:01:55.648 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:20 -0400 (0:00:00.015) 0:01:55.664 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.329) 0:01:55.993 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.329) 0:01:56.322 ********** 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-701.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-701.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.328) 0:01:56.651 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.015) 0:01:56.667 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.022) 0:01:56.690 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.000) 0:01:56.691 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.014) 0:01:56.705 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.039) 0:01:56.745 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:21 -0400 (0:00:00.017) 0:01:56.763 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.541) 0:01:57.304 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.322) 0:01:57.627 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.015) 0:01:57.642 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.015) 0:01:57.658 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.028) 0:01:57.686 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.010) 0:01:57.697 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:22 -0400 (0:00:00.033) 0:01:57.730 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:24 -0400 (0:00:01.254) 0:01:58.984 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.339) 0:01:59.324 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.012) 0:01:59.337 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.010) 0:01:59.348 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.321) 0:01:59.670 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.022) 0:01:59.692 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:25 -0400 (0:00:00.341) 0:02:00.034 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:25 -0400 (0:00:00.342) 0:02:00.376 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004802", "end": "2026-05-16 09:51:25.847673", "rc": 0, "start": "2026-05-16 09:51:25.842871" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:25 -0400 (0:00:00.339) 0:02:00.715 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:25 -0400 (0:00:00.016) 0:02:00.732 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:26 -0400 (0:00:00.333) 0:02:01.065 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:26 -0400 (0:00:00.330) 0:02:01.396 ********** 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-701.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.630) 0:02:02.026 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.017) 0:02:02.044 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.014) 0:02:02.059 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.010) 0:02:02.069 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.465) 0:02:02.535 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "916b4ee3655b45428416eb2aced201f8-5.14.0-701.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.016) 0:02:02.552 ********** ok: [managed-node1] => { "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.322) 0:02:02.875 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.020) 0:02:02.896 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.000) 0:02:02.896 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.015) 0:02:02.912 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.058) 0:02:02.970 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.016) 0:02:02.987 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.542) 0:02:03.529 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.323) 0:02:03.853 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.016) 0:02:03.869 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.016) 0:02:03.886 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.027) 0:02:03.913 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.011) 0:02:03.925 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.030) 0:02:03.955 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:30 -0400 (0:00:01.264) 0:02:05.220 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.339) 0:02:05.559 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.013) 0:02:05.573 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.011) 0:02:05.584 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.324) 0:02:05.909 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.022) 0:02:05.932 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939445.442393, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778939445.4413931, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4587151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939445.4413931, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "192137313", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.336) 0:02:06.268 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939391.2774866, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "35d278e4af15e94a76e461143686a4f72b528f99", "ctime": 1778939385.0504794, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 226492611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939385.0518935, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3143074512", "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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.344) 0:02:06.613 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004366", "end": "2026-05-16 09:51:32.082134", "rc": 0, "start": "2026-05-16 09:51:32.077768" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:32 -0400 (0:00:00.336) 0:02:06.950 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:32 -0400 (0:00:00.016) 0:02:06.966 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:32 -0400 (0:00:00.331) 0:02:07.298 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:32 -0400 (0:00:00.332) 0:02:07.631 ********** 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-701.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.569) 0:02:08.200 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.018) 0:02:08.218 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.017) 0:02:08.236 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.014) 0:02:08.251 ********** 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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.433) 0:02:08.684 ********** 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": "1e277456bb5e41f48ecdff958cb2f32c-5.14.0-701.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-701.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-701.el9.x86_64", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (5.14.0-701.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": "1e277456bb5e41f48ecdff958cb2f32c-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-1e277456bb5e41f48ecdff958cb2f32c.img", "kernel": "/boot/vmlinuz-0-rescue-1e277456bb5e41f48ecdff958cb2f32c", "root": "UUID=b59b8348-592a-4cfd-84b7-00b34f4a6217", "title": "CentOS Stream (0-rescue-1e277456bb5e41f48ecdff958cb2f32c) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.017) 0:02:08.702 ********** ok: [managed-node1] => { "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.329) 0:02:09.031 ********** 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-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.034) 0:02:09.066 ********** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-701.el9.x86_64_clone1" ], "delta": "0:00:00.045866", "end": "2026-05-16 09:51:34.574949", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-05-16 09:51:34.529083" } STDERR: The param /boot/vmlinuz-5.14.0-701.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-701.el9.x86_64_clone2" ], "delta": "0:00:00.047683", "end": "2026-05-16 09:51:34.937322", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-05-16 09:51:34.889639" } STDERR: The param /boot/vmlinuz-5.14.0-701.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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.743) 0:02:09.809 ********** 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.108489", "end": "2026-05-16 09:51:35.379934", "rc": 0, "start": "2026-05-16 09:51:35.271445" } 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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.439) 0:02:10.248 ********** included: /tmp/collections-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.017) 0:02:10.266 ********** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:51:59 -0400 (0:00:24.260) 0:02:34.526 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:51:59 -0400 (0:00:00.012) 0:02:34.539 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=201 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-05-16T13:51:21.830133+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-701.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-701.el9.x86_64_clone2", "start_time": "2026-05-16T13:51:21.503353+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 16 May 2026 09:51:59 -0400 (0:00:00.015) 0:02:34.555 ********** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.26s /tmp/collections-Gks/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 -- 24.01s /tmp/collections-Gks/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.64s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 13.28s /tmp/collections-Gks/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-Gks/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-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.29s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-701.el9.x86_64 --- 1.30s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.30s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.30s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.27s /tmp/collections-Gks/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-Gks/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-Gks/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-701.el9.x86_64 --- 1.07s /tmp/collections-Gks/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-701.el9.x86_64 --- 0.85s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.74s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.63s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.62s /tmp/collections-Gks/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114