ansible-playbook [core 2.17.13] 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-y5j executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 12 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-8)] (/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-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 23 August 2025 08:54:47 -0400 (0:00:00.022) 0:00:00.022 ******* included: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 23 August 2025 08:54:47 -0400 (0:00:00.012) 0:00:00.034 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 23 August 2025 08:54:49 -0400 (0:00:01.987) 0:00:02.022 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.008) 0:00:02.030 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.073) 0:00:02.104 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.017) 0:00:02.121 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.032) 0:00:02.154 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.418) 0:00:02.572 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.022) 0:00:02.594 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.030) 0:00:02.624 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.011) 0:00:02.635 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:54:49 -0400 (0:00:00.043) 0:00:02.679 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:54:54 -0400 (0:00:05.051) 0:00:07.731 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009999.1960192, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:54:55 -0400 (0:00:00.389) 0:00:08.120 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:54:55 -0400 (0:00:00.016) 0:00:08.137 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:54:55 -0400 (0:00:00.011) 0:00:08.148 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:54:55 -0400 (0:00:00.358) 0:00:08.507 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:54:55 -0400 (0:00:00.043) 0:00:08.550 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953695.1841235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:54:56 -0400 (0:00:00.379) 0:00:08.930 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009098.914, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "a266b78a268d9f953fd0d4fcaf47fda15777f9c0", "ctime": 1755009098.916, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8793905, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755009098.916, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "4198989318", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:54:56 -0400 (0:00:00.360) 0:00:09.290 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004416", "end": "2025-08-23 08:54:56.843681", "rc": 0, "start": "2025-08-23 08:54:56.839265" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:54:56 -0400 (0:00:00.444) 0:00:09.735 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:54:56 -0400 (0:00:00.051) 0:00:09.786 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:54:57 -0400 (0:00:00.454) 0:00:10.241 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:54:57 -0400 (0:00:00.355) 0:00:10.597 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.430) 0:00:11.027 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.018) 0:00:11.046 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.017) 0:00:11.063 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.028) 0:00:11.092 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.540) 0:00:11.632 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.003) 0:00:11.636 ******* META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.001) 0:00:11.638 ******* ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.037) 0:00:11.676 ******* included: /tmp/collections-y5j/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-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:54:58 -0400 (0:00:00.024) 0:00:11.701 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:55:00 -0400 (0:00:01.171) 0:00:12.872 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.048) 0:00:12.921 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.020) 0:00:12.941 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.031) 0:00:12.973 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.017) 0:00:12.990 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.016) 0:00:13.007 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.030) 0:00:13.038 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.012) 0:00:13.050 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:00 -0400 (0:00:00.059) 0:00:13.110 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.777) 0:00:13.888 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953695.1841235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.379) 0:00:14.267 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.017) 0:00:14.285 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.013) 0:00:14.298 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.365) 0:00:14.664 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:01 -0400 (0:00:00.042) 0:00:14.707 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953695.1841235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:02 -0400 (0:00:00.373) 0:00:15.080 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953697.707388, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:02 -0400 (0:00:00.391) 0:00:15.472 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004559", "end": "2025-08-23 08:55:02.984470", "rc": 0, "start": "2025-08-23 08:55:02.979911" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.406) 0:00:15.878 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.033) 0:00:15.912 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.391) 0:00:16.304 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:03 -0400 (0:00:00.383) 0:00:16.687 ******* 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-6.12.0-116.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-116.el10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.596) 0:00:17.284 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.029) 0:00:17.313 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.026) 0:00:17.339 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.045) 0:00:17.385 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.049) 0:00:17.435 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:55:04 -0400 (0:00:00.002) 0:00:17.438 ******* changed: [managed-node1] => { "changed": true, "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\" /etc/default/grub\ncat /etc/default/grub", "delta": "0:00:00.127922", "end": "2025-08-23 08:55:05.055177", "rc": 0, "start": "2025-08-23 08:55:04.927255" } STDOUT: args="ro rhgb crashkernel=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=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=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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.516) 0:00:17.954 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:55:05 -0400 (0:00:00.020) 0:00:17.975 ******* changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:55:36 -0400 (0:00:31.657) 0:00:49.632 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:55:36 -0400 (0:00:00.013) 0:00:49.646 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:55:36 -0400 (0:00:00.016) 0:00:49.662 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:55:36 -0400 (0:00:00.024) 0:00:49.687 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:36 -0400 (0:00:00.090) 0:00:49.777 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:36 -0400 (0:00:00.036) 0:00:49.813 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.039) 0:00:49.853 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.021) 0:00:49.874 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.017) 0:00:49.892 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.031) 0:00:49.923 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.013) 0:00:49.937 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:37 -0400 (0:00:00.043) 0:00:49.981 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:38 -0400 (0:00:01.524) 0:00:51.505 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.406) 0:00:51.911 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.013) 0:00:51.925 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.012) 0:00:51.937 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.345) 0:00:52.282 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.039) 0:00:52.321 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:39 -0400 (0:00:00.360) 0:00:52.682 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:40 -0400 (0:00:00.407) 0:00:53.089 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004414", "end": "2025-08-23 08:55:40.578983", "rc": 0, "start": "2025-08-23 08:55:40.574569" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:40 -0400 (0:00:00.380) 0:00:53.470 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:40 -0400 (0:00:00.034) 0:00:53.504 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.376) 0:00:53.881 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.376) 0:00:54.258 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.357) 0:00:54.615 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.023) 0:00:54.638 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.017) 0:00:54.656 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:41 -0400 (0:00:00.034) 0:00:54.690 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2da2256a5d5acebd5b04df65133b22-6.12.0-116.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 23 August 2025 08:55:42 -0400 (0:00:00.509) 0:00:55.200 ******* included: /tmp/collections-y5j/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-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:55:42 -0400 (0:00:00.025) 0:00:55.225 ******* ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:55:43 -0400 (0:00:01.414) 0:00:56.639 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.035) 0:00:56.675 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.018) 0:00:56.694 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.032) 0:00:56.727 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.017) 0:00:56.744 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.017) 0:00:56.762 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.030) 0:00:56.793 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:43 -0400 (0:00:00.012) 0:00:56.805 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:44 -0400 (0:00:00.060) 0:00:56.866 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:44 -0400 (0:00:00.782) 0:00:57.649 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.374) 0:00:58.023 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.014) 0:00:58.037 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.013) 0:00:58.051 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.353) 0:00:58.404 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.041) 0:00:58.445 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:45 -0400 (0:00:00.372) 0:00:58.817 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:46 -0400 (0:00:00.364) 0:00:59.182 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004216", "end": "2025-08-23 08:55:46.661176", "rc": 0, "start": "2025-08-23 08:55:46.656960" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:46 -0400 (0:00:00.370) 0:00:59.552 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:46 -0400 (0:00:00.034) 0:00:59.587 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:47 -0400 (0:00:00.370) 0:00:59.957 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:47 -0400 (0:00:00.365) 0:01:00.322 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.618) 0:01:00.940 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.023) 0:01:00.964 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.019) 0:01:00.984 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.029) 0:01:01.013 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.031) 0:01:01.045 ******* META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.001) 0:01:01.046 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.015) 0:01:01.062 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.054) 0:01:01.117 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.019) 0:01:01.136 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.034) 0:01:01.171 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.018) 0:01:01.190 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.017) 0:01:01.207 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.031) 0:01:01.239 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.015) 0:01:01.254 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:48 -0400 (0:00:00.043) 0:01:01.298 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:49 -0400 (0:00:00.775) 0:01:02.073 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:49 -0400 (0:00:00.363) 0:01:02.436 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:49 -0400 (0:00:00.013) 0:01:02.450 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:49 -0400 (0:00:00.013) 0:01:02.464 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:49 -0400 (0:00:00.348) 0:01:02.812 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:50 -0400 (0:00:00.040) 0:01:02.853 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:50 -0400 (0:00:00.370) 0:01:03.223 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:50 -0400 (0:00:00.366) 0:01:03.590 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004583", "end": "2025-08-23 08:55:51.071386", "rc": 0, "start": "2025-08-23 08:55:51.066803" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:51 -0400 (0:00:00.373) 0:01:03.964 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:51 -0400 (0:00:00.035) 0:01:03.999 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:51 -0400 (0:00:00.369) 0:01:04.368 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:51 -0400 (0:00:00.369) 0:01:04.738 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.351) 0:01:05.089 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.020) 0:01:05.109 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.019) 0:01:05.128 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.030) 0:01:05.158 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2da2256a5d5acebd5b04df65133b22-6.12.0-116.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.499) 0:01:05.658 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.043) 0:01:05.702 ******* included: /tmp/collections-y5j/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-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 23 August 2025 08:55:52 -0400 (0:00:00.027) 0:01:05.730 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.922) 0:01:06.652 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.037) 0:01:06.690 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.019) 0:01:06.710 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.033) 0:01:06.743 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.018) 0:01:06.762 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.017) 0:01:06.779 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.031) 0:01:06.811 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:55:53 -0400 (0:00:00.013) 0:01:06.824 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:55:54 -0400 (0:00:00.059) 0:01:06.884 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:55:54 -0400 (0:00:00.777) 0:01:07.661 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.363) 0:01:08.024 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.014) 0:01:08.039 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.013) 0:01:08.052 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.354) 0:01:08.407 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.040) 0:01:08.447 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953705.0541432, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953705.053143, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953705.053143, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462382", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:55:55 -0400 (0:00:00.366) 0:01:08.814 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:55:56 -0400 (0:00:00.371) 0:01:09.186 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004251", "end": "2025-08-23 08:55:56.665635", "rc": 0, "start": "2025-08-23 08:55:56.661384" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:55:56 -0400 (0:00:00.370) 0:01:09.556 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:55:56 -0400 (0:00:00.033) 0:01:09.590 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:55:57 -0400 (0:00:00.366) 0:01:09.957 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:55:57 -0400 (0:00:00.364) 0:01:10.322 ******* 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-6.12.0-116.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.627) 0:01:10.949 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.018) 0:01:10.968 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.018) 0:01:10.987 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.031) 0:01:11.018 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.033) 0:01:11.051 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.001) 0:01:11.053 ******* 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.153787", "end": "2025-08-23 08:55:58.668034", "rc": 0, "start": "2025-08-23 08:55:58.514247" } STDOUT: args="ro rhgb crashkernel=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=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=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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.509) 0:01:11.563 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:55:58 -0400 (0:00:00.015) 0:01:11.578 ******* changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:56:30 -0400 (0:00:31.902) 0:01:43.481 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.019) 0:01:43.500 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.022) 0:01:43.522 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.017) 0:01:43.540 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.054) 0:01:43.594 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.019) 0:01:43.614 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.034) 0:01:43.648 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.019) 0:01:43.667 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.017) 0:01:43.685 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.030) 0:01:43.716 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.014) 0:01:43.730 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:56:30 -0400 (0:00:00.045) 0:01:43.776 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:56:32 -0400 (0:00:01.516) 0:01:45.293 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:56:32 -0400 (0:00:00.389) 0:01:45.682 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:56:32 -0400 (0:00:00.013) 0:01:45.696 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:56:32 -0400 (0:00:00.013) 0:01:45.709 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:56:33 -0400 (0:00:00.343) 0:01:46.053 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:56:33 -0400 (0:00:00.042) 0:01:46.096 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:56:33 -0400 (0:00:00.363) 0:01:46.459 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:56:33 -0400 (0:00:00.369) 0:01:46.829 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004731", "end": "2025-08-23 08:56:34.294619", "rc": 0, "start": "2025-08-23 08:56:34.289888" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:56:34 -0400 (0:00:00.375) 0:01:47.204 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:56:34 -0400 (0:00:00.035) 0:01:47.240 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:56:34 -0400 (0:00:00.374) 0:01:47.614 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:56:35 -0400 (0:00:00.367) 0:01:47.981 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:56:35 -0400 (0:00:00.353) 0:01:48.335 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:56:35 -0400 (0:00:00.020) 0:01:48.355 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:56:35 -0400 (0:00:00.018) 0:01:48.374 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:56:35 -0400 (0:00:00.030) 0:01:48.404 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2da2256a5d5acebd5b04df65133b22-6.12.0-116.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2da2256a5d5acebd5b04df65133b22-6.12.0-116.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.539) 0:01:48.944 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.042) 0:01:48.987 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.035) 0:01:49.022 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.019) 0:01:49.042 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.033) 0:01:49.075 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.017) 0:01:49.093 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.017) 0:01:49.111 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.031) 0:01:49.142 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.014) 0:01:49.157 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:56:36 -0400 (0:00:00.052) 0:01:49.209 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.774) 0:01:49.984 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.364) 0:01:50.348 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.014) 0:01:50.362 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.012) 0:01:50.375 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.345) 0:01:50.721 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:56:37 -0400 (0:00:00.041) 0:01:50.762 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:56:38 -0400 (0:00:00.362) 0:01:51.125 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:56:38 -0400 (0:00:00.368) 0:01:51.494 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004363", "end": "2025-08-23 08:56:38.977821", "rc": 0, "start": "2025-08-23 08:56:38.973458" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:56:39 -0400 (0:00:00.374) 0:01:51.869 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:56:39 -0400 (0:00:00.034) 0:01:51.903 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:56:39 -0400 (0:00:00.366) 0:01:52.270 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:56:39 -0400 (0:00:00.370) 0:01:52.640 ******* fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-116.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-116.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.357) 0:01:52.997 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.017) 0:01:53.015 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.055) 0:01:53.071 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.018) 0:01:53.090 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.040) 0:01:53.130 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.018) 0:01:53.149 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.017) 0:01:53.167 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.030) 0:01:53.197 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.012) 0:01:53.210 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:56:40 -0400 (0:00:00.082) 0:01:53.292 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:56:41 -0400 (0:00:00.807) 0:01:54.100 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:56:41 -0400 (0:00:00.362) 0:01:54.462 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:56:41 -0400 (0:00:00.014) 0:01:54.477 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:56:41 -0400 (0:00:00.013) 0:01:54.491 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:56:42 -0400 (0:00:00.401) 0:01:54.892 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:56:42 -0400 (0:00:00.041) 0:01:54.934 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:56:42 -0400 (0:00:00.365) 0:01:55.299 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:56:42 -0400 (0:00:00.367) 0:01:55.666 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004865", "end": "2025-08-23 08:56:43.147816", "rc": 0, "start": "2025-08-23 08:56:43.142951" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:56:43 -0400 (0:00:00.372) 0:01:56.039 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:56:43 -0400 (0:00:00.035) 0:01:56.074 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:56:43 -0400 (0:00:00.370) 0:01:56.445 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:56:43 -0400 (0:00:00.372) 0:01:56.817 ******* 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-6.12.0-116.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:56:44 -0400 (0:00:00.651) 0:01:57.468 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:56:44 -0400 (0:00:00.019) 0:01:57.487 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:56:44 -0400 (0:00:00.018) 0:01:57.506 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:56:44 -0400 (0:00:00.031) 0:01:57.538 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2da2256a5d5acebd5b04df65133b22-6.12.0-116.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.497) 0:01:58.035 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.068) 0:01:58.104 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.019) 0:01:58.123 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.033) 0:01:58.157 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.019) 0:01:58.176 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.017) 0:01:58.194 ******* 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.031) 0:01:58.225 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.013) 0:01:58.239 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 23 August 2025 08:56:45 -0400 (0:00:00.048) 0:01:58.288 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 23 August 2025 08:56:46 -0400 (0:00:00.776) 0:01:59.064 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 23 August 2025 08:56:46 -0400 (0:00:00.368) 0:01:59.432 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 23 August 2025 08:56:46 -0400 (0:00:00.014) 0:01:59.447 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 23 August 2025 08:56:46 -0400 (0:00:00.012) 0:01:59.460 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 23 August 2025 08:56:46 -0400 (0:00:00.346) 0:01:59.806 ******* ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 23 August 2025 08:56:47 -0400 (0:00:00.041) 0:01:59.847 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953758.6670227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755953758.6660228, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755953758.6660228, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3259337258", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 23 August 2025 08:56:47 -0400 (0:00:00.366) 0:02:00.214 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755953702.5611382, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755953697.7061286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 213909762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755953697.7073886, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3492627567", "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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 23 August 2025 08:56:47 -0400 (0:00:00.366) 0:02:00.581 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004436", "end": "2025-08-23 08:56:48.064305", "rc": 0, "start": "2025-08-23 08:56:48.059869" } 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 23 August 2025 08:56:48 -0400 (0:00:00.374) 0:02:00.955 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 23 August 2025 08:56:48 -0400 (0:00:00.034) 0:02:00.990 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 23 August 2025 08:56:48 -0400 (0:00:00.369) 0:02:01.360 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 23 August 2025 08:56:48 -0400 (0:00:00.371) 0:02:01.732 ******* 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-6.12.0-116.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 23 August 2025 08:56:49 -0400 (0:00:00.576) 0:02:02.309 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 23 August 2025 08:56:49 -0400 (0:00:00.018) 0:02:02.328 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 23 August 2025 08:56:49 -0400 (0:00:00.018) 0:02:02.346 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 23 August 2025 08:56:49 -0400 (0:00:00.029) 0:02:02.376 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 23 August 2025 08:56:50 -0400 (0:00:00.471) 0:02:02.847 ******* 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-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 23 August 2025 08:56:50 -0400 (0:00:00.053) 0:02:02.901 ******* changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1" ], "delta": "0:00:00.042832", "end": "2025-08-23 08:56:50.407338", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-08-23 08:56:50.364506" } STDERR: The param /boot/vmlinuz-6.12.0-116.el10.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-6.12.0-116.el10.x86_64_clone2" ], "delta": "0:00:00.042200", "end": "2025-08-23 08:56:50.787252", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-08-23 08:56:50.745052" } STDERR: The param /boot/vmlinuz-6.12.0-116.el10.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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 23 August 2025 08:56:50 -0400 (0:00:00.780) 0:02:03.681 ******* 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:01.101642", "end": "2025-08-23 08:56:52.243283", "rc": 0, "start": "2025-08-23 08:56:51.141641" } STDOUT: args="ro rhgb crashkernel=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=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=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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 23 August 2025 08:56:52 -0400 (0:00:01.457) 0:02:05.139 ******* included: /tmp/collections-y5j/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-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 23 August 2025 08:56:52 -0400 (0:00:00.015) 0:02:05.155 ******* changed: [managed-node1] => { "changed": true, "elapsed": 29, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 23 August 2025 08:57:22 -0400 (0:00:30.179) 0:02:35.334 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 23 August 2025 08:57:22 -0400 (0:00:00.013) 0:02:35.348 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=156 changed=14 unreachable=0 failed=0 skipped=121 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "end_time": "2025-08-23T12:56:40.153817+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-116.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "start_time": "2025-08-23T12:56:39.799736+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 23 August 2025 08:57:22 -0400 (0:00:00.016) 0:02:35.364 ******* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.90s /tmp/collections-y5j/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 -- 31.66s /tmp/collections-y5j/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 -- 30.18s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.05s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 1.99s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.52s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.52s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 1.46s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64 --- 1.41s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64 --- 1.17s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64 --- 0.92s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Remove cloned kernels --------------------------------------------------- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.77s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.65s /tmp/collections-y5j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114