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-u0b executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Jan 16 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 07 March 2026 08:04:47 -0500 (0:00:00.018) 0:00:00.018 ******** included: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 07 March 2026 08:04:47 -0500 (0:00:00.010) 0:00:00.029 ******** [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 [End host on s390x architecture] ****************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 07 March 2026 08:04:49 -0500 (0:00:01.946) 0:00:01.976 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 07 March 2026 08:04:49 -0500 (0:00:00.007) 0:00:01.984 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:04:49 -0500 (0:00:00.080) 0:00:02.065 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:04:49 -0500 (0:00:00.025) 0:00:02.090 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:04:49 -0500 (0:00:00.040) 0:00:02.131 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:04:50 -0500 (0:00:00.428) 0:00:02.559 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:04:50 -0500 (0:00:00.024) 0:00:02.583 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:04:50 -0500 (0:00:00.029) 0:00:02.613 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:04:50 -0500 (0:00:00.011) 0:00:02.624 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:04:50 -0500 (0:00:00.053) 0:00:02.678 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:01 -0500 (0:00:11.385) 0:00:14.063 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772544539.9474065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1772544539.947, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12592401, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.9474068, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2088623600", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:01 -0500 (0:00:00.358) 0:00:14.422 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:01 -0500 (0:00:00.013) 0:00:14.436 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:01 -0500 (0:00:00.010) 0:00:14.447 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:02 -0500 (0:00:00.321) 0:00:14.768 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:02 -0500 (0:00:00.048) 0:00:14.816 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888701.8065388, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1772544539.947, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12592401, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.9474068, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2088623600", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:02 -0500 (0:00:00.341) 0:00:15.157 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772543108.769, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dd443425df90fcfd959af0c60755b439623efa9f", "ctime": 1772543108.77, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772543108.77, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1492302499", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:02 -0500 (0:00:00.344) 0:00:15.502 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004997", "end": "2026-03-07 08:05:03.353037", "rc": 0, "start": "2026-03-07 08:05:03.348040" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:03 -0500 (0:00:00.434) 0:00:15.937 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:03 -0500 (0:00:00.032) 0:00:15.970 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:03 -0500 (0:00:00.433) 0:00:16.403 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:04 -0500 (0:00:00.344) 0:00:16.748 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:04 -0500 (0:00:00.424) 0:00:17.173 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:04 -0500 (0:00:00.017) 0:00:17.190 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:04 -0500 (0:00:00.015) 0:00:17.206 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:04 -0500 (0:00:00.028) 0:00:17.234 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.531) 0:00:17.766 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.033) 0:00:17.800 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.002) 0:00:17.803 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.000) 0:00:17.803 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (5.14.0-687.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.035) 0:00:17.839 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:05:05 -0500 (0:00:00.030) 0:00:17.870 ******** 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": "897aafb68605644ac5d5ea7cbf1759d8f0110cf3", "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": "82665d3e77b6c211f38a4ac43a95f833", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390830, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:05:06 -0500 (0:00:01.107) 0:00:18.978 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.035) 0:00:19.014 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.017) 0:00:19.031 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.036) 0:00:19.067 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.021) 0:00:19.089 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.022) 0:00:19.112 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.032) 0:00:19.145 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.010) 0:00:19.156 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:05:06 -0500 (0:00:00.073) 0:00:19.229 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:07 -0500 (0:00:00.918) 0:00:20.148 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888701.8065388, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1772544539.947, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12592401, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.9474068, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2088623600", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:07 -0500 (0:00:00.343) 0:00:20.491 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:07 -0500 (0:00:00.012) 0:00:20.504 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:07 -0500 (0:00:00.014) 0:00:20.518 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:08 -0500 (0:00:00.326) 0:00:20.845 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:08 -0500 (0:00:00.060) 0:00:20.905 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888701.8065388, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1772544539.947, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12592401, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772544539.9474068, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2088623600", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:08 -0500 (0:00:00.367) 0:00:21.273 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888704.163157, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:09 -0500 (0:00:00.369) 0:00:21.643 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005062", "end": "2026-03-07 08:05:09.404858", "rc": 0, "start": "2026-03-07 08:05:09.399796" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:09 -0500 (0:00:00.351) 0:00:21.994 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:09 -0500 (0:00:00.049) 0:00:22.044 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:09 -0500 (0:00:00.397) 0:00:22.441 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.384) 0:00:22.826 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.581) 0:00:23.407 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.017) 0:00:23.424 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.015) 0:00:23.440 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.026) 0:00:23.467 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.026) 0:00:23.494 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.027) 0:00:23.521 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:05:10 -0500 (0:00:00.001) 0:00:23.522 ******** 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.132914", "end": "2026-03-07 08:05:11.421988", "rc": 0, "start": "2026-03-07 08:05:11.289074" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:05:11 -0500 (0:00:00.497) 0:00:24.019 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:05:11 -0500 (0:00:00.022) 0:00:24.042 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:05:34 -0500 (0:00:23.341) 0:00:47.383 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:05:34 -0500 (0:00:00.013) 0:00:47.396 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:05:34 -0500 (0:00:00.021) 0:00:47.417 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:05:34 -0500 (0:00:00.013) 0:00:47.430 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:05:34 -0500 (0:00:00.065) 0:00:47.496 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:05:34 -0500 (0:00:00.027) 0:00:47.523 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.046) 0:00:47.569 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.024) 0:00:47.594 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.015) 0:00:47.609 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.032) 0:00:47.641 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.014) 0:00:47.656 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:05:35 -0500 (0:00:00.049) 0:00:47.706 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:37 -0500 (0:00:02.056) 0:00:49.763 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:37 -0500 (0:00:00.436) 0:00:50.199 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:37 -0500 (0:00:00.018) 0:00:50.218 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:37 -0500 (0:00:00.019) 0:00:50.238 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:38 -0500 (0:00:00.346) 0:00:50.584 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:38 -0500 (0:00:00.039) 0:00:50.624 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:38 -0500 (0:00:00.349) 0:00:50.973 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:38 -0500 (0:00:00.363) 0:00:51.336 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004549", "end": "2026-03-07 08:05:39.288299", "rc": 0, "start": "2026-03-07 08:05:39.283750" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:39 -0500 (0:00:00.397) 0:00:51.733 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:39 -0500 (0:00:00.037) 0:00:51.771 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:39 -0500 (0:00:00.358) 0:00:52.129 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:39 -0500 (0:00:00.354) 0:00:52.483 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.346) 0:00:52.830 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.017) 0:00:52.848 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.019) 0:00:52.867 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.035) 0:00:52.902 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.538) 0:00:53.440 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.039) 0:00:53.480 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:05:40 -0500 (0:00:00.031) 0:00:53.512 ******** 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": "897aafb68605644ac5d5ea7cbf1759d8f0110cf3", "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": "82665d3e77b6c211f38a4ac43a95f833", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390830, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:05:42 -0500 (0:00:01.277) 0:00:54.790 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.035) 0:00:54.825 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.018) 0:00:54.843 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.032) 0:00:54.875 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.015) 0:00:54.891 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.015) 0:00:54.907 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.031) 0:00:54.939 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.012) 0:00:54.951 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:05:42 -0500 (0:00:00.082) 0:00:55.033 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:43 -0500 (0:00:00.938) 0:00:55.972 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:43 -0500 (0:00:00.364) 0:00:56.336 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:43 -0500 (0:00:00.013) 0:00:56.350 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:43 -0500 (0:00:00.011) 0:00:56.361 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:44 -0500 (0:00:00.359) 0:00:56.721 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:44 -0500 (0:00:00.049) 0:00:56.771 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:44 -0500 (0:00:00.349) 0:00:57.120 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:44 -0500 (0:00:00.348) 0:00:57.469 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004682", "end": "2026-03-07 08:05:45.243961", "rc": 0, "start": "2026-03-07 08:05:45.239279" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:45 -0500 (0:00:00.366) 0:00:57.835 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:45 -0500 (0:00:00.052) 0:00:57.887 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:45 -0500 (0:00:00.363) 0:00:58.251 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.354) 0:00:58.606 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.618) 0:00:59.225 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.019) 0:00:59.244 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.019) 0:00:59.263 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.036) 0:00:59.299 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.031) 0:00:59.331 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.029) 0:00:59.360 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.000) 0:00:59.361 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.013) 0:00:59.375 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.054) 0:00:59.430 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.017) 0:00:59.448 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.033) 0:00:59.481 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.020) 0:00:59.502 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:05:46 -0500 (0:00:00.016) 0:00:59.518 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:05:47 -0500 (0:00:00.043) 0:00:59.561 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:05:47 -0500 (0:00:00.019) 0:00:59.581 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:05:47 -0500 (0:00:00.058) 0:00:59.640 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.915) 0:01:00.555 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.349) 0:01:00.904 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.015) 0:01:00.920 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.010) 0:01:00.931 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.336) 0:01:01.267 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:48 -0500 (0:00:00.039) 0:01:01.306 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:49 -0500 (0:00:00.356) 0:01:01.663 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:49 -0500 (0:00:00.354) 0:01:02.018 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004759", "end": "2026-03-07 08:05:49.813863", "rc": 0, "start": "2026-03-07 08:05:49.809104" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:49 -0500 (0:00:00.379) 0:01:02.398 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:49 -0500 (0:00:00.032) 0:01:02.430 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:50 -0500 (0:00:00.362) 0:01:02.793 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:50 -0500 (0:00:00.355) 0:01:03.148 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:50 -0500 (0:00:00.354) 0:01:03.503 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:50 -0500 (0:00:00.017) 0:01:03.521 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:50 -0500 (0:00:00.018) 0:01:03.540 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:51 -0500 (0:00:00.028) 0:01:03.568 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:51 -0500 (0:00:00.487) 0:01:04.056 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 07 March 2026 08:05:51 -0500 (0:00:00.034) 0:01:04.090 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 07 March 2026 08:05:51 -0500 (0:00:00.040) 0:01:04.131 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 07 March 2026 08:05:51 -0500 (0:00:00.025) 0:01:04.157 ******** 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": "897aafb68605644ac5d5ea7cbf1759d8f0110cf3", "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": "82665d3e77b6c211f38a4ac43a95f833", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39390830, "src": "/boot/initramfs-5.14.0-687.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.863) 0:01:05.021 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.037) 0:01:05.059 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.017) 0:01:05.076 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.032) 0:01:05.108 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.017) 0:01:05.126 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.016) 0:01:05.143 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.028) 0:01:05.172 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.011) 0:01:05.183 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:05:52 -0500 (0:00:00.058) 0:01:05.242 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:05:53 -0500 (0:00:00.918) 0:01:06.161 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:05:53 -0500 (0:00:00.343) 0:01:06.504 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:05:53 -0500 (0:00:00.012) 0:01:06.517 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:05:53 -0500 (0:00:00.012) 0:01:06.529 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:05:54 -0500 (0:00:00.324) 0:01:06.854 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:05:54 -0500 (0:00:00.039) 0:01:06.893 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888711.4205544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888711.4195545, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4674561, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888711.4195545, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1492302501", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:05:54 -0500 (0:00:00.343) 0:01:07.237 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:05:55 -0500 (0:00:00.346) 0:01:07.584 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004541", "end": "2026-03-07 08:05:55.351727", "rc": 0, "start": "2026-03-07 08:05:55.347186" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:05:55 -0500 (0:00:00.352) 0:01:07.936 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:05:55 -0500 (0:00:00.033) 0:01:07.970 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:05:55 -0500 (0:00:00.352) 0:01:08.323 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.352) 0:01:08.675 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.622) 0:01:09.298 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.018) 0:01:09.316 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.016) 0:01:09.332 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.028) 0:01:09.360 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.029) 0:01:09.389 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.029) 0:01:09.419 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:05:56 -0500 (0:00:00.001) 0:01:09.420 ******** 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.159458", "end": "2026-03-07 08:05:57.323637", "rc": 0, "start": "2026-03-07 08:05:57.164179" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:05:57 -0500 (0:00:00.492) 0:01:09.912 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:05:57 -0500 (0:00:00.012) 0:01:09.925 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:06:21 -0500 (0:00:23.811) 0:01:33.737 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.012) 0:01:33.749 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.014) 0:01:33.764 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.014) 0:01:33.778 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.055) 0:01:33.834 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.019) 0:01:33.854 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.033) 0:01:33.887 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.015) 0:01:33.903 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.015) 0:01:33.918 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.027) 0:01:33.946 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.011) 0:01:33.957 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:06:21 -0500 (0:00:00.042) 0:01:34.000 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:06:23 -0500 (0:00:02.032) 0:01:36.032 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888757.3221366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:06:23 -0500 (0:00:00.406) 0:01:36.439 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:06:23 -0500 (0:00:00.013) 0:01:36.452 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:06:23 -0500 (0:00:00.012) 0:01:36.465 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:06:24 -0500 (0:00:00.340) 0:01:36.806 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:06:24 -0500 (0:00:00.043) 0:01:36.850 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:06:24 -0500 (0:00:00.355) 0:01:37.205 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:06:25 -0500 (0:00:00.350) 0:01:37.556 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005706", "end": "2026-03-07 08:06:24.575033", "rc": 0, "start": "2026-03-07 08:06:24.569327" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:06:25 -0500 (0:00:00.363) 0:01:37.919 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:06:25 -0500 (0:00:00.033) 0:01:37.953 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:06:25 -0500 (0:00:00.360) 0:01:38.314 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:06:26 -0500 (0:00:00.358) 0:01:38.672 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:06:26 -0500 (0:00:00.335) 0:01:39.008 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:06:26 -0500 (0:00:00.017) 0:01:39.026 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:06:26 -0500 (0:00:00.016) 0:01:39.042 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:06:26 -0500 (0:00:00.029) 0:01:39.072 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" }, { "args": "test=kernel", "default": false, "id": "bd5f404d99b34a84bd764f1976798022-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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.523) 0:01:39.596 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" }, { "args": "test=kernel", "default": false, "id": "bd5f404d99b34a84bd764f1976798022-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": "bd5f404d99b34a84bd764f1976798022-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.036) 0:01:39.633 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.042) 0:01:39.675 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.034) 0:01:39.710 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.017) 0:01:39.727 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.031) 0:01:39.758 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.016) 0:01:39.775 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.017) 0:01:39.792 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.032) 0:01:39.824 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.015) 0:01:39.840 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:06:27 -0500 (0:00:00.056) 0:01:39.897 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:06:28 -0500 (0:00:00.930) 0:01:40.827 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:06:28 -0500 (0:00:00.343) 0:01:41.171 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:06:28 -0500 (0:00:00.013) 0:01:41.185 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:06:28 -0500 (0:00:00.011) 0:01:41.197 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:06:28 -0500 (0:00:00.327) 0:01:41.524 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:06:29 -0500 (0:00:00.039) 0:01:41.564 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:06:29 -0500 (0:00:00.345) 0:01:41.909 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:06:29 -0500 (0:00:00.342) 0:01:42.252 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004931", "end": "2026-03-07 08:06:29.657863", "rc": 0, "start": "2026-03-07 08:06:29.652932" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:06:30 -0500 (0:00:00.354) 0:01:42.606 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:06:30 -0500 (0:00:00.034) 0:01:42.641 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:06:30 -0500 (0:00:00.356) 0:01:42.998 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:06:30 -0500 (0:00:00.356) 0:01:43.354 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.336) 0:01:43.690 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.015) 0:01:43.706 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.058) 0:01:43.764 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.016) 0:01:43.780 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.031) 0:01:43.812 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.015) 0:01:43.827 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.015) 0:01:43.843 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.028) 0:01:43.871 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.010) 0:01:43.882 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:06:31 -0500 (0:00:00.051) 0:01:43.933 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:06:32 -0500 (0:00:00.923) 0:01:44.857 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:06:32 -0500 (0:00:00.346) 0:01:45.203 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:06:32 -0500 (0:00:00.013) 0:01:45.217 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:06:32 -0500 (0:00:00.012) 0:01:45.229 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:06:33 -0500 (0:00:00.331) 0:01:45.560 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:06:33 -0500 (0:00:00.041) 0:01:45.602 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:06:33 -0500 (0:00:00.350) 0:01:45.953 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:06:33 -0500 (0:00:00.353) 0:01:46.306 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004796", "end": "2026-03-07 08:06:34.078046", "rc": 0, "start": "2026-03-07 08:06:34.073250" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:06:34 -0500 (0:00:00.381) 0:01:46.687 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:06:34 -0500 (0:00:00.060) 0:01:46.748 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:06:34 -0500 (0:00:00.379) 0:01:47.127 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:06:34 -0500 (0:00:00.379) 0:01:47.507 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:06:35 -0500 (0:00:00.677) 0:01:48.184 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:06:35 -0500 (0:00:00.020) 0:01:48.205 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:06:35 -0500 (0:00:00.015) 0:01:48.220 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:06:35 -0500 (0:00:00.053) 0:01:48.273 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" }, { "args": "test=kernel", "default": false, "id": "bd5f404d99b34a84bd764f1976798022-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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.524) 0:01:48.797 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" }, { "args": "test=kernel", "default": false, "id": "bd5f404d99b34a84bd764f1976798022-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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.035) 0:01:48.833 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.069) 0:01:48.903 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.016) 0:01:48.919 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.033) 0:01:48.952 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.015) 0:01:48.968 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.015) 0:01:48.984 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.034) 0:01:49.019 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.012) 0:01:49.031 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 07 March 2026 08:06:36 -0500 (0:00:00.048) 0:01:49.080 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 07 March 2026 08:06:37 -0500 (0:00:00.920) 0:01:50.001 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 07 March 2026 08:06:37 -0500 (0:00:00.353) 0:01:50.354 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 07 March 2026 08:06:37 -0500 (0:00:00.013) 0:01:50.368 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 07 March 2026 08:06:37 -0500 (0:00:00.011) 0:01:50.380 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 07 March 2026 08:06:38 -0500 (0:00:00.330) 0:01:50.711 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 07 March 2026 08:06:38 -0500 (0:00:00.040) 0:01:50.752 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888782.9920263, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1772888757.3221366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4673041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772888757.3221366, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3984671201", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 07 March 2026 08:06:38 -0500 (0:00:00.344) 0:01:51.096 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772888709.0375504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "82b57cdc989298c567ee0eaa4e004daf6f6c4523", "ctime": 1772888704.1625426, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197132419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1772888704.163158, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1432883690", "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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 07 March 2026 08:06:38 -0500 (0:00:00.350) 0:01:51.446 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004416", "end": "2026-03-07 08:06:39.216590", "rc": 0, "start": "2026-03-07 08:06:39.212174" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 07 March 2026 08:06:39 -0500 (0:00:00.356) 0:01:51.803 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 07 March 2026 08:06:39 -0500 (0:00:00.033) 0:01:51.836 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 07 March 2026 08:06:39 -0500 (0:00:00.349) 0:01:52.186 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 07 March 2026 08:06:39 -0500 (0:00:00.351) 0:01:52.537 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 07 March 2026 08:06:40 -0500 (0:00:00.558) 0:01:53.096 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 07 March 2026 08:06:40 -0500 (0:00:00.018) 0:01:53.114 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 07 March 2026 08:06:40 -0500 (0:00:00.016) 0:01:53.131 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 07 March 2026 08:06:40 -0500 (0:00:00.028) 0:01:53.160 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 07 March 2026 08:06:41 -0500 (0:00:00.451) 0:01:53.611 ******** 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": "283eeca46a5649c2a309fed70a5b3ef9-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=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "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": "283eeca46a5649c2a309fed70a5b3ef9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-283eeca46a5649c2a309fed70a5b3ef9.img", "kernel": "/boot/vmlinuz-0-rescue-283eeca46a5649c2a309fed70a5b3ef9", "root": "UUID=5faf6d5f-5cf4-4002-88fb-c40561ab80c0", "title": "CentOS Stream (0-rescue-283eeca46a5649c2a309fed70a5b3ef9) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 07 March 2026 08:06:41 -0500 (0:00:00.036) 0:01:53.648 ******** 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-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 07 March 2026 08:06:41 -0500 (0:00:00.049) 0:01:53.698 ******** 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.046569", "end": "2026-03-07 08:06:41.492382", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-03-07 08:06:41.445813" } 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.045611", "end": "2026-03-07 08:06:41.860257", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-03-07 08:06:41.814646" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 07 March 2026 08:06:41 -0500 (0:00:00.751) 0:01:54.449 ******** 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.106178", "end": "2026-03-07 08:06:42.302665", "rc": 0, "start": "2026-03-07 08:06:42.196487" } 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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 07 March 2026 08:06:42 -0500 (0:00:00.442) 0:01:54.892 ******** included: /tmp/collections-u0b/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-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 07 March 2026 08:06:42 -0500 (0:00:00.013) 0:01:54.906 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 07 March 2026 08:07:06 -0500 (0:00:23.737) 0:02:18.643 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 07 March 2026 08:07:06 -0500 (0:00:00.012) 0:02:18.656 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=162 changed=14 unreachable=0 failed=0 skipped=124 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-03-07T13:06:31.149459+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-07T13:06:30.815630+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 March 2026 08:07:06 -0500 (0:00:00.014) 0:02:18.671 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.81s /tmp/collections-u0b/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.74s /tmp/collections-u0b/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.34s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.39s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.06s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.03s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.95s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-687.el9.x86_64 --- 1.28s /tmp/collections-u0b/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.11s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.94s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.93s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.92s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.92s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.92s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.92s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.92s /tmp/collections-u0b/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 --- 0.86s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.75s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.68s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.62s /tmp/collections-u0b/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114