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-b5v executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 28 March 2026 09:14:05 -0400 (0:00:00.017) 0:00:00.017 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 28 March 2026 09:14:07 -0400 (0:00:02.265) 0:00:02.283 ******** included: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.022) 0:00:02.305 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.048) 0:00:02.354 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.009) 0:00:02.364 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.026) 0:00:02.391 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.001) 0:00:02.392 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.021) 0:00:02.413 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.115) 0:00:02.529 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:14:07 -0400 (0:00:00.026) 0:00:02.556 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.577) 0:00:03.134 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.431) 0:00:03.565 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.028) 0:00:03.594 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.054) 0:00:03.648 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.013) 0:00:03.662 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:14:08 -0400 (0:00:00.028) 0:00:03.690 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:14:20 -0400 (0:00:11.595) 0:00:15.285 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774343682.3808033, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1774343682.38, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12586869, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.3808036, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1766911959", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.367) 0:00:15.653 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.012) 0:00:15.665 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:14:20 -0400 (0:00:00.011) 0:00:15.676 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:14:21 -0400 (0:00:00.336) 0:00:16.013 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:14:21 -0400 (0:00:00.021) 0:00:16.034 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703660.6637208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1774343682.38, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12586869, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.3808036, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1766911959", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:14:21 -0400 (0:00:00.349) 0:00:16.383 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774342640.729, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "063e025d0cbca83c138b0d039040a184ce13925a", "ctime": 1774342640.73, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 606177, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774342640.73, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "3918334200", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:14:21 -0400 (0:00:00.353) 0:00:16.737 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004751", "end": "2026-03-28 09:14:22.210923", "rc": 0, "start": "2026-03-28 09:14:22.206172" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:14:22 -0400 (0:00:00.434) 0:00:17.171 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:14:22 -0400 (0:00:00.014) 0:00:17.186 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:14:22 -0400 (0:00:00.424) 0:00:17.610 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:14:23 -0400 (0:00:00.344) 0:00:17.954 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:14:23 -0400 (0:00:00.419) 0:00:18.374 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:14:23 -0400 (0:00:00.016) 0:00:18.390 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:14:23 -0400 (0:00:00.014) 0:00:18.405 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:14:23 -0400 (0:00:00.010) 0:00:18.416 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.528) 0:00:18.944 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.016) 0:00:18.961 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.002) 0:00:18.963 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.000) 0:00:18.964 ******** ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.020) 0:00:18.984 ******** included: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:14:24 -0400 (0:00:00.017) 0:00:19.002 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "9cda0fa49a2b496bcc68f874866903a3dd36454a", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "6233628de80e3afd42499416c49874d4", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39324662, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:14:25 -0400 (0:00:01.050) 0:00:20.052 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.014) 0:00:20.066 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.000) 0:00:20.067 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.014) 0:00:20.082 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.037) 0:00:20.120 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.015) 0:00:20.135 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.557) 0:00:20.693 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.016) 0:00:20.709 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.018) 0:00:20.728 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.032) 0:00:20.761 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.015) 0:00:20.776 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:14:25 -0400 (0:00:00.050) 0:00:20.827 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:14:27 -0400 (0:00:01.333) 0:00:22.160 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703660.6637208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1774343682.38, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12586869, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.3808036, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1766911959", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.364) 0:00:22.525 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.012) 0:00:22.537 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.010) 0:00:22.548 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:14:27 -0400 (0:00:00.346) 0:00:22.895 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:14:28 -0400 (0:00:00.023) 0:00:22.918 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703660.6637208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1774343682.38, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12586869, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774343682.3808036, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1766911959", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:14:28 -0400 (0:00:00.353) 0:00:23.271 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703662.992417, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:14:28 -0400 (0:00:00.361) 0:00:23.633 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005277", "end": "2026-03-28 09:14:29.022266", "rc": 0, "start": "2026-03-28 09:14:29.016989" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.355) 0:00:23.988 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.022) 0:00:24.011 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.385) 0:00:24.397 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:14:29 -0400 (0:00:00.373) 0:00:24.770 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.601) 0:00:25.372 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.016) 0:00:25.388 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.015) 0:00:25.403 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.010) 0:00:25.414 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.010) 0:00:25.424 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.011) 0:00:25.436 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:14:30 -0400 (0:00:00.002) 0:00:25.438 ******** 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.137080", "end": "2026-03-28 09:14:30.964659", "rc": 0, "start": "2026-03-28 09:14:30.827579" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.540) 0:00:25.978 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:14:31 -0400 (0:00:00.021) 0:00:26.000 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:14:54 -0400 (0:00:23.746) 0:00:49.746 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.011) 0:00:49.757 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.014) 0:00:49.772 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.013) 0:00:49.786 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.015) 0:00:49.801 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.000) 0:00:49.802 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.014) 0:00:49.817 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.039) 0:00:49.856 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:14:54 -0400 (0:00:00.016) 0:00:49.873 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.623) 0:00:50.496 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.022) 0:00:50.519 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.014) 0:00:50.534 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.030) 0:00:50.564 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.010) 0:00:50.575 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:14:55 -0400 (0:00:00.024) 0:00:50.600 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:14:58 -0400 (0:00:02.439) 0:00:53.040 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:14:58 -0400 (0:00:00.397) 0:00:53.437 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:14:58 -0400 (0:00:00.013) 0:00:53.450 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:14:58 -0400 (0:00:00.010) 0:00:53.461 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:14:58 -0400 (0:00:00.365) 0:00:53.826 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:14:58 -0400 (0:00:00.032) 0:00:53.858 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:14:59 -0400 (0:00:00.371) 0:00:54.230 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:14:59 -0400 (0:00:00.375) 0:00:54.605 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006189", "end": "2026-03-28 09:14:59.920381", "rc": 0, "start": "2026-03-28 09:14:59.914192" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:00 -0400 (0:00:00.394) 0:00:54.999 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:00 -0400 (0:00:00.021) 0:00:55.021 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:00 -0400 (0:00:00.380) 0:00:55.401 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:00 -0400 (0:00:00.346) 0:00:55.748 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.350) 0:00:56.099 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.023) 0:00:56.123 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.024) 0:00:56.147 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.016) 0:00:56.164 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.542) 0:00:56.706 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.018) 0:00:56.724 ******** included: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:15:01 -0400 (0:00:00.019) 0:00:56.744 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "9cda0fa49a2b496bcc68f874866903a3dd36454a", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "6233628de80e3afd42499416c49874d4", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39324662, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:15:03 -0400 (0:00:01.310) 0:00:58.054 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.014) 0:00:58.069 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.000) 0:00:58.070 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.015) 0:00:58.085 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.038) 0:00:58.124 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.016) 0:00:58.140 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.573) 0:00:58.714 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.016) 0:00:58.730 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.015) 0:00:58.746 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.028) 0:00:58.774 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.012) 0:00:58.787 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:03 -0400 (0:00:00.053) 0:00:58.840 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:05 -0400 (0:00:01.337) 0:01:00.178 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:05 -0400 (0:00:00.363) 0:01:00.541 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:05 -0400 (0:00:00.017) 0:01:00.559 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:05 -0400 (0:00:00.012) 0:01:00.571 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:06 -0400 (0:00:00.351) 0:01:00.923 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:06 -0400 (0:00:00.026) 0:01:00.949 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:06 -0400 (0:00:00.363) 0:01:01.313 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:06 -0400 (0:00:00.373) 0:01:01.686 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004798", "end": "2026-03-28 09:15:07.088919", "rc": 0, "start": "2026-03-28 09:15:07.084121" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.366) 0:01:02.053 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.024) 0:01:02.077 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.380) 0:01:02.458 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:07 -0400 (0:00:00.370) 0:01:02.828 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.636) 0:01:03.465 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.016) 0:01:03.481 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.014) 0:01:03.496 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.011) 0:01:03.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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.010) 0:01:03.517 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.012) 0:01:03.530 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.000) 0:01:03.530 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.012) 0:01:03.543 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.015) 0:01:03.558 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.000) 0:01:03.559 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.013) 0:01:03.573 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.042) 0:01:03.616 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:08 -0400 (0:00:00.021) 0:01:03.637 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.590) 0:01:04.227 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.015) 0:01:04.243 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.015) 0:01:04.259 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.031) 0:01:04.291 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.012) 0:01:04.303 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:09 -0400 (0:00:00.038) 0:01:04.341 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:10 -0400 (0:00:01.350) 0:01:05.692 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.358) 0:01:06.050 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.016) 0:01:06.067 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.013) 0:01:06.081 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.357) 0:01:06.438 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.028) 0:01:06.467 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:11 -0400 (0:00:00.378) 0:01:06.846 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.370) 0:01:07.216 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004789", "end": "2026-03-28 09:15:12.623084", "rc": 0, "start": "2026-03-28 09:15:12.618295" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.374) 0:01:07.590 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:12 -0400 (0:00:00.019) 0:01:07.610 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.354) 0:01:07.965 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.360) 0:01:08.326 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.347) 0:01:08.673 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.017) 0:01:08.690 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.015) 0:01:08.706 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:13 -0400 (0:00:00.010) 0:01:08.716 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:14 -0400 (0:00:00.507) 0:01:09.224 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 28 March 2026 09:15:14 -0400 (0:00:00.019) 0:01:09.243 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 28 March 2026 09:15:14 -0400 (0:00:00.024) 0:01:09.268 ******** included: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 28 March 2026 09:15:14 -0400 (0:00:00.020) 0:01:09.288 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-687.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fdd68fd859d83250c3f0bcd9b4b4d60ef19a84b1", "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64" }, "md5sum": "964776933c564a5c77b582269dbf9b64", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15173672, "src": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-687.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "9cda0fa49a2b496bcc68f874866903a3dd36454a", "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img" }, "md5sum": "6233628de80e3afd42499416c49874d4", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39324662, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.891) 0:01:10.180 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.014) 0:01:10.195 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.000) 0:01:10.195 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.018) 0:01:10.214 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.043) 0:01:10.258 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.016) 0:01:10.275 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.560) 0:01:10.835 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.017) 0:01:10.853 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.018) 0:01:10.871 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.029) 0:01:10.901 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:15 -0400 (0:00:00.010) 0:01:10.911 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:16 -0400 (0:00:00.042) 0:01:10.954 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:17 -0400 (0:00:01.326) 0:01:12.281 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.357) 0:01:12.638 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.013) 0:01:12.651 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:17 -0400 (0:00:00.013) 0:01:12.665 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.347) 0:01:13.012 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.023) 0:01:13.036 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703670.9636726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703670.9626727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616786, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703670.9626727, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1807623729", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.362) 0:01:13.398 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:18 -0400 (0:00:00.362) 0:01:13.760 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004771", "end": "2026-03-28 09:15:19.158187", "rc": 0, "start": "2026-03-28 09:15:19.153416" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.359) 0:01:14.120 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.016) 0:01:14.136 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.346) 0:01:14.482 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:19 -0400 (0:00:00.345) 0:01:14.828 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.636) 0:01:15.465 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.017) 0:01:15.483 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.015) 0:01:15.498 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.010) 0:01:15.508 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.011) 0:01:15.520 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.011) 0:01:15.531 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:15:20 -0400 (0:00:00.001) 0:01:15.532 ******** 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.164239", "end": "2026-03-28 09:15:21.081320", "rc": 0, "start": "2026-03-28 09:15:20.917081" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.511) 0:01:16.044 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:15:21 -0400 (0:00:00.013) 0:01:16.057 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:15:44 -0400 (0:00:23.608) 0:01:39.666 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.012) 0:01:39.679 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.015) 0:01:39.694 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.014) 0:01:39.708 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.016) 0:01:39.725 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.000) 0:01:39.726 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.016) 0:01:39.742 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.052) 0:01:39.794 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:44 -0400 (0:00:00.027) 0:01:39.822 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.662) 0:01:40.484 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.016) 0:01:40.501 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.016) 0:01:40.517 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.028) 0:01:40.546 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.011) 0:01:40.557 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:45 -0400 (0:00:00.025) 0:01:40.582 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:48 -0400 (0:00:02.461) 0:01:43.044 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:48 -0400 (0:00:00.403) 0:01:43.448 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:48 -0400 (0:00:00.018) 0:01:43.466 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:48 -0400 (0:00:00.017) 0:01:43.484 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:48 -0400 (0:00:00.357) 0:01:43.841 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:48 -0400 (0:00:00.028) 0:01:43.870 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:49 -0400 (0:00:00.365) 0:01:44.236 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:49 -0400 (0:00:00.367) 0:01:44.604 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005931", "end": "2026-03-28 09:15:49.988031", "rc": 0, "start": "2026-03-28 09:15:49.982100" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:50 -0400 (0:00:00.357) 0:01:44.962 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:50 -0400 (0:00:00.017) 0:01:44.979 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:50 -0400 (0:00:00.359) 0:01:45.339 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:50 -0400 (0:00:00.374) 0:01:45.713 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.358) 0:01:46.072 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.017) 0:01:46.090 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.016) 0:01:46.107 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.011) 0:01:46.118 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "test=kernel", "default": false, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.538) 0:01:46.657 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "test=kernel", "default": false, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.018) 0:01:46.676 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.024) 0:01:46.701 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.013) 0:01:46.714 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.001) 0:01:46.715 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.015) 0:01:46.730 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.039) 0:01:46.770 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:51 -0400 (0:00:00.017) 0:01:46.787 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.583) 0:01:47.371 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.019) 0:01:47.390 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.017) 0:01:47.408 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.030) 0:01:47.438 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.012) 0:01:47.450 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:52 -0400 (0:00:00.034) 0:01:47.485 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:53 -0400 (0:00:01.344) 0:01:48.830 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:54 -0400 (0:00:00.367) 0:01:49.197 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:54 -0400 (0:00:00.012) 0:01:49.210 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:54 -0400 (0:00:00.012) 0:01:49.222 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:54 -0400 (0:00:00.344) 0:01:49.567 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:54 -0400 (0:00:00.023) 0:01:49.590 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:15:55 -0400 (0:00:00.364) 0:01:49.954 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:15:55 -0400 (0:00:00.363) 0:01:50.318 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005617", "end": "2026-03-28 09:15:55.714378", "rc": 0, "start": "2026-03-28 09:15:55.708761" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:15:55 -0400 (0:00:00.357) 0:01:50.676 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:15:55 -0400 (0:00:00.015) 0:01:50.691 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.350) 0:01:51.042 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.352) 0:01:51.395 ******** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-687.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-687.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.351) 0:01:51.746 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.014) 0:01:51.761 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.019) 0:01:51.780 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.000) 0:01:51.781 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.015) 0:01:51.797 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.038) 0:01:51.835 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:15:56 -0400 (0:00:00.016) 0:01:51.852 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.572) 0:01:52.424 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.017) 0:01:52.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 platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.015) 0:01:52.456 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.029) 0:01:52.485 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.010) 0:01:52.496 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:15:57 -0400 (0:00:00.036) 0:01:52.532 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:15:58 -0400 (0:00:01.338) 0:01:53.871 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:15:59 -0400 (0:00:00.363) 0:01:54.234 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:15:59 -0400 (0:00:00.013) 0:01:54.248 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:15:59 -0400 (0:00:00.011) 0:01:54.260 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:15:59 -0400 (0:00:00.340) 0:01:54.600 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:15:59 -0400 (0:00:00.023) 0:01:54.623 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:00 -0400 (0:00:00.362) 0:01:54.986 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:00 -0400 (0:00:00.369) 0:01:55.355 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004850", "end": "2026-03-28 09:16:00.750056", "rc": 0, "start": "2026-03-28 09:16:00.745206" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:00 -0400 (0:00:00.357) 0:01:55.713 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:00 -0400 (0:00:00.015) 0:01:55.728 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:01 -0400 (0:00:00.352) 0:01:56.080 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:01 -0400 (0:00:00.356) 0:01:56.436 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.683) 0:01:57.120 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.018) 0:01:57.138 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.016) 0:01:57.154 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.011) 0:01:57.165 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "test=kernel", "default": false, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.489) 0:01:57.655 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" }, { "args": "test=kernel", "default": false, "id": "2ada0d37db954b81a106c55889bfa18d-5.14.0-687.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.019) 0:01:57.674 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:8 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.021) 0:01:57.695 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:22 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.000) 0:01:57.696 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:32 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.015) 0:01:57.711 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.037) 0:01:57.749 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 28 March 2026 09:16:02 -0400 (0:00:00.015) 0:01:57.765 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.564) 0:01:58.330 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.017) 0:01:58.348 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.015) 0:01:58.363 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.029) 0:01:58.392 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.011) 0:01:58.404 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 28 March 2026 09:16:03 -0400 (0:00:00.032) 0:01:58.436 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 28 March 2026 09:16:04 -0400 (0:00:01.342) 0:01:59.779 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 28 March 2026 09:16:05 -0400 (0:00:00.356) 0:02:00.135 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 28 March 2026 09:16:05 -0400 (0:00:00.013) 0:02:00.149 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 28 March 2026 09:16:05 -0400 (0:00:00.011) 0:02:00.160 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 28 March 2026 09:16:05 -0400 (0:00:00.393) 0:02:00.554 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 28 March 2026 09:16:05 -0400 (0:00:00.023) 0:02:00.577 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703721.0796158, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1774703721.078616, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4616699, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774703721.078616, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2455030164", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.358) 0:02:00.935 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1774703668.6526835, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "74a685a1fb340a5290dbc30a6a76f2fb6e1d5efa", "ctime": 1774703662.99171, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1774703662.9924183, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "643157881", "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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.370) 0:02:01.305 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005481", "end": "2026-03-28 09:16:06.697179", "rc": 0, "start": "2026-03-28 09:16:06.691698" } 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.351) 0:02:01.657 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 28 March 2026 09:16:06 -0400 (0:00:00.015) 0:02:01.673 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.354) 0:02:02.027 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 28 March 2026 09:16:07 -0400 (0:00:00.350) 0:02:02.378 ******** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.586) 0:02:02.965 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.017) 0:02:02.982 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.016) 0:02:02.999 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.010) 0:02:03.010 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.453) 0:02:03.463 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-5.14.0-687.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-687.el9.x86_64", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "4f0b82b5025a4d6bb57a1a23f471e4b3-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3.img", "kernel": "/boot/vmlinuz-0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3", "root": "UUID=5c77006d-d27c-47df-b4b8-05df5585efdd", "title": "CentOS Stream (0-rescue-4f0b82b5025a4d6bb57a1a23f471e4b3) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.018) 0:02:03.482 ******** 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-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 28 March 2026 09:16:08 -0400 (0:00:00.033) 0:02:03.516 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone1" ], "delta": "0:00:00.047034", "end": "2026-03-28 09:16:08.947183", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-28 09:16:08.900149" } STDERR: The param /boot/vmlinuz-5.14.0-687.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-687.el9.x86_64_clone2" ], "delta": "0:00:00.046795", "end": "2026-03-28 09:16:09.332423", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-28 09:16:09.285628" } STDERR: The param /boot/vmlinuz-5.14.0-687.el9.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.778) 0:02:04.295 ******** 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.112826", "end": "2026-03-28 09:16:09.792786", "rc": 0, "start": "2026-03-28 09:16:09.679960" } STDOUT: args="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.460) 0:02:04.755 ******** included: /tmp/collections-b5v/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-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 28 March 2026 09:16:09 -0400 (0:00:00.013) 0:02:04.769 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 28 March 2026 09:16:33 -0400 (0:00:23.376) 0:02:28.145 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 28 March 2026 09:16:33 -0400 (0:00:00.012) 0:02:28.158 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=182 changed=14 unreachable=0 failed=0 skipped=125 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-03-28T13:15:56.832770+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-687.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-687.el9.x86_64_clone2", "start_time": "2026-03-28T13:15:56.483654+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 March 2026 09:16:33 -0400 (0:00:00.015) 0:02:28.173 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.75s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.61s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.38s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.60s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.46s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.44s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.27s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.35s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.33s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.33s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 1.31s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 1.05s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 0.89s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.78s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.68s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.66s /tmp/collections-b5v/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3