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-Hmd executable location = /usr/local/bin/ansible-playbook python version = 3.12.13 (main, Apr 16 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 16 May 2026 09:49:28 -0400 (0:00:00.024) 0:00:00.024 ********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 16 May 2026 09:49:30 -0400 (0:00:02.424) 0:00:02.449 ********** included: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.013) 0:00:02.463 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.035) 0:00:02.498 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.004) 0:00:02.503 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.017) 0:00:02.520 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.000) 0:00:02.521 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.015) 0:00:02.537 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.076) 0:00:02.614 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:49:30 -0400 (0:00:00.017) 0:00:02.632 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:49:31 -0400 (0:00:00.565) 0:00:03.197 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:49:31 -0400 (0:00:00.506) 0:00:03.704 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:49:32 -0400 (0:00:00.434) 0:00:04.139 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:49:32 -0400 (0:00:00.021) 0:00:04.161 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:49:32 -0400 (0:00:00.030) 0:00:04.191 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:49:32 -0400 (0:00:00.012) 0:00:04.203 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:49:32 -0400 (0:00:00.026) 0:00:04.230 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:49:38 -0400 (0:00:06.534) 0:00:10.764 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778570544.680907, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1778570544.6807935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4859624, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570544.6809075, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3385084861", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.402) 0:00:11.167 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.016) 0:00:11.183 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.015) 0:00:11.198 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.358) 0:00:11.556 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.024) 0:00:11.581 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939379.0999112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1778570544.6807935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4859624, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570544.6809075, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3385084861", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:49:39 -0400 (0:00:00.379) 0:00:11.961 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778569417.996, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "4bd6cbac336a025cec6696e203386dcff15d89b7", "ctime": 1778569417.998, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9158016, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778569417.998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "997265290", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:49:40 -0400 (0:00:00.361) 0:00:12.322 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004537", "end": "2026-05-16 09:49:40.744527", "rc": 0, "start": "2026-05-16 09:49:40.739990" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:49:40 -0400 (0:00:00.452) 0:00:12.775 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:49:40 -0400 (0:00:00.017) 0:00:12.792 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:49:41 -0400 (0:00:00.435) 0:00:13.228 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:49:41 -0400 (0:00:00.355) 0:00:13.583 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.436) 0:00:14.019 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.018) 0:00:14.038 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.017) 0:00:14.056 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.012) 0:00:14.068 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.537) 0:00:14.605 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.017) 0:00:14.622 ********** ok: [managed-node1] => { "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.345) 0:00:14.968 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.002) 0:00:14.970 ********** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 16 May 2026 09:49:42 -0400 (0:00:00.000) 0:00:14.971 ********** ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.024) 0:00:14.996 ********** included: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:49:43 -0400 (0:00:00.020) 0:00:15.017 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-226.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5936be44d63bc38e49eda0cc14368360f6610d9d", "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64" }, "md5sum": "f9db2ac1465f595f2dc25ca65de04566", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16336936, "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-226.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6dde09bc33059a9947b30f576033b4ed4b84e118", "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img" }, "md5sum": "6a626d82c52bcd25d1b5ff9f3a3cc40f", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49802211, "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:49:44 -0400 (0:00:01.172) 0:00:16.189 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.014) 0:00:16.203 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.000) 0:00:16.204 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.017) 0:00:16.221 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.042) 0:00:16.263 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.018) 0:00:16.282 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:49:44 -0400 (0:00:00.573) 0:00:16.856 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.349) 0:00:17.205 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.017) 0:00:17.223 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.016) 0:00:17.239 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.029) 0:00:17.269 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.012) 0:00:17.282 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:49:45 -0400 (0:00:00.045) 0:00:17.327 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:49:46 -0400 (0:00:01.168) 0:00:18.495 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939379.0999112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1778570544.6807935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4859624, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570544.6809075, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3385084861", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.362) 0:00:18.858 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.012) 0:00:18.871 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:49:46 -0400 (0:00:00.012) 0:00:18.884 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.371) 0:00:19.255 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.024) 0:00:19.279 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939379.0999112, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1778570544.6807935, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4859624, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778570544.6809075, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3385084861", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:49:47 -0400 (0:00:00.371) 0:00:19.650 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939381.5565264, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.372) 0:00:20.023 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004975", "end": "2026-05-16 09:49:48.355209", "rc": 0, "start": "2026-05-16 09:49:48.350234" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.362) 0:00:20.385 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.016) 0:00:20.402 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:49:48 -0400 (0:00:00.356) 0:00:20.759 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.350) 0:00:21.110 ********** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.565) 0:00:21.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 : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.017) 0:00:21.693 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.016) 0:00:21.709 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.012) 0:00:21.721 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.012) 0:00:21.733 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:49:49 -0400 (0:00:00.012) 0:00:21.746 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.365) 0:00:22.111 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.001) 0:00:22.112 ********** 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.129092", "end": "2026-05-16 09:49:50.568888", "rc": 0, "start": "2026-05-16 09:49:50.439796" } STDOUT: args="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.490) 0:00:22.603 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:49:50 -0400 (0:00:00.022) 0:00:22.625 ********** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:50:22 -0400 (0:00:31.933) 0:00:54.558 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.015) 0:00:54.573 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.016) 0:00:54.590 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.021) 0:00:54.611 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.018) 0:00:54.629 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.001) 0:00:54.631 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.022) 0:00:54.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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.044) 0:00:54.697 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:22 -0400 (0:00:00.018) 0:00:54.716 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.676) 0:00:55.392 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.362) 0:00:55.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 flag to indicate system is ostree] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.027) 0:00:55.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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.024) 0:00:55.807 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.039) 0:00:55.847 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.015) 0:00:55.862 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:23 -0400 (0:00:00.028) 0:00:55.891 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:25 -0400 (0:00:02.006) 0:00:57.898 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.412) 0:00:58.310 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.014) 0:00:58.325 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.013) 0:00:58.339 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.352) 0:00:58.691 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:26 -0400 (0:00:00.026) 0:00:58.718 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.372) 0:00:59.090 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.385) 0:00:59.475 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005443", "end": "2026-05-16 09:50:27.812984", "rc": 0, "start": "2026-05-16 09:50:27.807541" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.366) 0:00:59.842 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:27 -0400 (0:00:00.016) 0:00:59.858 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.370) 0:01:00.229 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.358) 0:01:00.587 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.360) 0:01:00.947 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.019) 0:01:00.966 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:28 -0400 (0:00:00.017) 0:01:00.983 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.012) 0:01:00.996 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.502) 0:01:01.499 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.019) 0:01:01.519 ********** ok: [managed-node1] => { "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.370) 0:01:01.890 ********** included: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:50:29 -0400 (0:00:00.023) 0:01:01.914 ********** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-226.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "5936be44d63bc38e49eda0cc14368360f6610d9d", "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64" }, "md5sum": "f9db2ac1465f595f2dc25ca65de04566", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16336936, "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-226.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "6dde09bc33059a9947b30f576033b4ed4b84e118", "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img" }, "md5sum": "6a626d82c52bcd25d1b5ff9f3a3cc40f", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49802211, "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:50:31 -0400 (0:00:01.471) 0:01:03.386 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.015) 0:01:03.401 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.000) 0:01:03.402 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.016) 0:01:03.419 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.042) 0:01:03.461 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:31 -0400 (0:00:00.021) 0:01:03.482 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.598) 0:01:04.081 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.377) 0:01:04.459 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.017) 0:01:04.477 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.017) 0:01:04.494 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.030) 0:01:04.524 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.012) 0:01:04.537 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:32 -0400 (0:00:00.045) 0:01:04.583 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:33 -0400 (0:00:01.216) 0:01:05.799 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.372) 0:01:06.171 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.013) 0:01:06.185 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.012) 0:01:06.197 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.361) 0:01:06.559 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.028) 0:01:06.588 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:34 -0400 (0:00:00.371) 0:01:06.959 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.388) 0:01:07.348 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004688", "end": "2026-05-16 09:50:35.706453", "rc": 0, "start": "2026-05-16 09:50:35.701765" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.388) 0:01:07.736 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:35 -0400 (0:00:00.017) 0:01:07.754 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.358) 0:01:08.112 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:36 -0400 (0:00:00.362) 0:01:08.474 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.626) 0:01:09.101 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.023) 0:01:09.125 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.019) 0:01:09.144 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.018) 0:01:09.162 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.014) 0:01:09.177 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.024) 0:01:09.201 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.353) 0:01:09.555 ********** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.000) 0:01:09.556 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.020) 0:01:09.576 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.017) 0:01:09.594 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.000) 0:01:09.595 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.017) 0:01:09.612 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.043) 0:01:09.656 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:37 -0400 (0:00:00.019) 0:01:09.676 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.593) 0:01:10.269 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.365) 0:01:10.634 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.018) 0:01:10.653 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.023) 0:01:10.676 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.034) 0:01:10.711 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.013) 0:01:10.725 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:38 -0400 (0:00:00.027) 0:01:10.752 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:39 -0400 (0:00:01.209) 0:01:11.961 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.385) 0:01:12.347 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.015) 0:01:12.362 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.017) 0:01:12.380 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.358) 0:01:12.739 ********** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:40 -0400 (0:00:00.031) 0:01:12.770 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.378) 0:01:13.149 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.378) 0:01:13.528 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004616", "end": "2026-05-16 09:50:41.859653", "rc": 0, "start": "2026-05-16 09:50:41.855037" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.361) 0:01:13.889 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:41 -0400 (0:00:00.017) 0:01:13.907 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.365) 0:01:14.273 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:42 -0400 (0:00:00.361) 0:01:14.634 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.361) 0:01:14.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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.018) 0:01:15.014 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.016) 0:01:15.031 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.013) 0:01:15.044 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.490) 0:01:15.534 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.019) 0:01:15.554 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.354) 0:01:15.909 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.028) 0:01:15.937 ********** included: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 May 2026 09:50:43 -0400 (0:00:00.022) 0:01:15.960 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-226.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5936be44d63bc38e49eda0cc14368360f6610d9d", "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64" }, "md5sum": "f9db2ac1465f595f2dc25ca65de04566", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16336936, "src": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-226.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6dde09bc33059a9947b30f576033b4ed4b84e118", "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img" }, "md5sum": "6a626d82c52bcd25d1b5ff9f3a3cc40f", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 49802211, "src": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.920) 0:01:16.880 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.016) 0:01:16.897 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.000) 0:01:16.898 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.017) 0:01:16.915 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.043) 0:01:16.958 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:50:44 -0400 (0:00:00.019) 0:01:16.978 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.572) 0:01:17.551 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.350) 0:01:17.902 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.018) 0:01:17.920 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.018) 0:01:17.939 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.030) 0:01:17.969 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:50:45 -0400 (0:00:00.013) 0:01:17.983 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:50:46 -0400 (0:00:00.045) 0:01:18.028 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:50:47 -0400 (0:00:01.178) 0:01:19.207 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:50:47 -0400 (0:00:00.370) 0:01:19.577 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:50:47 -0400 (0:00:00.013) 0:01:19.591 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:50:47 -0400 (0:00:00.012) 0:01:19.604 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:50:47 -0400 (0:00:00.356) 0:01:19.960 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:50:47 -0400 (0:00:00.025) 0:01:19.985 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939390.5686285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939390.567813, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12583045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939390.567813, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2951680373", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:50:48 -0400 (0:00:00.376) 0:01:20.362 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:50:48 -0400 (0:00:00.377) 0:01:20.740 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004519", "end": "2026-05-16 09:50:49.073010", "rc": 0, "start": "2026-05-16 09:50:49.068491" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:50:49 -0400 (0:00:00.363) 0:01:21.103 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:50:49 -0400 (0:00:00.017) 0:01:21.121 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:50:49 -0400 (0:00:00.360) 0:01:21.481 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:50:49 -0400 (0:00:00.353) 0:01:21.834 ********** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.622) 0:01:22.457 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.019) 0:01:22.476 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.018) 0:01:22.495 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.012) 0:01:22.507 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.013) 0:01:22.520 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.014) 0:01:22.535 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.353) 0:01:22.889 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:50:50 -0400 (0:00:00.001) 0:01:22.890 ********** 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.154179", "end": "2026-05-16 09:50:51.366633", "rc": 0, "start": "2026-05-16 09:50:51.212454" } STDOUT: args="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:50:51 -0400 (0:00:00.511) 0:01:23.401 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:50:51 -0400 (0:00:00.014) 0:01:23.415 ********** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:51:23 -0400 (0:00:31.887) 0:01:55.303 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.018) 0:01:55.322 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.016) 0:01:55.338 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.019) 0:01:55.358 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.017) 0:01:55.375 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.000) 0:01:55.376 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.018) 0:01:55.394 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.042) 0:01:55.437 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:23 -0400 (0:00:00.019) 0:01:55.456 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.632) 0:01:56.088 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.353) 0:01:56.442 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.019) 0:01:56.462 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.020) 0:01:56.483 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.030) 0:01:56.513 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.013) 0:01:56.527 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:24 -0400 (0:00:00.027) 0:01:56.554 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:26 -0400 (0:00:01.918) 0:01:58.473 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:26 -0400 (0:00:00.392) 0:01:58.866 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:26 -0400 (0:00:00.013) 0:01:58.879 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:26 -0400 (0:00:00.012) 0:01:58.892 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.345) 0:01:59.238 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.025) 0:01:59.264 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:27 -0400 (0:00:00.366) 0:01:59.631 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.379) 0:02:00.010 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004531", "end": "2026-05-16 09:51:28.341333", "rc": 0, "start": "2026-05-16 09:51:28.336802" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.364) 0:02:00.375 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.017) 0:02:00.392 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:28 -0400 (0:00:00.352) 0:02:00.745 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.354) 0:02:01.099 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.353) 0:02:01.453 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.018) 0:02:01.471 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.018) 0:02:01.489 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:29 -0400 (0:00:00.014) 0:02:01.504 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.515) 0:02:02.019 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.018) 0:02:02.037 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.355) 0:02:02.393 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.028) 0:02:02.421 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.016) 0:02:02.437 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.000) 0:02:02.438 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.019) 0:02:02.457 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.042) 0:02:02.500 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:30 -0400 (0:00:00.018) 0:02:02.519 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.570) 0:02:03.090 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.351) 0:02:03.441 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.018) 0:02:03.460 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.018) 0:02:03.479 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.031) 0:02:03.510 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.013) 0:02:03.524 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:31 -0400 (0:00:00.035) 0:02:03.559 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:32 -0400 (0:00:01.161) 0:02:04.720 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.362) 0:02:05.083 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.013) 0:02:05.097 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.013) 0:02:05.110 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.348) 0:02:05.459 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.024) 0:02:05.483 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:33 -0400 (0:00:00.362) 0:02:05.846 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.372) 0:02:06.218 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004925", "end": "2026-05-16 09:51:34.548740", "rc": 0, "start": "2026-05-16 09:51:34.543815" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.364) 0:02:06.582 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.017) 0:02:06.600 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:34 -0400 (0:00:00.353) 0:02:06.953 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.356) 0:02:07.310 ********** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-226.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-226.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.357) 0:02:07.667 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.017) 0:02:07.685 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.020) 0:02:07.705 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.001) 0:02:07.707 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.018) 0:02:07.725 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.043) 0:02:07.769 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:35 -0400 (0:00:00.018) 0:02:07.787 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.573) 0:02:08.361 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.352) 0:02:08.713 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.018) 0:02:08.731 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.017) 0:02:08.749 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.030) 0:02:08.779 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.013) 0:02:08.793 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:36 -0400 (0:00:00.038) 0:02:08.831 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:38 -0400 (0:00:01.178) 0:02:10.009 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:38 -0400 (0:00:00.366) 0:02:10.376 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:38 -0400 (0:00:00.013) 0:02:10.390 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:38 -0400 (0:00:00.013) 0:02:10.403 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:38 -0400 (0:00:00.353) 0:02:10.757 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:38 -0400 (0:00:00.025) 0:02:10.782 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:39 -0400 (0:00:00.364) 0:02:11.146 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:39 -0400 (0:00:00.371) 0:02:11.518 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004571", "end": "2026-05-16 09:51:39.847835", "rc": 0, "start": "2026-05-16 09:51:39.843264" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:39 -0400 (0:00:00.363) 0:02:11.881 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:39 -0400 (0:00:00.017) 0:02:11.899 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:40 -0400 (0:00:00.355) 0:02:12.255 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:40 -0400 (0:00:00.350) 0:02:12.605 ********** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.634) 0:02:13.240 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.019) 0:02:13.259 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.017) 0:02:13.277 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.013) 0:02:13.290 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.476) 0:02:13.766 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2e1753b587510dc1c64fa38c320324-6.12.0-226.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:41 -0400 (0:00:00.019) 0:02:13.785 ********** ok: [managed-node1] => { "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.353) 0:02:14.139 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.022) 0:02:14.161 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.001) 0:02:14.163 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.018) 0:02:14.181 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.069) 0:02:14.251 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.019) 0:02:14.270 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 16 May 2026 09:51:42 -0400 (0:00:00.576) 0:02:14.847 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.357) 0:02:15.204 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.018) 0:02:15.223 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.018) 0:02:15.241 ********** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.030) 0:02:15.272 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.013) 0:02:15.286 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 May 2026 09:51:43 -0400 (0:00:00.035) 0:02:15.321 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 May 2026 09:51:44 -0400 (0:00:01.190) 0:02:16.511 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 May 2026 09:51:44 -0400 (0:00:00.364) 0:02:16.875 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 May 2026 09:51:44 -0400 (0:00:00.015) 0:02:16.891 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 May 2026 09:51:44 -0400 (0:00:00.013) 0:02:16.904 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 May 2026 09:51:45 -0400 (0:00:00.353) 0:02:17.258 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 May 2026 09:51:45 -0400 (0:00:00.025) 0:02:17.283 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939451.3661368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1778939451.3655725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12612726, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778939451.3655725, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "356860354", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 May 2026 09:51:45 -0400 (0:00:00.369) 0:02:17.652 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778939387.9760091, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "3e5af93d57b890f6462ff574847c6a7805803dfa", "ctime": 1778939381.5563557, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 251658435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778939381.5565274, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "825956150", "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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 May 2026 09:51:46 -0400 (0:00:00.375) 0:02:18.027 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004583", "end": "2026-05-16 09:51:46.363125", "rc": 0, "start": "2026-05-16 09:51:46.358542" } 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 May 2026 09:51:46 -0400 (0:00:00.368) 0:02:18.396 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 May 2026 09:51:46 -0400 (0:00:00.017) 0:02:18.414 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 May 2026 09:51:46 -0400 (0:00:00.363) 0:02:18.777 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 May 2026 09:51:47 -0400 (0:00:00.357) 0:02:19.134 ********** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 May 2026 09:51:47 -0400 (0:00:00.577) 0:02:19.711 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 May 2026 09:51:47 -0400 (0:00:00.018) 0:02:19.730 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 May 2026 09:51:47 -0400 (0:00:00.017) 0:02:19.748 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 May 2026 09:51:47 -0400 (0:00:00.013) 0:02:19.761 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 16 May 2026 09:51:48 -0400 (0:00:00.454) 0:02:20.215 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f4a8a3e03be4748bf634258e5d49003-6.12.0-226.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-226.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-226.el10.x86_64", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (6.12.0-226.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f4a8a3e03be4748bf634258e5d49003-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f4a8a3e03be4748bf634258e5d49003.img", "kernel": "/boot/vmlinuz-0-rescue-4f4a8a3e03be4748bf634258e5d49003", "root": "UUID=47c0b38a-ffd3-4ab2-b20b-24cb0e1dc46f", "title": "CentOS Stream (0-rescue-4f4a8a3e03be4748bf634258e5d49003) 10 (Coughlan)" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 16 May 2026 09:51:48 -0400 (0:00:00.019) 0:02:20.235 ********** ok: [managed-node1] => { "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 16 May 2026 09:51:48 -0400 (0:00:00.350) 0:02:20.585 ********** 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-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 16 May 2026 09:51:48 -0400 (0:00:00.037) 0:02:20.623 ********** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone1" ], "delta": "0:00:00.043826", "end": "2026-05-16 09:51:48.987925", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-05-16 09:51:48.944099" } STDERR: The param /boot/vmlinuz-6.12.0-226.el10.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-226.el10.x86_64_clone2" ], "delta": "0:00:00.043099", "end": "2026-05-16 09:51:49.371987", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-05-16 09:51:49.328888" } STDERR: The param /boot/vmlinuz-6.12.0-226.el10.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 May 2026 09:51:49 -0400 (0:00:00.782) 0:02:21.406 ********** 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.100880", "end": "2026-05-16 09:51:49.824957", "rc": 0, "start": "2026-05-16 09:51:49.724077" } STDOUT: args="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 May 2026 09:51:49 -0400 (0:00:00.453) 0:02:21.859 ********** included: /tmp/collections-Hmd/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-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 May 2026 09:51:49 -0400 (0:00:00.014) 0:02:21.873 ********** changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 May 2026 09:52:20 -0400 (0:00:30.994) 0:02:52.867 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 May 2026 09:52:20 -0400 (0:00:00.013) 0:02:52.881 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=201 changed=14 unreachable=0 failed=0 skipped=125 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-05-16T13:51:35.679792+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-226.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-226.el10.x86_64_clone2", "start_time": "2026-05-16T13:51:35.324642+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 16 May 2026 09:52:20 -0400 (0:00:00.016) 0:02:52.897 ********** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.93s /tmp/collections-Hmd/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 -- 31.89s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 30.99s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 6.53s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.42s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.01s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.92s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64 --- 1.47s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.22s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.21s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.19s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.18s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.18s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64 --- 1.17s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.17s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.16s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-226.el10.x86_64 --- 0.92s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.78s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.68s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.63s /tmp/collections-Hmd/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114