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-X7I 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-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 25 April 2026 09:22:58 -0400 (0:00:00.018) 0:00:00.018 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 25 April 2026 09:23:01 -0400 (0:00:02.245) 0:00:02.263 ******** included: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.013) 0:00:02.276 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.031) 0:00:02.308 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.005) 0:00:02.313 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.015) 0:00:02.329 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.000) 0:00:02.329 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.014) 0:00:02.344 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.076) 0:00:02.420 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.018) 0:00:02.439 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:23:01 -0400 (0:00:00.556) 0:00:02.996 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.435) 0:00:03.432 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.469) 0:00:03.901 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.020) 0:00:03.922 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.028) 0:00:03.951 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.011) 0:00:03.962 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:23:02 -0400 (0:00:00.025) 0:00:03.987 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:23:15 -0400 (0:00:12.683) 0:00:16.671 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1776756475.3884857, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1776756475.388, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12742459, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1776756475.388486, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3691606061", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:23:15 -0400 (0:00:00.361) 0:00:17.032 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:23:15 -0400 (0:00:00.012) 0:00:17.045 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:23:15 -0400 (0:00:00.011) 0:00:17.056 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:23:16 -0400 (0:00:00.326) 0:00:17.383 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:23:16 -0400 (0:00:00.023) 0:00:17.407 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123395.8707185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1776756475.388, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12742459, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1776756475.388486, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3691606061", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:23:16 -0400 (0:00:00.350) 0:00:17.758 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1776755614.176, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "cf585958384b36229e94a48609b9e1741e382b85", "ctime": 1776755614.176, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 769, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1776755614.176, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "3347625435", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:23:17 -0400 (0:00:00.350) 0:00:18.108 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005137", "end": "2026-04-25 09:23:17.413824", "rc": 0, "start": "2026-04-25 09:23:17.408687" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:23:17 -0400 (0:00:00.437) 0:00:18.546 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:23:17 -0400 (0:00:00.016) 0:00:18.562 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:23:17 -0400 (0:00:00.424) 0:00:18.986 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:23:18 -0400 (0:00:00.344) 0:00:19.331 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:23:18 -0400 (0:00:00.424) 0:00:19.755 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:23:18 -0400 (0:00:00.017) 0:00:19.773 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:23:18 -0400 (0:00:00.016) 0:00:19.789 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:23:18 -0400 (0:00:00.010) 0:00:19.800 ******** 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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.537) 0:00:20.337 ******** 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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.016) 0:00:20.354 ******** ok: [managed-node1] => { "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.335) 0:00:20.689 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.002) 0:00:20.692 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.000) 0:00:20.693 ******** 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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.020) 0:00:20.714 ******** included: /tmp/collections-X7I/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-691.el9.x86_64] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 25 April 2026 09:23:19 -0400 (0:00:00.019) 0:00:20.733 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-691.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7fcf0bdfc31ed308bbe1223850b0576fb8e5c77b", "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64" }, "md5sum": "9042ef04932b200bf2e1f0de01a36730", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15181864, "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-691.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "687d2120bd49140701e2f390f9e99acdbf0e3525", "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img" }, "md5sum": "a27225dcfcd5f0407d9414f97722c0f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415264, "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 25 April 2026 09:23:20 -0400 (0:00:01.062) 0:00:21.795 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:23:20 -0400 (0:00:00.014) 0:00:21.810 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:23:20 -0400 (0:00:00.000) 0:00:21.811 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:23:20 -0400 (0:00:00.014) 0:00:21.825 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:23:20 -0400 (0:00:00.040) 0:00:21.866 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:23:20 -0400 (0:00:00.017) 0:00:21.884 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.554) 0:00:22.438 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.326) 0:00:22.765 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.016) 0:00:22.782 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.015) 0:00:22.797 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.029) 0:00:22.827 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.011) 0:00:22.839 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:23:21 -0400 (0:00:00.043) 0:00:22.882 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:23:23 -0400 (0:00:01.250) 0:00:24.133 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123395.8707185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1776756475.388, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12742459, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1776756475.388486, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3691606061", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:23:23 -0400 (0:00:00.341) 0:00:24.474 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:23:23 -0400 (0:00:00.012) 0:00:24.487 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:23:23 -0400 (0:00:00.010) 0:00:24.497 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:23:23 -0400 (0:00:00.322) 0:00:24.820 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:23:23 -0400 (0:00:00.023) 0:00:24.844 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123395.8707185, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1776756475.388, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12742459, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1776756475.388486, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3691606061", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:23:24 -0400 (0:00:00.348) 0:00:25.192 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123398.198903, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:23:24 -0400 (0:00:00.348) 0:00:25.541 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004879", "end": "2026-04-25 09:23:24.756340", "rc": 0, "start": "2026-04-25 09:23:24.751461" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:23:24 -0400 (0:00:00.349) 0:00:25.890 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:23:24 -0400 (0:00:00.031) 0:00:25.922 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:23:25 -0400 (0:00:00.378) 0:00:26.301 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:23:25 -0400 (0:00:00.358) 0:00:26.659 ******** 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-691.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-691.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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.582) 0:00:27.241 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.020) 0:00:27.262 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.021) 0:00:27.283 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.011) 0:00:27.295 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.013) 0:00:27.309 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.011) 0:00:27.321 ******** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.336) 0:00:27.658 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 25 April 2026 09:23:26 -0400 (0:00:00.001) 0:00:27.659 ******** 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.132087", "end": "2026-04-25 09:23:26.993934", "rc": 0, "start": "2026-04-25 09:23:26.861847" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 25 April 2026 09:23:27 -0400 (0:00:00.477) 0:00:28.137 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 25 April 2026 09:23:27 -0400 (0:00:00.024) 0:00:28.161 ******** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 25 April 2026 09:23:51 -0400 (0:00:24.242) 0:00:52.403 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.016) 0:00:52.419 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.014) 0:00:52.434 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.019) 0:00:52.454 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.025) 0:00:52.479 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.003) 0:00:52.483 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.020) 0:00:52.503 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.039) 0:00:52.543 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:23:51 -0400 (0:00:00.018) 0:00:52.561 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.618) 0:00:53.179 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.353) 0:00:53.533 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.019) 0:00:53.552 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.017) 0:00:53.570 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.036) 0:00:53.606 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.015) 0:00:53.622 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:23:52 -0400 (0:00:00.034) 0:00:53.656 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:23:54 -0400 (0:00:02.332) 0:00:55.989 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:23:55 -0400 (0:00:00.372) 0:00:56.361 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:23:55 -0400 (0:00:00.012) 0:00:56.374 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:23:55 -0400 (0:00:00.013) 0:00:56.388 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:23:55 -0400 (0:00:00.337) 0:00:56.725 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:23:55 -0400 (0:00:00.023) 0:00:56.748 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:23:56 -0400 (0:00:00.356) 0:00:57.105 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:23:56 -0400 (0:00:00.355) 0:00:57.461 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005536", "end": "2026-04-25 09:23:56.664324", "rc": 0, "start": "2026-04-25 09:23:56.658788" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:23:56 -0400 (0:00:00.357) 0:00:57.818 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:23:56 -0400 (0:00:00.014) 0:00:57.833 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.338) 0:00:58.171 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.344) 0:00:58.516 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.349) 0:00:58.865 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.017) 0:00:58.882 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.015) 0:00:58.898 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:23:57 -0400 (0:00:00.011) 0:00:58.910 ******** 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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:23:58 -0400 (0:00:00.493) 0:00:59.404 ******** 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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:23:58 -0400 (0:00:00.021) 0:00:59.425 ******** ok: [managed-node1] => { "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 25 April 2026 09:23:58 -0400 (0:00:00.348) 0:00:59.774 ******** included: /tmp/collections-X7I/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-691.el9.x86_64] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 25 April 2026 09:23:58 -0400 (0:00:00.034) 0:00:59.808 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-691.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "7fcf0bdfc31ed308bbe1223850b0576fb8e5c77b", "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64" }, "md5sum": "9042ef04932b200bf2e1f0de01a36730", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15181864, "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-691.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "687d2120bd49140701e2f390f9e99acdbf0e3525", "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img" }, "md5sum": "a27225dcfcd5f0407d9414f97722c0f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415264, "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 25 April 2026 09:23:59 -0400 (0:00:01.262) 0:01:01.071 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.030) 0:01:01.101 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.001) 0:01:01.103 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.029) 0:01:01.132 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.069) 0:01:01.202 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.018) 0:01:01.221 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:24:00 -0400 (0:00:00.582) 0:01:01.803 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.336) 0:01:02.140 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.017) 0:01:02.157 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.015) 0:01:02.173 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.032) 0:01:02.206 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.013) 0:01:02.220 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:24:01 -0400 (0:00:00.054) 0:01:02.275 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:24:02 -0400 (0:00:01.320) 0:01:03.595 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:24:02 -0400 (0:00:00.389) 0:01:03.984 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:24:02 -0400 (0:00:00.019) 0:01:04.003 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:24:02 -0400 (0:00:00.019) 0:01:04.023 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:24:03 -0400 (0:00:00.370) 0:01:04.394 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:24:03 -0400 (0:00:00.023) 0:01:04.418 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:24:03 -0400 (0:00:00.382) 0:01:04.800 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:24:04 -0400 (0:00:00.362) 0:01:05.163 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004651", "end": "2026-04-25 09:24:04.380575", "rc": 0, "start": "2026-04-25 09:24:04.375924" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:24:04 -0400 (0:00:00.351) 0:01:05.514 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:24:04 -0400 (0:00:00.017) 0:01:05.532 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:24:04 -0400 (0:00:00.360) 0:01:05.893 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.345) 0:01:06.239 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.616) 0:01:06.855 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.025) 0:01:06.881 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.019) 0:01:06.901 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.013) 0:01:06.914 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.014) 0:01:06.929 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:24:05 -0400 (0:00:00.011) 0:01:06.940 ******** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.360) 0:01:07.300 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.001) 0:01:07.301 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.023) 0:01:07.324 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.031) 0:01:07.356 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.001) 0:01:07.357 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.018) 0:01:07.376 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.046) 0:01:07.422 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.033) 0:01:07.456 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:24:06 -0400 (0:00:00.560) 0:01:08.016 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.350) 0:01:08.366 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.018) 0:01:08.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 platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.016) 0:01:08.401 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.029) 0:01:08.431 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.012) 0:01:08.443 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:24:07 -0400 (0:00:00.027) 0:01:08.470 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:24:08 -0400 (0:00:01.261) 0:01:09.732 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.361) 0:01:10.094 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.016) 0:01:10.110 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.013) 0:01:10.123 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.341) 0:01:10.465 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.023) 0:01:10.488 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:24:09 -0400 (0:00:00.367) 0:01:10.855 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:24:10 -0400 (0:00:00.365) 0:01:11.221 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005272", "end": "2026-04-25 09:24:10.442144", "rc": 0, "start": "2026-04-25 09:24:10.436872" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:24:10 -0400 (0:00:00.352) 0:01:11.574 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:24:10 -0400 (0:00:00.020) 0:01:11.594 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:24:10 -0400 (0:00:00.386) 0:01:11.981 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:24:11 -0400 (0:00:00.340) 0:01:12.321 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:24:11 -0400 (0:00:00.336) 0:01:12.658 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:24:11 -0400 (0:00:00.017) 0:01:12.675 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:24:11 -0400 (0:00:00.016) 0:01:12.691 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:24:11 -0400 (0:00:00.011) 0:01:12.702 ******** 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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:24:12 -0400 (0:00:00.478) 0:01:13.181 ******** 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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:24:12 -0400 (0:00:00.018) 0:01:13.199 ******** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 25 April 2026 09:24:12 -0400 (0:00:00.354) 0:01:13.554 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 25 April 2026 09:24:12 -0400 (0:00:00.026) 0:01:13.580 ******** included: /tmp/collections-X7I/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-691.el9.x86_64] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 25 April 2026 09:24:12 -0400 (0:00:00.021) 0:01:13.602 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-691.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-691.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7fcf0bdfc31ed308bbe1223850b0576fb8e5c77b", "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64" }, "md5sum": "9042ef04932b200bf2e1f0de01a36730", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15181864, "src": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-691.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "687d2120bd49140701e2f390f9e99acdbf0e3525", "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img" }, "md5sum": "a27225dcfcd5f0407d9414f97722c0f6", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415264, "src": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.879) 0:01:14.481 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.017) 0:01:14.499 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.001) 0:01:14.500 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.021) 0:01:14.521 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.046) 0:01:14.568 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:24:13 -0400 (0:00:00.018) 0:01:14.586 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.568) 0:01:15.155 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.337) 0:01:15.492 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.016) 0:01:15.509 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.022) 0:01:15.531 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.035) 0:01:15.567 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.015) 0:01:15.582 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:24:14 -0400 (0:00:00.048) 0:01:15.631 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:24:15 -0400 (0:00:01.261) 0:01:16.892 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.360) 0:01:17.253 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.013) 0:01:17.267 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.013) 0:01:17.280 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.347) 0:01:17.627 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.023) 0:01:17.651 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123406.9927557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123406.9917557, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653050, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123406.9917557, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "4226983610", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:24:16 -0400 (0:00:00.349) 0:01:18.000 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:24:17 -0400 (0:00:00.356) 0:01:18.356 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004778", "end": "2026-04-25 09:24:17.568533", "rc": 0, "start": "2026-04-25 09:24:17.563755" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:24:17 -0400 (0:00:00.344) 0:01:18.701 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:24:17 -0400 (0:00:00.016) 0:01:18.717 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:24:17 -0400 (0:00:00.345) 0:01:19.062 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.343) 0:01:19.406 ******** 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-691.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-691.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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.622) 0:01:20.029 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.017) 0:01:20.046 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.016) 0:01:20.063 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.011) 0:01:20.074 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:24:18 -0400 (0:00:00.011) 0:01:20.086 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:24:19 -0400 (0:00:00.012) 0:01:20.098 ******** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 25 April 2026 09:24:19 -0400 (0:00:00.337) 0:01:20.435 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 25 April 2026 09:24:19 -0400 (0:00:00.001) 0:01:20.436 ******** 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.161982", "end": "2026-04-25 09:24:19.800717", "rc": 0, "start": "2026-04-25 09:24:19.638735" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 25 April 2026 09:24:19 -0400 (0:00:00.498) 0:01:20.935 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 25 April 2026 09:24:19 -0400 (0:00:00.013) 0:01:20.948 ******** changed: [managed-node1] => { "changed": true, "elapsed": 26, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 25 April 2026 09:24:47 -0400 (0:00:27.575) 0:01:48.524 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.018) 0:01:48.543 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.025) 0:01:48.569 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.028) 0:01:48.597 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.031) 0:01:48.629 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.001) 0:01:48.630 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.022) 0:01:48.653 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.055) 0:01:48.709 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:24:47 -0400 (0:00:00.021) 0:01:48.730 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.606) 0:01:49.336 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.347) 0:01:49.684 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.017) 0:01:49.702 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.020) 0:01:49.723 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.035) 0:01:49.759 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.014) 0:01:49.774 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:24:48 -0400 (0:00:00.037) 0:01:49.811 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:24:51 -0400 (0:00:02.330) 0:01:52.141 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:24:51 -0400 (0:00:00.372) 0:01:52.514 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:24:51 -0400 (0:00:00.013) 0:01:52.527 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:24:51 -0400 (0:00:00.011) 0:01:52.539 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:24:51 -0400 (0:00:00.331) 0:01:52.871 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:24:51 -0400 (0:00:00.024) 0:01:52.895 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:24:52 -0400 (0:00:00.361) 0:01:53.257 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:24:52 -0400 (0:00:00.355) 0:01:53.613 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004574", "end": "2026-04-25 09:24:52.827331", "rc": 0, "start": "2026-04-25 09:24:52.822757" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:24:52 -0400 (0:00:00.346) 0:01:53.960 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:24:52 -0400 (0:00:00.017) 0:01:53.977 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.345) 0:01:54.322 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.336) 0:01:54.659 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.336) 0:01:54.996 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.022) 0:01:55.018 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.017) 0:01:55.036 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:24:53 -0400 (0:00:00.011) 0:01:55.048 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-691.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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.511) 0:01:55.559 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-691.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": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.018) 0:01:55.578 ******** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.347) 0:01:55.926 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.026) 0:01:55.952 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.014) 0:01:55.966 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.000) 0:01:55.967 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.016) 0:01:55.983 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.041) 0:01:56.024 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:24:54 -0400 (0:00:00.019) 0:01:56.043 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.552) 0:01:56.596 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.332) 0:01:56.928 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.017) 0:01:56.945 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.020) 0:01:56.966 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.032) 0:01:56.998 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.015) 0:01:57.014 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:24:55 -0400 (0:00:00.039) 0:01:57.053 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:24:57 -0400 (0:00:01.246) 0:01:58.299 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:24:57 -0400 (0:00:00.348) 0:01:58.647 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:24:57 -0400 (0:00:00.013) 0:01:58.661 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:24:57 -0400 (0:00:00.012) 0:01:58.673 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:24:57 -0400 (0:00:00.333) 0:01:59.007 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:24:57 -0400 (0:00:00.023) 0:01:59.031 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:24:58 -0400 (0:00:00.351) 0:01:59.382 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:24:58 -0400 (0:00:00.352) 0:01:59.735 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004498", "end": "2026-04-25 09:24:58.945146", "rc": 0, "start": "2026-04-25 09:24:58.940648" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:24:58 -0400 (0:00:00.342) 0:02:00.078 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:24:59 -0400 (0:00:00.016) 0:02:00.095 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:24:59 -0400 (0:00:00.344) 0:02:00.440 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:24:59 -0400 (0:00:00.344) 0:02:00.784 ******** 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-691.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-691.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.340) 0:02:01.125 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.016) 0:02:01.141 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.025) 0:02:01.167 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.000) 0:02:01.168 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.018) 0:02:01.186 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.041) 0:02:01.228 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.018) 0:02:01.247 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:25:00 -0400 (0:00:00.550) 0:02:01.797 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.338) 0:02:02.136 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.018) 0:02:02.155 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.021) 0:02:02.176 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.031) 0:02:02.208 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.012) 0:02:02.220 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:25:01 -0400 (0:00:00.036) 0:02:02.257 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:25:02 -0400 (0:00:01.285) 0:02:03.542 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:25:02 -0400 (0:00:00.362) 0:02:03.905 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:25:02 -0400 (0:00:00.013) 0:02:03.918 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:25:02 -0400 (0:00:00.012) 0:02:03.931 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:25:03 -0400 (0:00:00.339) 0:02:04.270 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:25:03 -0400 (0:00:00.024) 0:02:04.295 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:25:03 -0400 (0:00:00.364) 0:02:04.659 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:25:03 -0400 (0:00:00.377) 0:02:05.036 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005158", "end": "2026-04-25 09:25:04.257978", "rc": 0, "start": "2026-04-25 09:25:04.252820" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:25:04 -0400 (0:00:00.356) 0:02:05.393 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:25:04 -0400 (0:00:00.016) 0:02:05.409 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:25:04 -0400 (0:00:00.358) 0:02:05.768 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:25:05 -0400 (0:00:00.353) 0:02:06.121 ******** 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-691.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:25:05 -0400 (0:00:00.659) 0:02:06.781 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:25:05 -0400 (0:00:00.018) 0:02:06.800 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:25:05 -0400 (0:00:00.016) 0:02:06.816 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:25:05 -0400 (0:00:00.012) 0:02:06.828 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.484) 0:02:07.313 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "f61f12276066419b98d762e57b3bc37c-5.14.0-691.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.019) 0:02:07.332 ******** ok: [managed-node1] => { "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.357) 0:02:07.689 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.022) 0:02:07.711 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.000) 0:02:07.712 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.016) 0:02:07.728 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.065) 0:02:07.794 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 25 April 2026 09:25:06 -0400 (0:00:00.018) 0:02:07.813 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.568) 0:02:08.381 ******** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.356) 0:02:08.738 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.016) 0:02:08.755 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.016) 0:02:08.771 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.029) 0:02:08.801 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.013) 0:02:08.814 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 25 April 2026 09:25:07 -0400 (0:00:00.032) 0:02:08.847 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 25 April 2026 09:25:09 -0400 (0:00:01.335) 0:02:10.183 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 25 April 2026 09:25:09 -0400 (0:00:00.373) 0:02:10.556 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 25 April 2026 09:25:09 -0400 (0:00:00.014) 0:02:10.570 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 25 April 2026 09:25:09 -0400 (0:00:00.013) 0:02:10.584 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 25 April 2026 09:25:09 -0400 (0:00:00.364) 0:02:10.948 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 25 April 2026 09:25:09 -0400 (0:00:00.024) 0:02:10.972 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123459.7991493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1777123459.798149, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4653053, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777123459.798149, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1162807143", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 25 April 2026 09:25:10 -0400 (0:00:00.374) 0:02:11.346 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777123404.389747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "be4a86bbf338a33478ab1554c2e9f11c0cb003b4", "ctime": 1777123398.1977262, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777123398.1989038, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3994298279", "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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 25 April 2026 09:25:10 -0400 (0:00:00.371) 0:02:11.718 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004635", "end": "2026-04-25 09:25:10.940493", "rc": 0, "start": "2026-04-25 09:25:10.935858" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 25 April 2026 09:25:10 -0400 (0:00:00.355) 0:02:12.073 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 25 April 2026 09:25:11 -0400 (0:00:00.016) 0:02:12.090 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 25 April 2026 09:25:11 -0400 (0:00:00.350) 0:02:12.441 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 25 April 2026 09:25:11 -0400 (0:00:00.358) 0:02:12.800 ******** 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-691.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.582) 0:02:13.382 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.017) 0:02:13.400 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.016) 0:02:13.417 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.011) 0:02:13.428 ******** 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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.454) 0:02:13.883 ******** 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": "d82d9820aa9f4b09acab187df75d0a11-5.14.0-691.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-691.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-691.el9.x86_64", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (5.14.0-691.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": "d82d9820aa9f4b09acab187df75d0a11-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-d82d9820aa9f4b09acab187df75d0a11.img", "kernel": "/boot/vmlinuz-0-rescue-d82d9820aa9f4b09acab187df75d0a11", "root": "UUID=8e06fdd1-a4c0-44c5-a3bf-f328d9d6a035", "title": "CentOS Stream (0-rescue-d82d9820aa9f4b09acab187df75d0a11) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 25 April 2026 09:25:12 -0400 (0:00:00.018) 0:02:13.902 ******** ok: [managed-node1] => { "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 25 April 2026 09:25:13 -0400 (0:00:00.343) 0:02:14.245 ******** 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-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 25 April 2026 09:25:13 -0400 (0:00:00.041) 0:02:14.288 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-691.el9.x86_64_clone1" ], "delta": "0:00:00.046395", "end": "2026-04-25 09:25:13.545532", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-04-25 09:25:13.499137" } STDERR: The param /boot/vmlinuz-5.14.0-691.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-691.el9.x86_64_clone2" ], "delta": "0:00:00.047952", "end": "2026-04-25 09:25:13.924437", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-04-25 09:25:13.876485" } STDERR: The param /boot/vmlinuz-5.14.0-691.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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 25 April 2026 09:25:13 -0400 (0:00:00.770) 0:02:15.059 ******** 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.107880", "end": "2026-04-25 09:25:14.375330", "rc": 0, "start": "2026-04-25 09:25:14.267450" } 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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 25 April 2026 09:25:14 -0400 (0:00:00.450) 0:02:15.509 ******** included: /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 25 April 2026 09:25:14 -0400 (0:00:00.014) 0:02:15.523 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 25 April 2026 09:25:37 -0400 (0:00:23.159) 0:02:38.683 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 25 April 2026 09:25:37 -0400 (0:00:00.012) 0:02:38.695 ******** 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-04-25T13:25:00.036770+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-691.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-691.el9.x86_64_clone2", "start_time": "2026-04-25T13:24:59.698521+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 April 2026 09:25:37 -0400 (0:00:00.015) 0:02:38.710 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 27.58s /tmp/collections-X7I/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.24s /tmp/collections-X7I/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.16s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 12.68s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.33s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.33s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.25s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.32s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-X7I/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-691.el9.x86_64 --- 1.26s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.26s /tmp/collections-X7I/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-X7I/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-X7I/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-X7I/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-691.el9.x86_64 --- 1.06s /tmp/collections-X7I/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-691.el9.x86_64 --- 0.88s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.77s /tmp/collections-X7I/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.66s /tmp/collections-X7I/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-X7I/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114