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-3SG executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 Saturday 09 May 2026 09:40:28 -0400 (0:00:00.019) 0:00:00.019 ********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:10 Saturday 09 May 2026 09:40:30 -0400 (0:00:02.258) 0:00:02.277 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.013) 0:00:02.291 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "\"architecture\" not in ansible_facts.keys() | list", "skip_reason": "Conditional result was False" } TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.032) 0:00:02.323 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:15 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.005) 0:00:02.328 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.015) 0:00:02.344 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.000) 0:00:02.345 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.015) 0:00:02.360 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.078) 0:00:02.438 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:40:30 -0400 (0:00:00.017) 0:00:02.456 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:40:31 -0400 (0:00:00.544) 0:00:03.001 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:40:31 -0400 (0:00:00.428) 0:00:03.429 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:40:32 -0400 (0:00:00.471) 0:00:03.901 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:40:32 -0400 (0:00:00.020) 0:00:03.922 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:40:32 -0400 (0:00:00.030) 0:00:03.952 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:40:32 -0400 (0:00:00.011) 0:00:03.964 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:40:32 -0400 (0:00:00.025) 0:00:03.989 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:40:44 -0400 (0:00:11.804) 0:00:15.793 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777992570.7984107, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1777992570.797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777992570.7984107, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1522465141", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:40:44 -0400 (0:00:00.365) 0:00:16.159 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:40:44 -0400 (0:00:00.013) 0:00:16.172 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:40:44 -0400 (0:00:00.011) 0:00:16.183 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:40:44 -0400 (0:00:00.331) 0:00:16.515 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:40:44 -0400 (0:00:00.023) 0:00:16.538 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334044.2992487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1777992570.797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777992570.7984107, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1522465141", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:40:45 -0400 (0:00:00.344) 0:00:16.883 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777991519.728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "6765ad27136cdd691772a8aed7a5b0f8e3411c43", "ctime": 1777991519.729, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5003233, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777991519.729, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "661644379", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:40:45 -0400 (0:00:00.348) 0:00:17.231 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005242", "end": "2026-05-09 09:40:45.829375", "rc": 0, "start": "2026-05-09 09:40:45.824133" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:40:45 -0400 (0:00:00.425) 0:00:17.657 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:40:45 -0400 (0:00:00.016) 0:00:17.673 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:40:46 -0400 (0:00:00.417) 0:00:18.091 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:40:46 -0400 (0:00:00.332) 0:00:18.423 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.420) 0:00:18.844 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.019) 0:00:18.864 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.023) 0:00:18.887 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.011) 0:00:18.899 ********** 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": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.524) 0:00:19.424 ********** 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": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.016) 0:00:19.440 ********** ok: [managed-node1] => { "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:20 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.328) 0:00:19.769 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:27 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.002) 0:00:19.772 ********** META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:30 Saturday 09 May 2026 09:40:47 -0400 (0:00:00.000) 0:00:19.772 ********** 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": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:34 Saturday 09 May 2026 09:40:48 -0400 (0:00:00.022) 0:00:19.794 ********** included: /tmp/collections-3SG/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-700.el9.x86_64] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 May 2026 09:40:48 -0400 (0:00:00.019) 0:00:19.814 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-700.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6bb5ceb08828d3f30e497388d8d4a4e794281c9e", "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64" }, "md5sum": "dbec7ef7f29ebece0cea519d75ab2961", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-700.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "4f02ba5c4ac1beb724d86e15ce2c17f48ed23239", "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img" }, "md5sum": "eb008f51dbabebd8edeb21fc70c932fc", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415929, "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 May 2026 09:40:49 -0400 (0:00:01.063) 0:00:20.877 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.015) 0:00:20.892 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.000) 0:00:20.893 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.017) 0:00:20.911 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.049) 0:00:20.960 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.018) 0:00:20.979 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:40:49 -0400 (0:00:00.545) 0:00:21.524 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.331) 0:00:21.856 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.017) 0:00:21.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 platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.015) 0:00:21.889 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.030) 0:00:21.919 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.011) 0:00:21.931 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:40:50 -0400 (0:00:00.054) 0:00:21.986 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:40:51 -0400 (0:00:01.276) 0:00:23.262 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334044.2992487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1777992570.797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777992570.7984107, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1522465141", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:40:51 -0400 (0:00:00.346) 0:00:23.608 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:40:51 -0400 (0:00:00.012) 0:00:23.621 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:40:51 -0400 (0:00:00.011) 0:00:23.633 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:40:52 -0400 (0:00:00.330) 0:00:23.963 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:40:52 -0400 (0:00:00.032) 0:00:23.996 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334044.2992487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "89c8be76603e67e2a616f1f231acacb9e690f01a", "ctime": 1777992570.797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777992570.7984107, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1522465141", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:40:52 -0400 (0:00:00.361) 0:00:24.357 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334046.596345, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:40:52 -0400 (0:00:00.373) 0:00:24.731 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004646", "end": "2026-05-09 09:40:53.267572", "rc": 0, "start": "2026-05-09 09:40:53.262926" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:40:53 -0400 (0:00:00.364) 0:00:25.095 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:40:53 -0400 (0:00:00.023) 0:00:25.118 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:40:53 -0400 (0:00:00.347) 0:00:25.465 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.371) 0:00:25.836 ********** 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-700.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-700.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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.577) 0:00:26.414 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.021) 0:00:26.435 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.020) 0:00:26.456 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.012) 0:00:26.468 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.013) 0:00:26.482 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:40:54 -0400 (0:00:00.015) 0:00:26.497 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 09 May 2026 09:40:55 -0400 (0:00:00.341) 0:00:26.839 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 May 2026 09:40:55 -0400 (0:00:00.001) 0:00:26.841 ********** 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.134943", "end": "2026-05-09 09:40:55.517407", "rc": 0, "start": "2026-05-09 09:40:55.382464" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 May 2026 09:40:55 -0400 (0:00:00.508) 0:00:27.349 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 May 2026 09:40:55 -0400 (0:00:00.021) 0:00:27.371 ********** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 May 2026 09:41:19 -0400 (0:00:23.948) 0:00:51.319 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.012) 0:00:51.331 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.016) 0:00:51.348 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.015) 0:00:51.363 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.016) 0:00:51.380 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.000) 0:00:51.381 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.017) 0:00:51.398 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.042) 0:00:51.440 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:41:19 -0400 (0:00:00.019) 0:00:51.460 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.621) 0:00:52.081 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.340) 0:00:52.421 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.017) 0:00:52.439 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.017) 0:00:52.457 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.030) 0:00:52.487 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.012) 0:00:52.500 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:41:20 -0400 (0:00:00.037) 0:00:52.538 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:41:23 -0400 (0:00:02.365) 0:00:54.903 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:41:23 -0400 (0:00:00.388) 0:00:55.292 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:41:23 -0400 (0:00:00.014) 0:00:55.307 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:41:23 -0400 (0:00:00.016) 0:00:55.324 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:41:23 -0400 (0:00:00.343) 0:00:55.668 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:41:23 -0400 (0:00:00.023) 0:00:55.691 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:41:24 -0400 (0:00:00.371) 0:00:56.063 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:41:24 -0400 (0:00:00.374) 0:00:56.438 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005621", "end": "2026-05-09 09:41:24.654974", "rc": 0, "start": "2026-05-09 09:41:24.649353" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:41:25 -0400 (0:00:00.346) 0:00:56.784 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:41:25 -0400 (0:00:00.016) 0:00:56.801 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:41:25 -0400 (0:00:00.338) 0:00:57.139 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:41:25 -0400 (0:00:00.342) 0:00:57.481 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.349) 0:00:57.831 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.017) 0:00:57.849 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.020) 0:00:57.870 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.011) 0:00:57.881 ********** 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 test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.513) 0:00:58.395 ********** 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 test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.025) 0:00:58.420 ********** ok: [managed-node1] => { "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:42 Saturday 09 May 2026 09:41:26 -0400 (0:00:00.347) 0:00:58.767 ********** included: /tmp/collections-3SG/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-700.el9.x86_64] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 May 2026 09:41:27 -0400 (0:00:00.020) 0:00:58.788 ********** ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-700.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "6bb5ceb08828d3f30e497388d8d4a4e794281c9e", "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64" }, "md5sum": "dbec7ef7f29ebece0cea519d75ab2961", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-700.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "4f02ba5c4ac1beb724d86e15ce2c17f48ed23239", "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img" }, "md5sum": "eb008f51dbabebd8edeb21fc70c932fc", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415929, "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 May 2026 09:41:28 -0400 (0:00:01.270) 0:01:00.058 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.016) 0:01:00.074 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.001) 0:01:00.076 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.019) 0:01:00.095 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.050) 0:01:00.146 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.027) 0:01:00.174 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:41:28 -0400 (0:00:00.579) 0:01:00.753 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.353) 0:01:01.107 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.021) 0:01:01.128 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.022) 0:01:01.151 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.047) 0:01:01.199 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.020) 0:01:01.219 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:41:29 -0400 (0:00:00.074) 0:01:01.293 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:41:30 -0400 (0:00:01.300) 0:01:02.594 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.364) 0:01:02.958 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.013) 0:01:02.972 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.011) 0:01:02.984 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.346) 0:01:03.330 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.035) 0:01:03.366 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:41:31 -0400 (0:00:00.395) 0:01:03.762 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:41:32 -0400 (0:00:00.365) 0:01:04.127 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004679", "end": "2026-05-09 09:41:32.667018", "rc": 0, "start": "2026-05-09 09:41:32.662339" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:41:32 -0400 (0:00:00.365) 0:01:04.492 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:41:32 -0400 (0:00:00.016) 0:01:04.509 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:41:33 -0400 (0:00:00.357) 0:01:04.866 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:41:33 -0400 (0:00:00.348) 0:01:05.215 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.612) 0:01:05.827 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.018) 0:01:05.845 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.017) 0:01:05.863 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.012) 0:01:05.875 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.013) 0:01:05.889 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.012) 0:01:05.901 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.339) 0:01:06.241 ********** META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.000) 0:01:06.242 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.016) 0:01:06.258 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.017) 0:01:06.275 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.000) 0:01:06.276 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.016) 0:01:06.293 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.042) 0:01:06.336 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:41:34 -0400 (0:00:00.021) 0:01:06.357 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.562) 0:01:06.919 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.359) 0:01:07.279 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.018) 0:01:07.297 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.021) 0:01:07.319 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.038) 0:01:07.358 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.016) 0:01:07.374 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:41:35 -0400 (0:00:00.032) 0:01:07.407 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:41:36 -0400 (0:00:01.282) 0:01:08.689 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:41:37 -0400 (0:00:00.362) 0:01:09.051 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:41:37 -0400 (0:00:00.014) 0:01:09.065 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:41:37 -0400 (0:00:00.013) 0:01:09.079 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:41:37 -0400 (0:00:00.349) 0:01:09.429 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:41:37 -0400 (0:00:00.023) 0:01:09.453 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:41:38 -0400 (0:00:00.365) 0:01:09.819 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:41:38 -0400 (0:00:00.358) 0:01:10.177 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004982", "end": "2026-05-09 09:41:38.718772", "rc": 0, "start": "2026-05-09 09:41:38.713790" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:41:38 -0400 (0:00:00.366) 0:01:10.544 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:41:38 -0400 (0:00:00.023) 0:01:10.567 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.360) 0:01:10.928 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.347) 0:01:11.276 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.343) 0:01:11.619 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.018) 0:01:11.637 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.017) 0:01:11.655 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:41:39 -0400 (0:00:00.012) 0:01:11.667 ********** 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 test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:41:40 -0400 (0:00:00.503) 0:01:12.170 ********** 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 test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:41:40 -0400 (0:00:00.018) 0:01:12.189 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:50 Saturday 09 May 2026 09:41:40 -0400 (0:00:00.338) 0:01:12.527 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:60 Saturday 09 May 2026 09:41:40 -0400 (0:00:00.031) 0:01:12.559 ********** included: /tmp/collections-3SG/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-700.el9.x86_64] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 May 2026 09:41:40 -0400 (0:00:00.022) 0:01:12.581 ********** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-700.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-700.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "6bb5ceb08828d3f30e497388d8d4a4e794281c9e", "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64" }, "md5sum": "dbec7ef7f29ebece0cea519d75ab2961", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15206440, "src": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-700.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "4f02ba5c4ac1beb724d86e15ce2c17f48ed23239", "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img" }, "md5sum": "eb008f51dbabebd8edeb21fc70c932fc", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 39415929, "src": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.886) 0:01:13.467 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.016) 0:01:13.484 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.000) 0:01:13.485 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.017) 0:01:13.502 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.044) 0:01:13.547 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:41:41 -0400 (0:00:00.019) 0:01:13.566 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.559) 0:01:14.126 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.352) 0:01:14.479 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.021) 0:01:14.501 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.025) 0:01:14.526 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.048) 0:01:14.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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.013) 0:01:14.587 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:41:42 -0400 (0:00:00.055) 0:01:14.643 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:41:44 -0400 (0:00:01.285) 0:01:15.929 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:41:44 -0400 (0:00:00.366) 0:01:16.296 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:41:44 -0400 (0:00:00.016) 0:01:16.313 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:41:44 -0400 (0:00:00.019) 0:01:16.332 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:41:44 -0400 (0:00:00.364) 0:01:16.696 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:41:44 -0400 (0:00:00.034) 0:01:16.731 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334055.516268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334055.5152678, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637836, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334055.5152678, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1159250994", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:41:45 -0400 (0:00:00.360) 0:01:17.092 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:41:45 -0400 (0:00:00.364) 0:01:17.456 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004371", "end": "2026-05-09 09:41:45.975033", "rc": 0, "start": "2026-05-09 09:41:45.970662" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:41:46 -0400 (0:00:00.345) 0:01:17.802 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:41:46 -0400 (0:00:00.019) 0:01:17.821 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:41:46 -0400 (0:00:00.349) 0:01:18.171 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:41:46 -0400 (0:00:00.355) 0:01:18.527 ********** 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-700.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-700.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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.617) 0:01:19.144 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.018) 0:01:19.162 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.016) 0:01:19.179 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.011) 0:01:19.191 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.012) 0:01:19.204 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.014) 0:01:19.219 ********** ok: [managed-node1] => { "changed": false } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:32 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.338) 0:01:19.557 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 May 2026 09:41:47 -0400 (0:00:00.001) 0:01:19.559 ********** 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.161240", "end": "2026-05-09 09:41:48.233441", "rc": 0, "start": "2026-05-09 09:41:48.072201" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 May 2026 09:41:48 -0400 (0:00:00.502) 0:01:20.061 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 May 2026 09:41:48 -0400 (0:00:00.014) 0:01:20.076 ********** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 May 2026 09:42:11 -0400 (0:00:23.251) 0:01:43.328 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.014) 0:01:43.342 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:35 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.021) 0:01:43.364 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.016) 0:01:43.380 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.020) 0:01:43.401 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.000) 0:01:43.402 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.015) 0:01:43.418 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.041) 0:01:43.459 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:42:11 -0400 (0:00:00.018) 0:01:43.478 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.597) 0:01:44.075 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.335) 0:01:44.410 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.017) 0:01:44.427 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.016) 0:01:44.444 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.028) 0:01:44.473 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.012) 0:01:44.485 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:42:12 -0400 (0:00:00.028) 0:01:44.513 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:42:15 -0400 (0:00:02.356) 0:01:46.870 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:42:15 -0400 (0:00:00.378) 0:01:47.249 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:42:15 -0400 (0:00:00.013) 0:01:47.262 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:42:15 -0400 (0:00:00.011) 0:01:47.274 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:42:15 -0400 (0:00:00.340) 0:01:47.615 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:42:15 -0400 (0:00:00.025) 0:01:47.640 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:42:16 -0400 (0:00:00.371) 0:01:48.012 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:42:16 -0400 (0:00:00.368) 0:01:48.380 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004813", "end": "2026-05-09 09:42:16.607320", "rc": 0, "start": "2026-05-09 09:42:16.602507" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:42:16 -0400 (0:00:00.347) 0:01:48.727 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:42:16 -0400 (0:00:00.018) 0:01:48.745 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:42:17 -0400 (0:00:00.355) 0:01:49.101 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:42:17 -0400 (0:00:00.362) 0:01:49.464 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.342) 0:01:49.806 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.024) 0:01:49.830 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.017) 0:01:49.848 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.013) 0:01:49.861 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-700.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": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.515) 0:01:50.377 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-700.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": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.019) 0:01:50.396 ********** ok: [managed-node1] => { "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:67 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.337) 0:01:50.734 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:79 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.027) 0:01:50.761 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.014) 0:01:50.776 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:42:18 -0400 (0:00:00.000) 0:01:50.777 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.015) 0:01:50.793 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.043) 0:01:50.836 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.019) 0:01:50.855 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.552) 0:01:51.407 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.341) 0:01:51.749 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:42:19 -0400 (0:00:00.021) 0:01:51.771 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:42:20 -0400 (0:00:00.018) 0:01:51.789 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:42:20 -0400 (0:00:00.048) 0:01:51.838 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:42:20 -0400 (0:00:00.019) 0:01:51.857 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:42:20 -0400 (0:00:00.046) 0:01:51.904 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:42:21 -0400 (0:00:01.277) 0:01:53.182 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:42:21 -0400 (0:00:00.365) 0:01:53.548 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:42:21 -0400 (0:00:00.013) 0:01:53.561 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:42:21 -0400 (0:00:00.011) 0:01:53.573 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:42:22 -0400 (0:00:00.335) 0:01:53.909 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:42:22 -0400 (0:00:00.025) 0:01:53.934 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:42:22 -0400 (0:00:00.353) 0:01:54.288 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:42:22 -0400 (0:00:00.353) 0:01:54.641 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004758", "end": "2026-05-09 09:42:23.159129", "rc": 0, "start": "2026-05-09 09:42:23.154371" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:42:23 -0400 (0:00:00.342) 0:01:54.984 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:42:23 -0400 (0:00:00.016) 0:01:55.000 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:42:23 -0400 (0:00:00.345) 0:01:55.346 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:42:23 -0400 (0:00:00.354) 0:01:55.700 ********** 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-700.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-700.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:94 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.346) 0:01:56.046 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:98 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.019) 0:01:56.066 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.023) 0:01:56.090 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.000) 0:01:56.091 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.022) 0:01:56.113 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.055) 0:01:56.168 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.019) 0:01:56.188 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:42:24 -0400 (0:00:00.560) 0:01:56.749 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.337) 0:01:57.086 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.017) 0:01:57.103 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.017) 0:01:57.121 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.030) 0:01:57.151 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.011) 0:01:57.162 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:42:25 -0400 (0:00:00.040) 0:01:57.203 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:42:26 -0400 (0:00:01.289) 0:01:58.493 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.352) 0:01:58.846 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.013) 0:01:58.859 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.012) 0:01:58.871 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.336) 0:01:59.208 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.024) 0:01:59.232 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:42:27 -0400 (0:00:00.353) 0:01:59.586 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:42:28 -0400 (0:00:00.353) 0:01:59.939 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004708", "end": "2026-05-09 09:42:28.459030", "rc": 0, "start": "2026-05-09 09:42:28.454322" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:42:28 -0400 (0:00:00.346) 0:02:00.285 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:42:28 -0400 (0:00:00.016) 0:02:00.302 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:42:28 -0400 (0:00:00.343) 0:02:00.645 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:42:29 -0400 (0:00:00.344) 0:02:00.989 ********** 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-700.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:42:29 -0400 (0:00:00.642) 0:02:01.632 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:42:29 -0400 (0:00:00.019) 0:02:01.651 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:42:29 -0400 (0:00:00.017) 0:02:01.668 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:42:29 -0400 (0:00:00.012) 0:02:01.681 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-700.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", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.470) 0:02:02.152 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "2033fd7a1e354aed8417a92bacbb143c-5.14.0-700.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-700.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", "default": false, "id": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.018) 0:02:02.171 ********** ok: [managed-node1] => { "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:114 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.340) 0:02:02.512 ********** included: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:9 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.022) 0:02:02.534 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:23 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.001) 0:02:02.535 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/run_role_with_clear_facts.yml:33 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.017) 0:02:02.553 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.070) 0:02:02.623 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 May 2026 09:42:30 -0400 (0:00:00.019) 0:02:02.643 ********** ok: [managed-node1] TASK [fedora.linux_system_roles.bootloader : Record role begin fingerprint] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.550) 0:02:03.194 ********** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:17 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.335) 0:02:03.529 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:22 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.017) 0:02:03.547 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:26 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.017) 0:02:03.564 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.031) 0:02:03.595 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.013) 0:02:03.609 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 May 2026 09:42:31 -0400 (0:00:00.035) 0:02:03.644 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 May 2026 09:42:33 -0400 (0:00:01.282) 0:02:04.927 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 May 2026 09:42:33 -0400 (0:00:00.351) 0:02:05.279 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 May 2026 09:42:33 -0400 (0:00:00.013) 0:02:05.292 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 May 2026 09:42:33 -0400 (0:00:00.012) 0:02:05.305 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 May 2026 09:42:33 -0400 (0:00:00.336) 0:02:05.642 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 May 2026 09:42:33 -0400 (0:00:00.025) 0:02:05.668 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334108.231847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d6fb6b254852955c8ad3b6a74716aede9daec40d", "ctime": 1778334108.2308471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4637839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1778334108.2308471, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 353, "uid": 0, "version": "1092324282", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 May 2026 09:42:34 -0400 (0:00:00.349) 0:02:06.017 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1778334052.8852634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "5b62a11f9b20b7fdc94c12416fd87afbe39d3f34", "ctime": 1778334046.5952528, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 243269827, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1778334046.5963457, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "3893444606", "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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 May 2026 09:42:34 -0400 (0:00:00.358) 0:02:06.375 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005221", "end": "2026-05-09 09:42:34.893288", "rc": 0, "start": "2026-05-09 09:42:34.888067" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 May 2026 09:42:34 -0400 (0:00:00.344) 0:02:06.719 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 May 2026 09:42:34 -0400 (0:00:00.017) 0:02:06.737 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 May 2026 09:42:35 -0400 (0:00:00.340) 0:02:07.077 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 May 2026 09:42:35 -0400 (0:00:00.344) 0:02:07.422 ********** 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-700.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.573) 0:02:07.996 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.019) 0:02:08.015 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.016) 0:02:08.032 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.012) 0:02:08.045 ********** 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": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Set bootloader_facts variable] **** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:157 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.442) 0:02:08.487 ********** 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": "c06c4b9e0f824e6291035cf17f0e8109-5.14.0-700.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-700.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-700.el9.x86_64", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (5.14.0-700.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": "c06c4b9e0f824e6291035cf17f0e8109-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-c06c4b9e0f824e6291035cf17f0e8109.img", "kernel": "/boot/vmlinuz-0-rescue-c06c4b9e0f824e6291035cf17f0e8109", "root": "UUID=1f4ed427-ade7-4d74-9cf5-e489ea6dc064", "title": "CentOS Stream (0-rescue-c06c4b9e0f824e6291035cf17f0e8109) 9" } ] }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Record role success fingerprint] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:162 Saturday 09 May 2026 09:42:36 -0400 (0:00:00.019) 0:02:08.506 ********** ok: [managed-node1] => { "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:123 Saturday 09 May 2026 09:42:37 -0400 (0:00:00.341) 0:02:08.848 ********** 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-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 Saturday 09 May 2026 09:42:37 -0400 (0:00:00.037) 0:02:08.885 ********** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-700.el9.x86_64_clone1" ], "delta": "0:00:00.046330", "end": "2026-05-09 09:42:37.444088", "failed_when_result": false, "item": 1, "rc": 1, "start": "2026-05-09 09:42:37.397758" } STDERR: The param /boot/vmlinuz-5.14.0-700.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-700.el9.x86_64_clone2" ], "delta": "0:00:00.046769", "end": "2026-05-09 09:42:37.821115", "failed_when_result": false, "item": 2, "rc": 1, "start": "2026-05-09 09:42:37.774346" } STDERR: The param /boot/vmlinuz-5.14.0-700.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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 May 2026 09:42:37 -0400 (0:00:00.764) 0:02:09.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.109192", "end": "2026-05-09 09:42:38.277670", "rc": 0, "start": "2026-05-09 09:42:38.168478" } 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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 May 2026 09:42:38 -0400 (0:00:00.457) 0:02:10.107 ********** included: /tmp/collections-3SG/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-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 May 2026 09:42:38 -0400 (0:00:00.014) 0:02:10.121 ********** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 May 2026 09:43:03 -0400 (0:00:24.684) 0:02:34.806 ********** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 May 2026 09:43:03 -0400 (0:00:00.013) 0:02:34.820 ********** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=201 changed=14 unreachable=0 failed=0 skipped=125 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-05-09T13:42:24.266112+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-700.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-700.el9.x86_64_clone2", "start_time": "2026-05-09T13:42:23.922392+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 09 May 2026 09:43:03 -0400 (0:00:00.016) 0:02:34.836 ********** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.68s /tmp/collections-3SG/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.95s /tmp/collections-3SG/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.25s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 11.80s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.37s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.36s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gathering Facts --------------------------------------------------------- 2.26s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.30s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-3SG/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-700.el9.x86_64 --- 1.27s /tmp/collections-3SG/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-700.el9.x86_64 --- 1.06s /tmp/collections-3SG/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-700.el9.x86_64 --- 0.89s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.76s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:133 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.62s /tmp/collections-3SG/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3