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-2so 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-2so/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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 09 August 2025 09:00:14 -0400 (0:00:00.021) 0:00:00.021 ******* included: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 09 August 2025 09:00:14 -0400 (0:00:00.012) 0:00:00.033 ******* [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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 09 August 2025 09:00:16 -0400 (0:00:02.068) 0:00:02.102 ******* 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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 09 August 2025 09:00:16 -0400 (0:00:00.005) 0:00:02.107 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:00:16 -0400 (0:00:00.055) 0:00:02.163 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:00:16 -0400 (0:00:00.016) 0:00:02.179 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:00:16 -0400 (0:00:00.030) 0:00:02.210 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:00:17 -0400 (0:00:00.480) 0:00:02.690 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:00:17 -0400 (0:00:00.019) 0:00:02.710 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:00:17 -0400 (0:00:00.028) 0:00:02.739 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:00:17 -0400 (0:00:00.010) 0:00:02.749 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:00:17 -0400 (0:00:00.040) 0:00:02.790 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:00:22 -0400 (0:00:05.486) 0:00:08.277 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1753980341.6005576, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1753980341.5998538, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5314483, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753980341.600558, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2128853484", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.466) 0:00:08.743 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.014) 0:00:08.758 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.010) 0:00:08.768 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.391) 0:00:09.160 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.037) 0:00:09.198 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744422.9738262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1753980341.5998538, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5314483, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753980341.600558, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2128853484", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:00:23 -0400 (0:00:00.399) 0:00:09.597 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1753978327.369, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8972281f1ca6a8fea01f77353c25a78fce1f6c11", "ctime": 1753978327.37, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8943922, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1753978327.37, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "1134783182", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:00:24 -0400 (0:00:00.412) 0:00:10.009 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004879", "end": "2025-08-09 09:00:24.792657", "rc": 0, "start": "2025-08-09 09:00:24.787778" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:00:24 -0400 (0:00:00.491) 0:00:10.501 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:00:24 -0400 (0:00:00.030) 0:00:10.532 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:00:25 -0400 (0:00:00.489) 0:00:11.021 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:00:25 -0400 (0:00:00.415) 0:00:11.437 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.478) 0:00:11.915 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.017) 0:00:11.933 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.016) 0:00:11.949 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.025) 0:00:11.975 ******* 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": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.598) 0:00:12.574 ******* 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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.006) 0:00:12.580 ******* META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.001) 0:00:12.582 ******* 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": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 09 August 2025 09:00:26 -0400 (0:00:00.042) 0:00:12.624 ******* included: /tmp/collections-2so/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-114.el10.x86_64] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 August 2025 09:00:27 -0400 (0:00:00.031) 0:00:12.656 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-114.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "99e149672d97bdaa501e90ae6c11e7a3a0fe6d3b", "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64" }, "md5sum": "7221bead18e7da345cadeaee64b241d9", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15939624, "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-114.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b35272be073f4a3f1609f592dc6767f021894", "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img" }, "md5sum": "3de2ede7545b849e9a7095a0fa951299", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47230528, "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 August 2025 09:00:28 -0400 (0:00:01.413) 0:00:14.069 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.034) 0:00:14.104 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.017) 0:00:14.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.031) 0:00:14.153 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.019) 0:00:14.172 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.016) 0:00:14.188 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.040) 0:00:14.229 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.017) 0:00:14.246 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:00:28 -0400 (0:00:00.063) 0:00:14.310 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:00:29 -0400 (0:00:00.876) 0:00:15.187 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744422.9738262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1753980341.5998538, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5314483, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753980341.600558, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2128853484", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:00:29 -0400 (0:00:00.405) 0:00:15.592 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:00:29 -0400 (0:00:00.016) 0:00:15.608 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:00:29 -0400 (0:00:00.019) 0:00:15.627 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:00:30 -0400 (0:00:00.408) 0:00:16.036 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:00:30 -0400 (0:00:00.044) 0:00:16.080 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744422.9738262, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1753980341.5998538, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5314483, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753980341.600558, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2128853484", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:00:30 -0400 (0:00:00.440) 0:00:16.520 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744425.729571, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:00:31 -0400 (0:00:00.411) 0:00:16.932 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004940", "end": "2025-08-09 09:00:31.677224", "rc": 0, "start": "2025-08-09 09:00:31.672284" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:00:31 -0400 (0:00:00.455) 0:00:17.388 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:00:31 -0400 (0:00:00.047) 0:00:17.436 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:00:32 -0400 (0:00:00.451) 0:00:17.888 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:00:32 -0400 (0:00:00.410) 0:00:18.298 ******* 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-114.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-114.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.661) 0:00:18.960 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.033) 0:00:18.994 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.038) 0:00:19.032 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.043) 0:00:19.075 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.042) 0:00:19.118 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 August 2025 09:00:33 -0400 (0:00:00.002) 0:00:19.120 ******* 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.152853", "end": "2025-08-09 09:00:33.984354", "rc": 0, "start": "2025-08-09 09:00:33.831501" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 August 2025 09:00:34 -0400 (0:00:00.581) 0:00:19.701 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 August 2025 09:00:34 -0400 (0:00:00.024) 0:00:19.726 ******* changed: [managed-node1] => { "changed": true, "elapsed": 48, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 August 2025 09:01:24 -0400 (0:00:50.055) 0:01:09.781 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.012) 0:01:09.794 ******* 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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.014) 0:01:09.808 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.014) 0:01:09.822 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.052) 0:01:09.874 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.017) 0:01:09.892 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.030) 0:01:09.923 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.016) 0:01:09.939 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.014) 0:01:09.954 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.028) 0:01:09.982 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.018) 0:01:10.001 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:01:24 -0400 (0:00:00.040) 0:01:10.042 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:01:26 -0400 (0:00:02.065) 0:01:12.108 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:01:26 -0400 (0:00:00.462) 0:01:12.570 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:01:26 -0400 (0:00:00.013) 0:01:12.583 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:01:26 -0400 (0:00:00.011) 0:01:12.594 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:01:27 -0400 (0:00:00.385) 0:01:12.980 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:01:27 -0400 (0:00:00.037) 0:01:13.018 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:01:27 -0400 (0:00:00.409) 0:01:13.427 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:01:28 -0400 (0:00:00.414) 0:01:13.841 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004893", "end": "2025-08-09 09:01:28.568536", "rc": 0, "start": "2025-08-09 09:01:28.563643" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:01:28 -0400 (0:00:00.425) 0:01:14.267 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:01:28 -0400 (0:00:00.033) 0:01:14.300 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.416) 0:01:14.716 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.408) 0:01:15.125 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.398) 0:01:15.523 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.017) 0:01:15.541 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.016) 0:01:15.557 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:01:29 -0400 (0:00:00.027) 0:01:15.585 ******* 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": "ec2f066ad6c433256a1e0708271c3848-6.12.0-114.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 09 August 2025 09:01:30 -0400 (0:00:00.580) 0:01:16.165 ******* included: /tmp/collections-2so/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-114.el10.x86_64] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 August 2025 09:01:30 -0400 (0:00:00.024) 0:01:16.190 ******* ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-114.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "99e149672d97bdaa501e90ae6c11e7a3a0fe6d3b", "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64" }, "md5sum": "7221bead18e7da345cadeaee64b241d9", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15939624, "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-114.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "916b35272be073f4a3f1609f592dc6767f021894", "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img" }, "md5sum": "3de2ede7545b849e9a7095a0fa951299", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47230528, "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 August 2025 09:01:32 -0400 (0:00:01.890) 0:01:18.080 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.041) 0:01:18.122 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.016) 0:01:18.139 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.031) 0:01:18.170 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.016) 0:01:18.186 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.015) 0:01:18.202 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.029) 0:01:18.231 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.010) 0:01:18.242 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:01:32 -0400 (0:00:00.058) 0:01:18.300 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:01:33 -0400 (0:00:00.860) 0:01:19.160 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:01:33 -0400 (0:00:00.403) 0:01:19.564 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:01:33 -0400 (0:00:00.013) 0:01:19.578 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:01:33 -0400 (0:00:00.012) 0:01:19.590 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:01:34 -0400 (0:00:00.391) 0:01:19.982 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:01:34 -0400 (0:00:00.039) 0:01:20.021 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:01:34 -0400 (0:00:00.410) 0:01:20.432 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:01:35 -0400 (0:00:00.408) 0:01:20.841 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004874", "end": "2025-08-09 09:01:35.574705", "rc": 0, "start": "2025-08-09 09:01:35.569831" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:01:35 -0400 (0:00:00.432) 0:01:21.273 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:01:35 -0400 (0:00:00.032) 0:01:21.306 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:01:36 -0400 (0:00:00.417) 0:01:21.723 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:01:36 -0400 (0:00:00.410) 0:01:22.134 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.707) 0:01:22.842 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.017) 0:01:22.860 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.016) 0:01:22.876 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.027) 0:01:22.904 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.029) 0:01:22.933 ******* META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.001) 0:01:22.935 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.013) 0:01:22.948 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.051) 0:01:23.000 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.016) 0:01:23.017 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.031) 0:01:23.049 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.015) 0:01:23.065 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.015) 0:01:23.080 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.030) 0:01:23.110 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.013) 0:01:23.124 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:01:37 -0400 (0:00:00.044) 0:01:23.169 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:01:38 -0400 (0:00:00.861) 0:01:24.030 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:01:38 -0400 (0:00:00.418) 0:01:24.449 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:01:38 -0400 (0:00:00.013) 0:01:24.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 : Determine platform type] ********** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:01:38 -0400 (0:00:00.012) 0:01:24.475 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:01:39 -0400 (0:00:00.402) 0:01:24.877 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:01:39 -0400 (0:00:00.038) 0:01:24.916 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:01:39 -0400 (0:00:00.422) 0:01:25.338 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:01:40 -0400 (0:00:00.417) 0:01:25.756 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004828", "end": "2025-08-09 09:01:40.475221", "rc": 0, "start": "2025-08-09 09:01:40.470393" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:01:40 -0400 (0:00:00.416) 0:01:26.173 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:01:40 -0400 (0:00:00.037) 0:01:26.210 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:01:40 -0400 (0:00:00.406) 0:01:26.616 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:01:41 -0400 (0:00:00.413) 0:01:27.030 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:01:41 -0400 (0:00:00.401) 0:01:27.431 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:01:41 -0400 (0:00:00.017) 0:01:27.449 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:01:41 -0400 (0:00:00.016) 0:01:27.465 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:01:41 -0400 (0:00:00.026) 0:01:27.492 ******* 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": "ec2f066ad6c433256a1e0708271c3848-6.12.0-114.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 09 August 2025 09:01:42 -0400 (0:00:00.578) 0:01:28.070 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 09 August 2025 09:01:42 -0400 (0:00:00.040) 0:01:28.111 ******* included: /tmp/collections-2so/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-114.el10.x86_64] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 09 August 2025 09:01:42 -0400 (0:00:00.026) 0:01:28.137 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-114.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-114.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "99e149672d97bdaa501e90ae6c11e7a3a0fe6d3b", "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64" }, "md5sum": "7221bead18e7da345cadeaee64b241d9", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15939624, "src": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-114.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-114.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "916b35272be073f4a3f1609f592dc6767f021894", "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img" }, "md5sum": "3de2ede7545b849e9a7095a0fa951299", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47230528, "src": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 09 August 2025 09:01:43 -0400 (0:00:01.038) 0:01:29.175 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.036) 0:01:29.212 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.017) 0:01:29.230 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.036) 0:01:29.267 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.016) 0:01:29.283 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.019) 0:01:29.303 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.029) 0:01:29.333 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.014) 0:01:29.347 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:01:43 -0400 (0:00:00.057) 0:01:29.404 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:01:44 -0400 (0:00:00.861) 0:01:30.266 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.412) 0:01:30.679 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.013) 0:01:30.693 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.012) 0:01:30.705 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.423) 0:01:31.129 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.043) 0:01:31.173 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744433.9834058, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744433.9824057, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161084, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744433.9814057, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3708565287", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:01:45 -0400 (0:00:00.422) 0:01:31.595 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:01:46 -0400 (0:00:00.423) 0:01:32.019 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004891", "end": "2025-08-09 09:01:46.741063", "rc": 0, "start": "2025-08-09 09:01:46.736172" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:01:46 -0400 (0:00:00.420) 0:01:32.439 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:01:46 -0400 (0:00:00.032) 0:01:32.471 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:01:47 -0400 (0:00:00.416) 0:01:32.888 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:01:47 -0400 (0:00:00.422) 0:01:33.311 ******* 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-114.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-114.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.723) 0:01:34.034 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.022) 0:01:34.057 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.016) 0:01:34.073 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.031) 0:01:34.105 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.029) 0:01:34.135 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 August 2025 09:01:48 -0400 (0:00:00.001) 0:01:34.136 ******* 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.180061", "end": "2025-08-09 09:01:49.012257", "rc": 0, "start": "2025-08-09 09:01:48.832196" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 August 2025 09:01:49 -0400 (0:00:00.576) 0:01:34.713 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 August 2025 09:01:49 -0400 (0:00:00.024) 0:01:34.737 ******* changed: [managed-node1] => { "changed": true, "elapsed": 49, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 August 2025 09:02:39 -0400 (0:00:50.541) 0:02:25.278 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.012) 0:02:25.291 ******* 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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.016) 0:02:25.308 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.015) 0:02:25.324 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.052) 0:02:25.376 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.016) 0:02:25.393 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.030) 0:02:25.423 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.016) 0:02:25.440 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.015) 0:02:25.455 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.027) 0:02:25.483 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.011) 0:02:25.494 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:02:39 -0400 (0:00:00.042) 0:02:25.537 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:02:41 -0400 (0:00:01.869) 0:02:27.406 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:02:42 -0400 (0:00:00.451) 0:02:27.858 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:02:42 -0400 (0:00:00.013) 0:02:27.872 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:02:42 -0400 (0:00:00.012) 0:02:27.884 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:02:42 -0400 (0:00:00.391) 0:02:28.275 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:02:42 -0400 (0:00:00.039) 0:02:28.315 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:02:43 -0400 (0:00:00.407) 0:02:28.723 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:02:43 -0400 (0:00:00.411) 0:02:29.134 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005158", "end": "2025-08-09 09:02:43.857153", "rc": 0, "start": "2025-08-09 09:02:43.851995" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:02:43 -0400 (0:00:00.423) 0:02:29.558 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:02:43 -0400 (0:00:00.033) 0:02:29.591 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:02:44 -0400 (0:00:00.419) 0:02:30.010 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:02:44 -0400 (0:00:00.424) 0:02:30.435 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.410) 0:02:30.846 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.018) 0:02:30.864 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.017) 0:02:30.882 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.027) 0:02:30.909 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2f066ad6c433256a1e0708271c3848-6.12.0-114.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-114.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": "ec2f066ad6c433256a1e0708271c3848-6.12.0-114.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.610) 0:02:31.519 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.040) 0:02:31.559 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.033) 0:02:31.593 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.017) 0:02:31.611 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:02:45 -0400 (0:00:00.031) 0:02:31.642 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:02:46 -0400 (0:00:00.017) 0:02:31.660 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:02:46 -0400 (0:00:00.016) 0:02:31.676 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:02:46 -0400 (0:00:00.028) 0:02:31.705 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:02:46 -0400 (0:00:00.012) 0:02:31.717 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:02:46 -0400 (0:00:00.047) 0:02:31.765 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.900) 0:02:32.666 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.420) 0:02:33.086 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.013) 0:02:33.100 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.012) 0:02:33.112 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.399) 0:02:33.511 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:02:47 -0400 (0:00:00.039) 0:02:33.551 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:02:48 -0400 (0:00:00.424) 0:02:33.976 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:02:48 -0400 (0:00:00.432) 0:02:34.408 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004898", "end": "2025-08-09 09:02:49.132672", "rc": 0, "start": "2025-08-09 09:02:49.127774" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:02:49 -0400 (0:00:00.425) 0:02:34.833 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:02:49 -0400 (0:00:00.033) 0:02:34.867 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:02:49 -0400 (0:00:00.428) 0:02:35.296 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.418) 0:02:35.715 ******* 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-114.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-114.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.407) 0:02:36.122 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.017) 0:02:36.140 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.054) 0:02:36.194 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.016) 0:02:36.211 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.033) 0:02:36.244 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.016) 0:02:36.261 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.015) 0:02:36.276 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.028) 0:02:36.305 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.011) 0:02:36.316 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:02:50 -0400 (0:00:00.077) 0:02:36.394 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:02:51 -0400 (0:00:00.894) 0:02:37.288 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.416) 0:02:37.705 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.014) 0:02:37.719 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.012) 0:02:37.732 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.449) 0:02:38.181 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.040) 0:02:38.221 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:02:52 -0400 (0:00:00.411) 0:02:38.633 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:02:53 -0400 (0:00:00.411) 0:02:39.044 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005051", "end": "2025-08-09 09:02:53.769142", "rc": 0, "start": "2025-08-09 09:02:53.764091" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:02:53 -0400 (0:00:00.424) 0:02:39.468 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:02:53 -0400 (0:00:00.033) 0:02:39.501 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:02:54 -0400 (0:00:00.424) 0:02:39.926 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:02:54 -0400 (0:00:00.425) 0:02:40.351 ******* 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-114.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:02:55 -0400 (0:00:00.755) 0:02:41.106 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:02:55 -0400 (0:00:00.018) 0:02:41.125 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:02:55 -0400 (0:00:00.016) 0:02:41.142 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:02:55 -0400 (0:00:00.028) 0:02:41.171 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2f066ad6c433256a1e0708271c3848-6.12.0-114.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.564) 0:02:41.735 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.068) 0:02:41.803 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.017) 0:02:41.821 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.031) 0:02:41.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.017) 0:02:41.870 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.015) 0:02:41.886 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.029) 0:02:41.916 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.012) 0:02:41.929 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 09 August 2025 09:02:56 -0400 (0:00:00.045) 0:02:41.974 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 09 August 2025 09:02:57 -0400 (0:00:00.883) 0:02:42.857 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 09 August 2025 09:02:57 -0400 (0:00:00.414) 0:02:43.272 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 09 August 2025 09:02:57 -0400 (0:00:00.013) 0:02:43.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 09 August 2025 09:02:57 -0400 (0:00:00.011) 0:02:43.297 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 09 August 2025 09:02:58 -0400 (0:00:00.393) 0:02:43.691 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 09 August 2025 09:02:58 -0400 (0:00:00.039) 0:02:43.731 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744509.0105765, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1754744509.0095766, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 161062, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1754744509.0095766, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "2479082746", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 09 August 2025 09:02:58 -0400 (0:00:00.414) 0:02:44.145 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1754744431.2090077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "370f7c5905d0045b96f8b0b341ec5a8df52778ed", "ctime": 1754744425.7282214, "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": 1754744425.7295725, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "2044744613", "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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 09 August 2025 09:02:58 -0400 (0:00:00.414) 0:02:44.560 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004919", "end": "2025-08-09 09:02:59.279016", "rc": 0, "start": "2025-08-09 09:02:59.274097" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 09 August 2025 09:02:59 -0400 (0:00:00.417) 0:02:44.978 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 09 August 2025 09:02:59 -0400 (0:00:00.032) 0:02:45.011 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 09 August 2025 09:02:59 -0400 (0:00:00.417) 0:02:45.428 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 09 August 2025 09:03:00 -0400 (0:00:00.420) 0:02:45.848 ******* 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-114.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 09 August 2025 09:03:00 -0400 (0:00:00.654) 0:02:46.503 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 09 August 2025 09:03:00 -0400 (0:00:00.018) 0:02:46.522 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 09 August 2025 09:03:00 -0400 (0:00:00.017) 0:02:46.539 ******* 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 09 August 2025 09:03:00 -0400 (0:00:00.027) 0:02:46.567 ******* 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": "6244c38ae249433e87b65fbfbe3f4f2d-6.12.0-114.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-114.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-114.el10.x86_64", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (6.12.0-114.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": "6244c38ae249433e87b65fbfbe3f4f2d-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d.img", "kernel": "/boot/vmlinuz-0-rescue-6244c38ae249433e87b65fbfbe3f4f2d", "root": "UUID=c3d8eadf-f964-4da5-81fc-b7eae3317199", "title": "CentOS Stream (0-rescue-6244c38ae249433e87b65fbfbe3f4f2d) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 09 August 2025 09:03:01 -0400 (0:00:00.540) 0:02:47.107 ******* 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-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 09 August 2025 09:03:01 -0400 (0:00:00.053) 0:02:47.161 ******* changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-114.el10.x86_64_clone1" ], "delta": "0:00:00.050162", "end": "2025-08-09 09:03:01.922556", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-08-09 09:03:01.872394" } STDERR: The param /boot/vmlinuz-6.12.0-114.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-114.el10.x86_64_clone2" ], "delta": "0:00:00.049434", "end": "2025-08-09 09:03:02.366769", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-08-09 09:03:02.317335" } STDERR: The param /boot/vmlinuz-6.12.0-114.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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 09 August 2025 09:03:02 -0400 (0:00:00.907) 0:02:48.068 ******* 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.117230", "end": "2025-08-09 09:03:02.896148", "rc": 0, "start": "2025-08-09 09:03:02.778918" } 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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 09 August 2025 09:03:02 -0400 (0:00:00.528) 0:02:48.597 ******* included: /tmp/collections-2so/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-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 09 August 2025 09:03:02 -0400 (0:00:00.014) 0:02:48.611 ******* changed: [managed-node1] => { "changed": true, "elapsed": 50, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 09 August 2025 09:03:54 -0400 (0:00:51.188) 0:03:39.800 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 09 August 2025 09:03:54 -0400 (0:00:00.013) 0:03:39.813 ******* 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-09T13:02:50.476371+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-114.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-114.el10.x86_64_clone2", "start_time": "2025-08-09T13:02:50.072041+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 09 August 2025 09:03:54 -0400 (0:00:00.014) 0:03:39.828 ******* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 51.19s /tmp/collections-2so/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 -- 50.54s /tmp/collections-2so/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 -- 50.06s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 5.49s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 2.07s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.07s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-114.el10.x86_64 --- 1.89s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.87s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-114.el10.x86_64 --- 1.41s /tmp/collections-2so/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-114.el10.x86_64 --- 1.04s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.91s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.90s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.89s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.88s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.88s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.86s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.76s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.72s /tmp/collections-2so/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114