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-His executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Nov 14 2025, 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-His/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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Monday 05 January 2026 14:41:24 -0500 (0:00:00.018) 0:00:00.018 ******** included: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Monday 05 January 2026 14:41:24 -0500 (0:00:00.012) 0:00:00.030 ******** [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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Monday 05 January 2026 14:41:26 -0500 (0:00:01.975) 0:00:02.006 ******** 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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Monday 05 January 2026 14:41:26 -0500 (0:00:00.010) 0:00:02.016 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:41:26 -0500 (0:00:00.081) 0:00:02.098 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:41:26 -0500 (0:00:00.021) 0:00:02.119 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:41:26 -0500 (0:00:00.032) 0:00:02.152 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:41:27 -0500 (0:00:00.450) 0:00:02.602 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:41:27 -0500 (0:00:00.026) 0:00:02.628 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:41:27 -0500 (0:00:00.031) 0:00:02.660 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:41:27 -0500 (0:00:00.014) 0:00:02.675 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:41:27 -0500 (0:00:00.050) 0:00:02.725 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:41:38 -0500 (0:00:11.617) 0:00:14.343 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1764329521.6282773, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1764329521.628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4804765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1764329521.6282775, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3073572765", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:41:39 -0500 (0:00:00.382) 0:00:14.725 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:41:39 -0500 (0:00:00.012) 0:00:14.738 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:41:39 -0500 (0:00:00.011) 0:00:14.750 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:41:39 -0500 (0:00:00.343) 0:00:15.093 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:41:39 -0500 (0:00:00.039) 0:00:15.133 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642099.1863377, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1764329521.628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4804765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1764329521.6282775, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3073572765", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:41:40 -0500 (0:00:00.361) 0:00:15.495 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1764328020.795, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "1aa13e45c94c14be5e7b8713a9427c5e11dcdac7", "ctime": 1764328020.795, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 760709, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1764328020.795, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "931856234", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:41:40 -0500 (0:00:00.363) 0:00:15.859 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004753", "end": "2026-01-05 14:41:40.803193", "rc": 0, "start": "2026-01-05 14:41:40.798440" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:41:40 -0500 (0:00:00.452) 0:00:16.311 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:41:40 -0500 (0:00:00.032) 0:00:16.344 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:41:41 -0500 (0:00:00.449) 0:00:16.793 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:41:41 -0500 (0:00:00.375) 0:00:17.169 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:41:42 -0500 (0:00:00.433) 0:00:17.602 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:41:42 -0500 (0:00:00.018) 0:00:17.620 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:41:42 -0500 (0:00:00.015) 0:00:17.635 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:41:42 -0500 (0:00:00.026) 0:00:17.662 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:41:42 -0500 (0:00:00.551) 0:00:18.213 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Monday 05 January 2026 14:41:42 -0500 (0:00:00.035) 0:00:18.249 ******** 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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Monday 05 January 2026 14:41:42 -0500 (0:00:00.003) 0:00:18.252 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Monday 05 January 2026 14:41:42 -0500 (0:00:00.001) 0:00:18.254 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Monday 05 January 2026 14:41:42 -0500 (0:00:00.036) 0:00:18.290 ******** included: /tmp/collections-His/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-642.el9.x86_64] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 05 January 2026 14:41:42 -0500 (0:00:00.024) 0:00:18.314 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-642.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "981aeb8dd92e73edcaeb5937e6be65daf251d913", "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64" }, "md5sum": "9ebb4ea0bfcf2632a29eaab39e923851", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15112232, "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-642.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "db0084ab5fd245cbf2c3e70081dfa4d0bbf9529c", "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img" }, "md5sum": "666eefcb9bef53d9957ed99e62eb80aa", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38836285, "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 05 January 2026 14:41:43 -0500 (0:00:01.090) 0:00:19.404 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:41:43 -0500 (0:00:00.039) 0:00:19.444 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:41:44 -0500 (0:00:00.021) 0:00:19.465 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:41:44 -0500 (0:00:00.038) 0:00:19.504 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:41:44 -0500 (0:00:00.018) 0:00:19.523 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:41:44 -0500 (0:00:00.015) 0:00:19.538 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:41:44 -0500 (0:00:00.032) 0:00:19.571 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:41:44 -0500 (0:00:00.011) 0:00:19.582 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "(__values | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (__values | selectattr(\"value\", \"sameas\", false) | list | length > 0) or (__values_with_null_and_state_present | length > 0) or (__values_with_null_and_no_state | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:41:44 -0500 (0:00:00.057) 0:00:19.640 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:41:45 -0500 (0:00:00.915) 0:00:20.556 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642099.1863377, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1764329521.628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4804765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1764329521.6282775, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3073572765", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:41:45 -0500 (0:00:00.377) 0:00:20.933 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:41:45 -0500 (0:00:00.017) 0:00:20.950 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:41:45 -0500 (0:00:00.012) 0:00:20.962 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:41:45 -0500 (0:00:00.357) 0:00:21.320 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:41:45 -0500 (0:00:00.038) 0:00:21.359 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642099.1863377, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1764329521.628, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4804765, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1764329521.6282775, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3073572765", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:41:46 -0500 (0:00:00.361) 0:00:21.721 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642101.6599274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:41:46 -0500 (0:00:00.364) 0:00:22.085 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004637", "end": "2026-01-05 14:41:46.945632", "rc": 0, "start": "2026-01-05 14:41:46.940995" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:41:47 -0500 (0:00:00.377) 0:00:22.462 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:41:47 -0500 (0:00:00.045) 0:00:22.507 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:41:47 -0500 (0:00:00.364) 0:00:22.872 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:41:47 -0500 (0:00:00.384) 0:00:23.257 ******** 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-642.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-642.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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:41:48 -0500 (0:00:00.631) 0:00:23.888 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:41:48 -0500 (0:00:00.024) 0:00:23.912 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:41:48 -0500 (0:00:00.020) 0:00:23.933 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:41:48 -0500 (0:00:00.032) 0:00:23.965 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:41:48 -0500 (0:00:00.027) 0:00:23.992 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 05 January 2026 14:41:48 -0500 (0:00:00.029) 0:00:24.021 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 05 January 2026 14:41:48 -0500 (0:00:00.002) 0:00:24.024 ******** 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.135665", "end": "2026-01-05 14:41:48.988428", "rc": 0, "start": "2026-01-05 14:41:48.852763" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 05 January 2026 14:41:49 -0500 (0:00:00.474) 0:00:24.499 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 05 January 2026 14:41:49 -0500 (0:00:00.021) 0:00:24.520 ******** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 05 January 2026 14:42:13 -0500 (0:00:24.894) 0:00:49.415 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 05 January 2026 14:42:13 -0500 (0:00:00.018) 0:00:49.434 ******** 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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 05 January 2026 14:42:13 -0500 (0:00:00.025) 0:00:49.459 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 05 January 2026 14:42:14 -0500 (0:00:00.024) 0:00:49.484 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:42:14 -0500 (0:00:00.061) 0:00:49.545 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:42:14 -0500 (0:00:00.024) 0:00:49.570 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:42:14 -0500 (0:00:00.037) 0:00:49.608 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:42:14 -0500 (0:00:00.017) 0:00:49.625 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:42:14 -0500 (0:00:00.020) 0:00:49.646 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:42:14 -0500 (0:00:00.029) 0:00:49.675 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:42:14 -0500 (0:00:00.011) 0:00:49.687 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:42:14 -0500 (0:00:00.041) 0:00:49.729 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:42:16 -0500 (0:00:01.996) 0:00:51.726 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:42:16 -0500 (0:00:00.421) 0:00:52.148 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:42:16 -0500 (0:00:00.037) 0:00:52.186 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:42:16 -0500 (0:00:00.020) 0:00:52.206 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:42:17 -0500 (0:00:00.366) 0:00:52.573 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:42:17 -0500 (0:00:00.040) 0:00:52.613 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:42:17 -0500 (0:00:00.360) 0:00:52.974 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:42:17 -0500 (0:00:00.376) 0:00:53.351 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004650", "end": "2026-01-05 14:42:18.233291", "rc": 0, "start": "2026-01-05 14:42:18.228641" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:42:18 -0500 (0:00:00.396) 0:00:53.747 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:42:18 -0500 (0:00:00.040) 0:00:53.788 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:42:18 -0500 (0:00:00.360) 0:00:54.149 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:42:19 -0500 (0:00:00.359) 0:00:54.509 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:42:19 -0500 (0:00:00.359) 0:00:54.868 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:42:19 -0500 (0:00:00.019) 0:00:54.888 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:42:19 -0500 (0:00:00.015) 0:00:54.904 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:42:19 -0500 (0:00:00.032) 0:00:54.936 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:42:19 -0500 (0:00:00.521) 0:00:55.458 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Monday 05 January 2026 14:42:20 -0500 (0:00:00.043) 0:00:55.501 ******** included: /tmp/collections-His/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-642.el9.x86_64] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 05 January 2026 14:42:20 -0500 (0:00:00.035) 0:00:55.536 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-642.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "981aeb8dd92e73edcaeb5937e6be65daf251d913", "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64" }, "md5sum": "9ebb4ea0bfcf2632a29eaab39e923851", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15112232, "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-642.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "db0084ab5fd245cbf2c3e70081dfa4d0bbf9529c", "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img" }, "md5sum": "666eefcb9bef53d9957ed99e62eb80aa", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38836285, "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 05 January 2026 14:42:21 -0500 (0:00:01.268) 0:00:56.805 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:42:21 -0500 (0:00:00.042) 0:00:56.847 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:42:21 -0500 (0:00:00.017) 0:00:56.865 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:42:21 -0500 (0:00:00.034) 0:00:56.899 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:42:21 -0500 (0:00:00.016) 0:00:56.916 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:42:21 -0500 (0:00:00.016) 0:00:56.932 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:42:21 -0500 (0:00:00.029) 0:00:56.962 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:42:21 -0500 (0:00:00.011) 0:00:56.974 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:42:21 -0500 (0:00:00.064) 0:00:57.039 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:42:22 -0500 (0:00:00.952) 0:00:57.992 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:42:22 -0500 (0:00:00.370) 0:00:58.362 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:42:22 -0500 (0:00:00.014) 0:00:58.376 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:42:22 -0500 (0:00:00.012) 0:00:58.388 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:42:23 -0500 (0:00:00.358) 0:00:58.746 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:42:23 -0500 (0:00:00.062) 0:00:58.810 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:42:23 -0500 (0:00:00.367) 0:00:59.177 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:42:24 -0500 (0:00:00.374) 0:00:59.551 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004868", "end": "2026-01-05 14:42:24.416041", "rc": 0, "start": "2026-01-05 14:42:24.411173" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:42:24 -0500 (0:00:00.379) 0:00:59.931 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:42:24 -0500 (0:00:00.050) 0:00:59.981 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:42:24 -0500 (0:00:00.394) 0:01:00.376 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:42:25 -0500 (0:00:00.358) 0:01:00.734 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:42:25 -0500 (0:00:00.624) 0:01:01.359 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:42:25 -0500 (0:00:00.019) 0:01:01.379 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:42:25 -0500 (0:00:00.020) 0:01:01.399 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:42:25 -0500 (0:00:00.036) 0:01:01.436 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:42:26 -0500 (0:00:00.032) 0:01:01.468 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 05 January 2026 14:42:26 -0500 (0:00:00.030) 0:01:01.499 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 05 January 2026 14:42:26 -0500 (0:00:00.001) 0:01:01.501 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 05 January 2026 14:42:26 -0500 (0:00:00.014) 0:01:01.515 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:42:26 -0500 (0:00:00.053) 0:01:01.569 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:42:26 -0500 (0:00:00.018) 0:01:01.587 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:42:26 -0500 (0:00:00.037) 0:01:01.624 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:42:26 -0500 (0:00:00.019) 0:01:01.644 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:42:26 -0500 (0:00:00.016) 0:01:01.661 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:42:26 -0500 (0:00:00.046) 0:01:01.708 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:42:26 -0500 (0:00:00.019) 0:01:01.727 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:42:26 -0500 (0:00:00.055) 0:01:01.783 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:42:27 -0500 (0:00:00.897) 0:01:02.680 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:42:27 -0500 (0:00:00.359) 0:01:03.040 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:42:27 -0500 (0:00:00.013) 0:01:03.054 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:42:27 -0500 (0:00:00.012) 0:01:03.066 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:42:27 -0500 (0:00:00.341) 0:01:03.408 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:42:27 -0500 (0:00:00.040) 0:01:03.449 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:42:28 -0500 (0:00:00.368) 0:01:03.817 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:42:28 -0500 (0:00:00.363) 0:01:04.181 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005129", "end": "2026-01-05 14:42:29.064539", "rc": 0, "start": "2026-01-05 14:42:29.059410" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:42:29 -0500 (0:00:00.390) 0:01:04.571 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:42:29 -0500 (0:00:00.034) 0:01:04.605 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:42:29 -0500 (0:00:00.362) 0:01:04.968 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:42:29 -0500 (0:00:00.367) 0:01:05.335 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:42:30 -0500 (0:00:00.360) 0:01:05.696 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:42:30 -0500 (0:00:00.018) 0:01:05.715 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:42:30 -0500 (0:00:00.015) 0:01:05.731 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:42:30 -0500 (0:00:00.031) 0:01:05.762 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:42:30 -0500 (0:00:00.510) 0:01:06.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": false, "id": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Monday 05 January 2026 14:42:30 -0500 (0:00:00.036) 0:01:06.310 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Monday 05 January 2026 14:42:30 -0500 (0:00:00.042) 0:01:06.352 ******** included: /tmp/collections-His/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-642.el9.x86_64] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 05 January 2026 14:42:30 -0500 (0:00:00.027) 0:01:06.380 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-642.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-642.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "981aeb8dd92e73edcaeb5937e6be65daf251d913", "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64" }, "md5sum": "9ebb4ea0bfcf2632a29eaab39e923851", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15112232, "src": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-642.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "db0084ab5fd245cbf2c3e70081dfa4d0bbf9529c", "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img" }, "md5sum": "666eefcb9bef53d9957ed99e62eb80aa", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38836285, "src": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 05 January 2026 14:42:31 -0500 (0:00:00.880) 0:01:07.260 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:42:31 -0500 (0:00:00.038) 0:01:07.298 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:42:31 -0500 (0:00:00.018) 0:01:07.317 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:42:31 -0500 (0:00:00.031) 0:01:07.349 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:42:31 -0500 (0:00:00.016) 0:01:07.365 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:42:31 -0500 (0:00:00.015) 0:01:07.381 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:42:31 -0500 (0:00:00.029) 0:01:07.411 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:42:31 -0500 (0:00:00.011) 0:01:07.423 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:42:32 -0500 (0:00:00.058) 0:01:07.481 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:42:32 -0500 (0:00:00.903) 0:01:08.384 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:42:33 -0500 (0:00:00.350) 0:01:08.735 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:42:33 -0500 (0:00:00.013) 0:01:08.748 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:42:33 -0500 (0:00:00.012) 0:01:08.761 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:42:33 -0500 (0:00:00.340) 0:01:09.102 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:42:33 -0500 (0:00:00.040) 0:01:09.142 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642108.9874403, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642108.9864404, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672947, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642108.9864404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "650670321", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:42:34 -0500 (0:00:00.357) 0:01:09.499 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:42:34 -0500 (0:00:00.354) 0:01:09.854 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005157", "end": "2026-01-05 14:42:34.713562", "rc": 0, "start": "2026-01-05 14:42:34.708405" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:42:34 -0500 (0:00:00.367) 0:01:10.221 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:42:34 -0500 (0:00:00.036) 0:01:10.258 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:42:35 -0500 (0:00:00.361) 0:01:10.620 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:42:35 -0500 (0:00:00.366) 0:01:10.986 ******** 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-642.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-642.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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:42:36 -0500 (0:00:00.641) 0:01:11.627 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:42:36 -0500 (0:00:00.018) 0:01:11.646 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:42:36 -0500 (0:00:00.016) 0:01:11.662 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:42:36 -0500 (0:00:00.033) 0:01:11.696 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:42:36 -0500 (0:00:00.031) 0:01:11.727 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 05 January 2026 14:42:36 -0500 (0:00:00.031) 0:01:11.759 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 05 January 2026 14:42:36 -0500 (0:00:00.001) 0:01:11.761 ******** 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.164087", "end": "2026-01-05 14:42:36.759793", "rc": 0, "start": "2026-01-05 14:42:36.595706" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 05 January 2026 14:42:36 -0500 (0:00:00.507) 0:01:12.268 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 05 January 2026 14:42:36 -0500 (0:00:00.014) 0:01:12.282 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 05 January 2026 14:43:00 -0500 (0:00:23.297) 0:01:35.580 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 05 January 2026 14:43:00 -0500 (0:00:00.013) 0:01:35.594 ******** 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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 05 January 2026 14:43:00 -0500 (0:00:00.015) 0:01:35.610 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 05 January 2026 14:43:00 -0500 (0:00:00.014) 0:01:35.625 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:43:00 -0500 (0:00:00.054) 0:01:35.680 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:43:00 -0500 (0:00:00.021) 0:01:35.702 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:43:00 -0500 (0:00:00.039) 0:01:35.741 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:43:00 -0500 (0:00:00.024) 0:01:35.765 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:43:00 -0500 (0:00:00.018) 0:01:35.784 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:43:00 -0500 (0:00:00.033) 0:01:35.818 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:43:00 -0500 (0:00:00.012) 0:01:35.831 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:43:00 -0500 (0:00:00.059) 0:01:35.890 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:43:02 -0500 (0:00:02.041) 0:01:37.931 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:43:02 -0500 (0:00:00.406) 0:01:38.337 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:43:02 -0500 (0:00:00.017) 0:01:38.355 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:43:02 -0500 (0:00:00.012) 0:01:38.367 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:43:03 -0500 (0:00:00.359) 0:01:38.727 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:43:03 -0500 (0:00:00.043) 0:01:38.770 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:43:03 -0500 (0:00:00.357) 0:01:39.128 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:43:04 -0500 (0:00:00.359) 0:01:39.487 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004550", "end": "2026-01-05 14:43:04.348284", "rc": 0, "start": "2026-01-05 14:43:04.343734" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:43:04 -0500 (0:00:00.366) 0:01:39.853 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:43:04 -0500 (0:00:00.033) 0:01:39.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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:43:04 -0500 (0:00:00.386) 0:01:40.273 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:43:05 -0500 (0:00:00.366) 0:01:40.640 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:43:05 -0500 (0:00:00.355) 0:01:40.996 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:43:05 -0500 (0:00:00.018) 0:01:41.014 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:43:05 -0500 (0:00:00.018) 0:01:41.033 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:43:05 -0500 (0:00:00.031) 0:01:41.064 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" }, { "args": "test=kernel", "default": false, "id": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-642.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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:43:06 -0500 (0:00:00.561) 0:01:41.626 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" }, { "args": "test=kernel", "default": false, "id": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-642.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": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Monday 05 January 2026 14:43:06 -0500 (0:00:00.044) 0:01:41.670 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Monday 05 January 2026 14:43:06 -0500 (0:00:00.048) 0:01:41.718 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:43:06 -0500 (0:00:00.035) 0:01:41.754 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:43:06 -0500 (0:00:00.016) 0:01:41.770 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:43:06 -0500 (0:00:00.033) 0:01:41.804 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:43:06 -0500 (0:00:00.016) 0:01:41.820 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:43:06 -0500 (0:00:00.015) 0:01:41.836 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:43:06 -0500 (0:00:00.030) 0:01:41.867 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:43:06 -0500 (0:00:00.014) 0:01:41.881 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:43:06 -0500 (0:00:00.048) 0:01:41.930 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:43:07 -0500 (0:00:00.914) 0:01:42.844 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:43:07 -0500 (0:00:00.355) 0:01:43.200 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:43:07 -0500 (0:00:00.013) 0:01:43.214 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:43:07 -0500 (0:00:00.011) 0:01:43.226 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:43:08 -0500 (0:00:00.339) 0:01:43.566 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:43:08 -0500 (0:00:00.042) 0:01:43.608 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:43:08 -0500 (0:00:00.363) 0:01:43.971 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:43:08 -0500 (0:00:00.371) 0:01:44.343 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004666", "end": "2026-01-05 14:43:09.207804", "rc": 0, "start": "2026-01-05 14:43:09.203138" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:43:09 -0500 (0:00:00.372) 0:01:44.715 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:43:09 -0500 (0:00:00.034) 0:01:44.750 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:43:09 -0500 (0:00:00.370) 0:01:45.120 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:43:10 -0500 (0:00:00.373) 0:01:45.494 ******** 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-642.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-642.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Monday 05 January 2026 14:43:10 -0500 (0:00:00.357) 0:01:45.851 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Monday 05 January 2026 14:43:10 -0500 (0:00:00.017) 0:01:45.869 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:43:10 -0500 (0:00:00.057) 0:01:45.926 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:43:10 -0500 (0:00:00.018) 0:01:45.944 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:43:10 -0500 (0:00:00.089) 0:01:46.034 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:43:10 -0500 (0:00:00.018) 0:01:46.053 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:43:10 -0500 (0:00:00.017) 0:01:46.070 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:43:10 -0500 (0:00:00.030) 0:01:46.101 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:43:10 -0500 (0:00:00.012) 0:01:46.113 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:43:10 -0500 (0:00:00.054) 0:01:46.167 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:43:11 -0500 (0:00:00.926) 0:01:47.094 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:43:11 -0500 (0:00:00.364) 0:01:47.458 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:43:12 -0500 (0:00:00.013) 0:01:47.472 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:43:12 -0500 (0:00:00.012) 0:01:47.485 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:43:12 -0500 (0:00:00.342) 0:01:47.827 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:43:12 -0500 (0:00:00.042) 0:01:47.870 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:43:12 -0500 (0:00:00.358) 0:01:48.228 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:43:13 -0500 (0:00:00.367) 0:01:48.595 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004860", "end": "2026-01-05 14:43:13.461158", "rc": 0, "start": "2026-01-05 14:43:13.456298" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:43:13 -0500 (0:00:00.374) 0:01:48.970 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:43:13 -0500 (0:00:00.035) 0:01:49.005 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:43:13 -0500 (0:00:00.368) 0:01:49.374 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:43:14 -0500 (0:00:00.366) 0:01:49.740 ******** 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-642.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:43:14 -0500 (0:00:00.670) 0:01:50.411 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:43:14 -0500 (0:00:00.018) 0:01:50.430 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:43:14 -0500 (0:00:00.017) 0:01:50.447 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:43:15 -0500 (0:00:00.031) 0:01:50.479 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" }, { "args": "test=kernel", "default": false, "id": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:43:15 -0500 (0:00:00.503) 0:01:50.983 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" }, { "args": "test=kernel", "default": false, "id": "a0b390de6b8845cdb0dd99a4c7c54cef-5.14.0-642.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Monday 05 January 2026 14:43:15 -0500 (0:00:00.037) 0:01:51.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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 05 January 2026 14:43:15 -0500 (0:00:00.074) 0:01:51.095 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 05 January 2026 14:43:15 -0500 (0:00:00.019) 0:01:51.114 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 05 January 2026 14:43:15 -0500 (0:00:00.034) 0:01:51.149 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 05 January 2026 14:43:15 -0500 (0:00:00.017) 0:01:51.166 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 05 January 2026 14:43:15 -0500 (0:00:00.016) 0:01:51.183 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 05 January 2026 14:43:15 -0500 (0:00:00.029) 0:01:51.213 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 05 January 2026 14:43:15 -0500 (0:00:00.013) 0:01:51.226 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 05 January 2026 14:43:15 -0500 (0:00:00.049) 0:01:51.276 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 05 January 2026 14:43:16 -0500 (0:00:00.902) 0:01:52.179 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 05 January 2026 14:43:17 -0500 (0:00:00.364) 0:01:52.543 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 05 January 2026 14:43:17 -0500 (0:00:00.014) 0:01:52.558 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 05 January 2026 14:43:17 -0500 (0:00:00.012) 0:01:52.570 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 05 January 2026 14:43:17 -0500 (0:00:00.347) 0:01:52.917 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 05 January 2026 14:43:17 -0500 (0:00:00.043) 0:01:52.960 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642156.7591667, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1767642156.7581668, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 672946, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767642156.7581668, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3121606458", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 05 January 2026 14:43:17 -0500 (0:00:00.362) 0:01:53.323 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767642106.555415, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9f2180d4273b18d2b7843f6f70c244901b83301a", "ctime": 1767642101.6593635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 188743874, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767642101.6599283, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1343655505", "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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 05 January 2026 14:43:18 -0500 (0:00:00.366) 0:01:53.689 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004705", "end": "2026-01-05 14:43:18.551158", "rc": 0, "start": "2026-01-05 14:43:18.546453" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 05 January 2026 14:43:18 -0500 (0:00:00.369) 0:01:54.059 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 05 January 2026 14:43:18 -0500 (0:00:00.040) 0:01:54.100 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 05 January 2026 14:43:19 -0500 (0:00:00.370) 0:01:54.470 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 05 January 2026 14:43:19 -0500 (0:00:00.374) 0:01:54.845 ******** 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-642.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 05 January 2026 14:43:19 -0500 (0:00:00.594) 0:01:55.439 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 05 January 2026 14:43:20 -0500 (0:00:00.020) 0:01:55.459 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 05 January 2026 14:43:20 -0500 (0:00:00.021) 0:01:55.481 ******** 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 05 January 2026 14:43:20 -0500 (0:00:00.030) 0:01:55.512 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 05 January 2026 14:43:20 -0500 (0:00:00.491) 0:01:56.004 ******** 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": "a2ea0f1df5fc48f1aa67cf9153de62ce-5.14.0-642.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-642.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-642.el9.x86_64", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (5.14.0-642.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": "a2ea0f1df5fc48f1aa67cf9153de62ce-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce.img", "kernel": "/boot/vmlinuz-0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce", "root": "UUID=f3c462c6-bbb3-44f5-be9c-97d1f229883b", "title": "CentOS Stream (0-rescue-a2ea0f1df5fc48f1aa67cf9153de62ce) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Monday 05 January 2026 14:43:20 -0500 (0:00:00.038) 0:01:56.042 ******** 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-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Monday 05 January 2026 14:43:20 -0500 (0:00:00.056) 0:01:56.099 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-642.el9.x86_64_clone1" ], "delta": "0:00:00.047913", "end": "2026-01-05 14:43:20.990536", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-01-05 14:43:20.942623" } STDERR: The param /boot/vmlinuz-5.14.0-642.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-642.el9.x86_64_clone2" ], "delta": "0:00:00.046537", "end": "2026-01-05 14:43:21.368811", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-01-05 14:43:21.322274" } STDERR: The param /boot/vmlinuz-5.14.0-642.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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 05 January 2026 14:43:21 -0500 (0:00:00.779) 0:01:56.878 ******** 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.108453", "end": "2026-01-05 14:43:21.828017", "rc": 0, "start": "2026-01-05 14:43:21.719564" } 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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 05 January 2026 14:43:21 -0500 (0:00:00.459) 0:01:57.337 ******** included: /tmp/collections-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 05 January 2026 14:43:21 -0500 (0:00:00.016) 0:01:57.353 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 05 January 2026 14:43:45 -0500 (0:00:23.666) 0:02:21.019 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 05 January 2026 14:43:45 -0500 (0:00:00.013) 0:02:21.033 ******** 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-01-05T19:43:10.390431+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-642.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-642.el9.x86_64_clone2", "start_time": "2026-01-05T19:43:10.035901+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 05 January 2026 14:43:45 -0500 (0:00:00.014) 0:02:21.047 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.89s /tmp/collections-His/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.67s /tmp/collections-His/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.30s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.62s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.04s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.00s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.98s /tmp/collections-His/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-642.el9.x86_64 --- 1.27s /tmp/collections-His/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-642.el9.x86_64 --- 1.09s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.95s /tmp/collections-His/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-His/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-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.91s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.90s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.90s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.90s /tmp/collections-His/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-642.el9.x86_64 --- 0.88s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.78s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-His/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114