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-JXZ 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-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Monday 12 January 2026 12:04:31 -0500 (0:00:00.020) 0:00:00.020 ******** included: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Monday 12 January 2026 12:04:31 -0500 (0:00:00.012) 0:00:00.032 ******** [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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Monday 12 January 2026 12:04:33 -0500 (0:00:01.990) 0:00:02.022 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Monday 12 January 2026 12:04:33 -0500 (0:00:00.012) 0:00:02.035 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:04:33 -0500 (0:00:00.082) 0:00:02.118 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:04:33 -0500 (0:00:00.016) 0:00:02.134 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:04:33 -0500 (0:00:00.035) 0:00:02.169 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:04:34 -0500 (0:00:00.424) 0:00:02.594 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:04:34 -0500 (0:00:00.022) 0:00:02.616 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:04:34 -0500 (0:00:00.031) 0:00:02.648 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:04:34 -0500 (0:00:00.012) 0:00:02.660 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:04:34 -0500 (0:00:00.046) 0:00:02.707 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:04:45 -0500 (0:00:11.644) 0:00:14.352 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767686426.474, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1767686424.056, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 663476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.056, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1891725977", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:04:46 -0500 (0:00:00.361) 0:00:14.713 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:04:46 -0500 (0:00:00.013) 0:00:14.727 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:04:46 -0500 (0:00:00.011) 0:00:14.739 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:04:46 -0500 (0:00:00.331) 0:00:15.071 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:04:46 -0500 (0:00:00.042) 0:00:15.113 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237486.0937226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1767686424.056, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 663476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.056, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1891725977", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:04:46 -0500 (0:00:00.345) 0:00:15.459 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767624604.354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "44a6e73d611b4d74c1a367bb4f816965b071c664", "ctime": 1767624604.355, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4994611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1767624604.355, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "387994888", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:04:47 -0500 (0:00:00.355) 0:00:15.814 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004559", "end": "2026-01-12 12:04:47.675485", "rc": 0, "start": "2026-01-12 12:04:47.670926" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:04:47 -0500 (0:00:00.452) 0:00:16.267 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:04:47 -0500 (0:00:00.034) 0:00:16.301 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:04:48 -0500 (0:00:00.440) 0:00:16.741 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:04:48 -0500 (0:00:00.354) 0:00:17.096 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:04:48 -0500 (0:00:00.425) 0:00:17.521 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:04:48 -0500 (0:00:00.017) 0:00:17.539 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:04:49 -0500 (0:00:00.016) 0:00:17.555 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:04:49 -0500 (0:00:00.028) 0:00:17.584 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:04:49 -0500 (0:00:00.578) 0:00:18.162 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Monday 12 January 2026 12:04:49 -0500 (0:00:00.035) 0:00:18.198 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Monday 12 January 2026 12:04:49 -0500 (0:00:00.002) 0:00:18.201 ******** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Monday 12 January 2026 12:04:49 -0500 (0:00:00.000) 0:00:18.202 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Monday 12 January 2026 12:04:49 -0500 (0:00:00.037) 0:00:18.240 ******** included: /tmp/collections-JXZ/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-655.el9.x86_64] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 12:04:49 -0500 (0:00:00.024) 0:00:18.264 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-655.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "13c555f3a11d0d6eeb255fd855679131d19713e8", "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64" }, "md5sum": "c1de6c0d739eb95ddba8667dc96d5278", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15116328, "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-655.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fbb087231b120e528af93b8b3fefdfe01bdd8e04", "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img" }, "md5sum": "7c4795c4b1a635fc0da1d070d6f71ea2", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39314246, "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 12:04:50 -0500 (0:00:01.096) 0:00:19.361 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:04:50 -0500 (0:00:00.036) 0:00:19.398 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:04:50 -0500 (0:00:00.019) 0:00:19.417 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:04:50 -0500 (0:00:00.032) 0:00:19.450 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:04:50 -0500 (0:00:00.016) 0:00:19.466 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:04:50 -0500 (0:00:00.016) 0:00:19.483 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:04:50 -0500 (0:00:00.031) 0:00:19.514 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:04:50 -0500 (0:00:00.011) 0:00:19.525 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:04:51 -0500 (0:00:00.060) 0:00:19.586 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:04:51 -0500 (0:00:00.939) 0:00:20.525 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237486.0937226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1767686424.056, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 663476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.056, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1891725977", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:04:52 -0500 (0:00:00.359) 0:00:20.884 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:04:52 -0500 (0:00:00.017) 0:00:20.902 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:04:52 -0500 (0:00:00.012) 0:00:20.914 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:04:52 -0500 (0:00:00.357) 0:00:21.271 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:04:52 -0500 (0:00:00.047) 0:00:21.319 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237486.0937226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1767686424.056, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 663476, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767686424.056, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1891725977", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:04:53 -0500 (0:00:00.372) 0:00:21.692 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237488.5073977, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:04:53 -0500 (0:00:00.366) 0:00:22.058 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004798", "end": "2026-01-12 12:04:53.845063", "rc": 0, "start": "2026-01-12 12:04:53.840265" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:04:53 -0500 (0:00:00.377) 0:00:22.435 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:04:53 -0500 (0:00:00.033) 0:00:22.469 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:04:54 -0500 (0:00:00.374) 0:00:22.844 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:04:54 -0500 (0:00:00.368) 0:00:23.213 ******** 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-655.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-655.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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:04:55 -0500 (0:00:00.651) 0:00:23.865 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:04:55 -0500 (0:00:00.020) 0:00:23.885 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:04:55 -0500 (0:00:00.022) 0:00:23.907 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:04:55 -0500 (0:00:00.051) 0:00:23.959 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:04:55 -0500 (0:00:00.063) 0:00:24.022 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 12:04:55 -0500 (0:00:00.047) 0:00:24.070 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 12:04:55 -0500 (0:00:00.004) 0:00:24.075 ******** 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.161297", "end": "2026-01-12 12:04:56.002143", "rc": 0, "start": "2026-01-12 12:04:55.840846" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 12:04:56 -0500 (0:00:00.517) 0:00:24.592 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 12:04:56 -0500 (0:00:00.015) 0:00:24.607 ******** changed: [managed-node1] => { "changed": true, "elapsed": 27, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 12:05:24 -0500 (0:00:28.382) 0:00:52.990 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 12:05:24 -0500 (0:00:00.015) 0:00:53.006 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 12:05:24 -0500 (0:00:00.016) 0:00:53.023 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 12:05:24 -0500 (0:00:00.021) 0:00:53.044 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:05:24 -0500 (0:00:00.090) 0:00:53.135 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:05:24 -0500 (0:00:00.029) 0:00:53.164 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:05:24 -0500 (0:00:00.047) 0:00:53.212 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:05:24 -0500 (0:00:00.026) 0:00:53.239 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:05:24 -0500 (0:00:00.027) 0:00:53.266 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:05:24 -0500 (0:00:00.039) 0:00:53.306 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:05:24 -0500 (0:00:00.015) 0:00:53.321 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:05:24 -0500 (0:00:00.046) 0:00:53.368 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:05:26 -0500 (0:00:02.082) 0:00:55.450 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:05:27 -0500 (0:00:00.411) 0:00:55.862 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:05:27 -0500 (0:00:00.016) 0:00:55.878 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:05:27 -0500 (0:00:00.013) 0:00:55.891 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:05:27 -0500 (0:00:00.336) 0:00:56.228 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:05:27 -0500 (0:00:00.040) 0:00:56.269 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:05:28 -0500 (0:00:00.352) 0:00:56.621 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:05:28 -0500 (0:00:00.360) 0:00:56.982 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004595", "end": "2026-01-12 12:05:28.778087", "rc": 0, "start": "2026-01-12 12:05:28.773492" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:05:28 -0500 (0:00:00.388) 0:00:57.370 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:05:28 -0500 (0:00:00.040) 0:00:57.410 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:05:29 -0500 (0:00:00.384) 0:00:57.795 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:05:29 -0500 (0:00:00.365) 0:00:58.161 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:05:29 -0500 (0:00:00.364) 0:00:58.526 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:05:30 -0500 (0:00:00.018) 0:00:58.544 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:05:30 -0500 (0:00:00.017) 0:00:58.561 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:05:30 -0500 (0:00:00.032) 0:00:58.594 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:05:30 -0500 (0:00:00.563) 0:00:59.158 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Monday 12 January 2026 12:05:30 -0500 (0:00:00.045) 0:00:59.204 ******** included: /tmp/collections-JXZ/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-655.el9.x86_64] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 12:05:30 -0500 (0:00:00.042) 0:00:59.246 ******** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-655.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "13c555f3a11d0d6eeb255fd855679131d19713e8", "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64" }, "md5sum": "c1de6c0d739eb95ddba8667dc96d5278", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15116328, "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-655.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "fbb087231b120e528af93b8b3fefdfe01bdd8e04", "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img" }, "md5sum": "7c4795c4b1a635fc0da1d070d6f71ea2", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39314246, "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 12:05:32 -0500 (0:00:01.297) 0:01:00.543 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:05:32 -0500 (0:00:00.036) 0:01:00.579 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:05:32 -0500 (0:00:00.017) 0:01:00.597 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:05:32 -0500 (0:00:00.038) 0:01:00.635 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:05:32 -0500 (0:00:00.018) 0:01:00.654 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:05:32 -0500 (0:00:00.017) 0:01:00.671 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:05:32 -0500 (0:00:00.030) 0:01:00.702 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:05:32 -0500 (0:00:00.012) 0:01:00.714 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:05:32 -0500 (0:00:00.063) 0:01:00.778 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:05:33 -0500 (0:00:00.956) 0:01:01.734 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:05:33 -0500 (0:00:00.359) 0:01:02.094 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:05:33 -0500 (0:00:00.020) 0:01:02.115 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:05:33 -0500 (0:00:00.020) 0:01:02.136 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:05:33 -0500 (0:00:00.373) 0:01:02.509 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:05:34 -0500 (0:00:00.042) 0:01:02.552 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:05:34 -0500 (0:00:00.351) 0:01:02.903 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:05:34 -0500 (0:00:00.357) 0:01:03.260 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004355", "end": "2026-01-12 12:05:35.048536", "rc": 0, "start": "2026-01-12 12:05:35.044181" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:05:35 -0500 (0:00:00.379) 0:01:03.639 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:05:35 -0500 (0:00:00.060) 0:01:03.700 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:05:35 -0500 (0:00:00.372) 0:01:04.072 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:05:35 -0500 (0:00:00.390) 0:01:04.463 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:05:36 -0500 (0:00:00.716) 0:01:05.179 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:05:36 -0500 (0:00:00.019) 0:01:05.198 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:05:36 -0500 (0:00:00.020) 0:01:05.219 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:05:36 -0500 (0:00:00.037) 0:01:05.257 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:05:36 -0500 (0:00:00.050) 0:01:05.307 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 12:05:36 -0500 (0:00:00.048) 0:01:05.355 ******** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 12:05:36 -0500 (0:00:00.001) 0:01:05.357 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 12:05:36 -0500 (0:00:00.016) 0:01:05.374 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:05:36 -0500 (0:00:00.067) 0:01:05.441 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:05:36 -0500 (0:00:00.021) 0:01:05.463 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:05:36 -0500 (0:00:00.040) 0:01:05.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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:05:36 -0500 (0:00:00.021) 0:01:05.525 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:05:37 -0500 (0:00:00.017) 0:01:05.543 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:05:37 -0500 (0:00:00.030) 0:01:05.574 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:05:37 -0500 (0:00:00.012) 0:01:05.586 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:05:37 -0500 (0:00:00.046) 0:01:05.633 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:05:38 -0500 (0:00:00.948) 0:01:06.581 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:05:38 -0500 (0:00:00.361) 0:01:06.942 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:05:38 -0500 (0:00:00.017) 0:01:06.960 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:05:38 -0500 (0:00:00.013) 0:01:06.973 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:05:38 -0500 (0:00:00.340) 0:01:07.314 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:05:38 -0500 (0:00:00.044) 0:01:07.359 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:05:39 -0500 (0:00:00.371) 0:01:07.730 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:05:39 -0500 (0:00:00.362) 0:01:08.093 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004668", "end": "2026-01-12 12:05:39.865328", "rc": 0, "start": "2026-01-12 12:05:39.860660" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:05:39 -0500 (0:00:00.360) 0:01:08.453 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:05:39 -0500 (0:00:00.035) 0:01:08.489 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:05:40 -0500 (0:00:00.361) 0:01:08.850 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:05:40 -0500 (0:00:00.363) 0:01:09.214 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:05:41 -0500 (0:00:00.342) 0:01:09.556 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:05:41 -0500 (0:00:00.018) 0:01:09.575 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:05:41 -0500 (0:00:00.017) 0:01:09.593 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:05:41 -0500 (0:00:00.031) 0:01:09.624 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:05:41 -0500 (0:00:00.531) 0:01:10.155 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Monday 12 January 2026 12:05:41 -0500 (0:00:00.038) 0:01:10.193 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Monday 12 January 2026 12:05:41 -0500 (0:00:00.044) 0:01:10.237 ******** included: /tmp/collections-JXZ/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-655.el9.x86_64] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Monday 12 January 2026 12:05:41 -0500 (0:00:00.027) 0:01:10.265 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-655.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-655.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "13c555f3a11d0d6eeb255fd855679131d19713e8", "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64" }, "md5sum": "c1de6c0d739eb95ddba8667dc96d5278", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15116328, "src": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-655.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fbb087231b120e528af93b8b3fefdfe01bdd8e04", "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img" }, "md5sum": "7c4795c4b1a635fc0da1d070d6f71ea2", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39314246, "src": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Monday 12 January 2026 12:05:42 -0500 (0:00:00.875) 0:01:11.140 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:05:42 -0500 (0:00:00.036) 0:01:11.177 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:05:42 -0500 (0:00:00.018) 0:01:11.195 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:05:42 -0500 (0:00:00.033) 0:01:11.229 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:05:42 -0500 (0:00:00.018) 0:01:11.247 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:05:42 -0500 (0:00:00.018) 0:01:11.265 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:05:42 -0500 (0:00:00.031) 0:01:11.296 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:05:42 -0500 (0:00:00.013) 0:01:11.310 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:05:42 -0500 (0:00:00.062) 0:01:11.372 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:05:43 -0500 (0:00:00.933) 0:01:12.306 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:05:44 -0500 (0:00:00.350) 0:01:12.657 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:05:44 -0500 (0:00:00.013) 0:01:12.670 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:05:44 -0500 (0:00:00.013) 0:01:12.684 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:05:44 -0500 (0:00:00.335) 0:01:13.019 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:05:44 -0500 (0:00:00.042) 0:01:13.061 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237496.0007915, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237495.9997916, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727746, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237495.9997916, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "2495487274", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:05:44 -0500 (0:00:00.355) 0:01:13.417 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:05:45 -0500 (0:00:00.358) 0:01:13.775 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004335", "end": "2026-01-12 12:05:45.551149", "rc": 0, "start": "2026-01-12 12:05:45.546814" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:05:45 -0500 (0:00:00.365) 0:01:14.140 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:05:45 -0500 (0:00:00.034) 0:01:14.174 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:05:46 -0500 (0:00:00.368) 0:01:14.543 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:05:46 -0500 (0:00:00.360) 0:01:14.903 ******** 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-655.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-655.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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:05:47 -0500 (0:00:00.701) 0:01:15.605 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:05:47 -0500 (0:00:00.020) 0:01:15.625 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:05:47 -0500 (0:00:00.017) 0:01:15.642 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:05:47 -0500 (0:00:00.030) 0:01:15.673 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:05:47 -0500 (0:00:00.031) 0:01:15.705 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Monday 12 January 2026 12:05:47 -0500 (0:00:00.031) 0:01:15.737 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 12:05:47 -0500 (0:00:00.001) 0:01:15.738 ******** 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.189911", "end": "2026-01-12 12:05:47.679743", "rc": 0, "start": "2026-01-12 12:05:47.489832" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 12:05:47 -0500 (0:00:00.532) 0:01:16.270 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 12:05:47 -0500 (0:00:00.013) 0:01:16.284 ******** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 12:06:12 -0500 (0:00:24.296) 0:01:40.581 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 12:06:12 -0500 (0:00:00.013) 0:01:40.595 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Monday 12 January 2026 12:06:12 -0500 (0:00:00.016) 0:01:40.611 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Monday 12 January 2026 12:06:12 -0500 (0:00:00.015) 0:01:40.627 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:06:12 -0500 (0:00:00.056) 0:01:40.684 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:06:12 -0500 (0:00:00.018) 0:01:40.703 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:06:12 -0500 (0:00:00.034) 0:01:40.737 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:06:12 -0500 (0:00:00.018) 0:01:40.756 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:06:12 -0500 (0:00:00.017) 0:01:40.774 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:06:12 -0500 (0:00:00.031) 0:01:40.805 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:06:12 -0500 (0:00:00.014) 0:01:40.819 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:06:12 -0500 (0:00:00.046) 0:01:40.866 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:06:14 -0500 (0:00:02.083) 0:01:42.949 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:06:14 -0500 (0:00:00.382) 0:01:43.331 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:06:14 -0500 (0:00:00.013) 0:01:43.345 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:06:14 -0500 (0:00:00.012) 0:01:43.357 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:06:15 -0500 (0:00:00.341) 0:01:43.699 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:06:15 -0500 (0:00:00.040) 0:01:43.740 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:06:15 -0500 (0:00:00.354) 0:01:44.094 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:06:15 -0500 (0:00:00.359) 0:01:44.454 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004997", "end": "2026-01-12 12:06:15.338004", "rc": 0, "start": "2026-01-12 12:06:15.333007" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:06:16 -0500 (0:00:00.373) 0:01:44.827 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:06:16 -0500 (0:00:00.040) 0:01:44.868 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:06:16 -0500 (0:00:00.386) 0:01:45.255 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:06:17 -0500 (0:00:00.380) 0:01:45.635 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:06:17 -0500 (0:00:00.364) 0:01:45.999 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:06:17 -0500 (0:00:00.026) 0:01:46.025 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:06:17 -0500 (0:00:00.020) 0:01:46.046 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:06:17 -0500 (0:00:00.037) 0:01:46.084 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" }, { "args": "test=kernel", "default": false, "id": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone2", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-655.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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "4", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:06:18 -0500 (0:00:00.588) 0:01:46.672 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" }, { "args": "test=kernel", "default": false, "id": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone2", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-655.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": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone1", "index": "4", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Monday 12 January 2026 12:06:18 -0500 (0:00:00.044) 0:01:46.717 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Monday 12 January 2026 12:06:18 -0500 (0:00:00.063) 0:01:46.780 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:06:18 -0500 (0:00:00.060) 0:01:46.841 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:06:18 -0500 (0:00:00.018) 0:01:46.859 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:06:18 -0500 (0:00:00.037) 0:01:46.897 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:06:18 -0500 (0:00:00.021) 0:01:46.919 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:06:18 -0500 (0:00:00.021) 0:01:46.940 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:06:18 -0500 (0:00:00.040) 0:01:46.980 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:06:18 -0500 (0:00:00.014) 0:01:46.995 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:06:18 -0500 (0:00:00.061) 0:01:47.057 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:06:19 -0500 (0:00:00.973) 0:01:48.030 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:06:19 -0500 (0:00:00.358) 0:01:48.389 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:06:19 -0500 (0:00:00.013) 0:01:48.403 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:06:19 -0500 (0:00:00.013) 0:01:48.417 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:06:20 -0500 (0:00:00.366) 0:01:48.783 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:06:20 -0500 (0:00:00.065) 0:01:48.849 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:06:20 -0500 (0:00:00.391) 0:01:49.240 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:06:21 -0500 (0:00:00.359) 0:01:49.600 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005122", "end": "2026-01-12 12:06:20.908984", "rc": 0, "start": "2026-01-12 12:06:20.903862" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:06:21 -0500 (0:00:00.364) 0:01:49.964 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:06:21 -0500 (0:00:00.042) 0:01:50.007 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:06:21 -0500 (0:00:00.378) 0:01:50.386 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:06:22 -0500 (0:00:00.373) 0:01:50.759 ******** 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-655.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-655.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Monday 12 January 2026 12:06:22 -0500 (0:00:00.346) 0:01:51.105 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Monday 12 January 2026 12:06:22 -0500 (0:00:00.015) 0:01:51.121 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:06:22 -0500 (0:00:00.068) 0:01:51.190 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:06:22 -0500 (0:00:00.022) 0:01:51.213 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:06:22 -0500 (0:00:00.040) 0:01:51.253 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:06:22 -0500 (0:00:00.019) 0:01:51.273 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:06:22 -0500 (0:00:00.017) 0:01:51.290 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:06:22 -0500 (0:00:00.030) 0:01:51.321 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:06:22 -0500 (0:00:00.014) 0:01:51.335 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:06:22 -0500 (0:00:00.055) 0:01:51.391 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:06:23 -0500 (0:00:00.973) 0:01:52.365 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:06:24 -0500 (0:00:00.355) 0:01:52.720 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:06:24 -0500 (0:00:00.015) 0:01:52.736 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:06:24 -0500 (0:00:00.017) 0:01:52.753 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:06:24 -0500 (0:00:00.344) 0:01:53.098 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:06:24 -0500 (0:00:00.075) 0:01:53.174 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:06:24 -0500 (0:00:00.356) 0:01:53.530 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:06:25 -0500 (0:00:00.359) 0:01:53.890 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004861", "end": "2026-01-12 12:06:25.593071", "rc": 0, "start": "2026-01-12 12:06:25.588210" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:06:25 -0500 (0:00:00.401) 0:01:54.292 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:06:25 -0500 (0:00:00.093) 0:01:54.385 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:06:26 -0500 (0:00:00.442) 0:01:54.828 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:06:26 -0500 (0:00:00.400) 0:01:55.229 ******** 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-655.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:06:27 -0500 (0:00:00.754) 0:01:55.983 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:06:27 -0500 (0:00:00.053) 0:01:56.036 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:06:27 -0500 (0:00:00.104) 0:01:56.140 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:06:27 -0500 (0:00:00.037) 0:01:56.178 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" }, { "args": "test=kernel", "default": false, "id": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone2", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:06:28 -0500 (0:00:00.528) 0:01:56.706 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" }, { "args": "test=kernel", "default": false, "id": "e8f7c9fba7224c2d935457d6a58d2bc0-5.14.0-655.el9.x86_64_clone2", "index": "3", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Monday 12 January 2026 12:06:28 -0500 (0:00:00.039) 0:01:56.745 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Monday 12 January 2026 12:06:28 -0500 (0:00:00.071) 0:01:56.817 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Monday 12 January 2026 12:06:28 -0500 (0:00:00.018) 0:01:56.835 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Monday 12 January 2026 12:06:28 -0500 (0:00:00.037) 0:01:56.873 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Monday 12 January 2026 12:06:28 -0500 (0:00:00.019) 0:01:56.893 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Monday 12 January 2026 12:06:28 -0500 (0:00:00.017) 0:01:56.910 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Monday 12 January 2026 12:06:28 -0500 (0:00:00.033) 0:01:56.944 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Monday 12 January 2026 12:06:28 -0500 (0:00:00.018) 0:01:56.963 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Monday 12 January 2026 12:06:28 -0500 (0:00:00.051) 0:01:57.014 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Monday 12 January 2026 12:06:29 -0500 (0:00:00.933) 0:01:57.947 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Monday 12 January 2026 12:06:29 -0500 (0:00:00.356) 0:01:58.304 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Monday 12 January 2026 12:06:29 -0500 (0:00:00.015) 0:01:58.319 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Monday 12 January 2026 12:06:29 -0500 (0:00:00.013) 0:01:58.333 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Monday 12 January 2026 12:06:30 -0500 (0:00:00.343) 0:01:58.677 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Monday 12 January 2026 12:06:30 -0500 (0:00:00.043) 0:01:58.720 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237547.6780028, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1768237547.677003, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 727749, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1768237547.677003, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "3463606238", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Monday 12 January 2026 12:06:30 -0500 (0:00:00.354) 0:01:59.075 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1768237493.4527738, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "60b0108cb944fd30a742f628797626c2e18b8f5b", "ctime": 1768237488.5067394, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 176160962, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1768237488.5073988, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1076887265", "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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Monday 12 January 2026 12:06:30 -0500 (0:00:00.357) 0:01:59.432 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004671", "end": "2026-01-12 12:06:31.208828", "rc": 0, "start": "2026-01-12 12:06:31.204157" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Monday 12 January 2026 12:06:31 -0500 (0:00:00.366) 0:01:59.799 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Monday 12 January 2026 12:06:31 -0500 (0:00:00.036) 0:01:59.835 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Monday 12 January 2026 12:06:31 -0500 (0:00:00.364) 0:02:00.200 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Monday 12 January 2026 12:06:32 -0500 (0:00:00.362) 0:02:00.563 ******** 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-655.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Monday 12 January 2026 12:06:32 -0500 (0:00:00.634) 0:02:01.197 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Monday 12 January 2026 12:06:32 -0500 (0:00:00.018) 0:02:01.216 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Monday 12 January 2026 12:06:32 -0500 (0:00:00.018) 0:02:01.234 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Monday 12 January 2026 12:06:32 -0500 (0:00:00.031) 0:02:01.266 ******** 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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Monday 12 January 2026 12:06:33 -0500 (0:00:00.499) 0:02:01.766 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-655.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-655.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-655.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-655.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": "1b220980a0ae4b2bb14ee0cefe286277-5.14.0-654.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-654.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-654.el9.x86_64", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (5.14.0-654.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": "1b220980a0ae4b2bb14ee0cefe286277-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-1b220980a0ae4b2bb14ee0cefe286277.img", "kernel": "/boot/vmlinuz-0-rescue-1b220980a0ae4b2bb14ee0cefe286277", "root": "UUID=a072e5ad-b1ec-4900-abeb-5d4679ecfcd5", "title": "CentOS Stream (0-rescue-1b220980a0ae4b2bb14ee0cefe286277) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Monday 12 January 2026 12:06:33 -0500 (0:00:00.039) 0:02:01.805 ******** 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-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Monday 12 January 2026 12:06:33 -0500 (0:00:00.054) 0:02:01.860 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-655.el9.x86_64_clone1" ], "delta": "0:00:00.060257", "end": "2026-01-12 12:06:33.670419", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-01-12 12:06:33.610162" } STDERR: The param /boot/vmlinuz-5.14.0-655.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-655.el9.x86_64_clone2" ], "delta": "0:00:00.059797", "end": "2026-01-12 12:06:34.057897", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-01-12 12:06:33.998100" } STDERR: The param /boot/vmlinuz-5.14.0-655.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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Monday 12 January 2026 12:06:34 -0500 (0:00:00.789) 0:02:02.649 ******** 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.134910", "end": "2026-01-12 12:06:34.536712", "rc": 0, "start": "2026-01-12 12:06:34.401802" } 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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Monday 12 January 2026 12:06:34 -0500 (0:00:00.479) 0:02:03.128 ******** included: /tmp/collections-JXZ/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-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Monday 12 January 2026 12:06:34 -0500 (0:00:00.014) 0:02:03.143 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Monday 12 January 2026 12:06:58 -0500 (0:00:23.450) 0:02:26.593 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Monday 12 January 2026 12:06:58 -0500 (0:00:00.013) 0:02:26.606 ******** 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-12T17:06:22.561352+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-655.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-655.el9.x86_64_clone2", "start_time": "2026-01-12T17:06:22.218886+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 12 January 2026 12:06:58 -0500 (0:00:00.015) 0:02:26.622 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 28.38s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.30s /tmp/collections-JXZ/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.45s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.64s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.08s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.08s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.99s /tmp/collections-JXZ/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-655.el9.x86_64 --- 1.30s /tmp/collections-JXZ/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-655.el9.x86_64 --- 1.10s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.97s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.97s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.96s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.95s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.94s /tmp/collections-JXZ/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-JXZ/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-JXZ/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-655.el9.x86_64 --- 0.88s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.79s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.75s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.72s /tmp/collections-JXZ/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114