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-3xM 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-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:11 Saturday 16 August 2025 08:56:49 -0400 (0:00:00.110) 0:00:00.110 ******* included: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 16 August 2025 08:56:49 -0400 (0:00:00.012) 0:00:00.123 ******* [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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 16 August 2025 08:56:51 -0400 (0:00:02.152) 0:00:02.276 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.005) 0:00:02.281 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.054) 0:00:02.336 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.017) 0:00:02.354 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.030) 0:00:02.384 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.429) 0:00:02.814 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.021) 0:00:02.836 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.029) 0:00:02.866 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.011) 0:00:02.877 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:56:51 -0400 (0:00:00.044) 0:00:02.921 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:56:56 -0400 (0:00:04.911) 0:00:07.833 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009999.1960192, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:56:57 -0400 (0:00:00.661) 0:00:08.495 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:56:57 -0400 (0:00:00.013) 0:00:08.508 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:56:57 -0400 (0:00:00.016) 0:00:08.524 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:56:57 -0400 (0:00:00.379) 0:00:08.904 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:56:57 -0400 (0:00:00.041) 0:00:08.946 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349017.1290762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:56:58 -0400 (0:00:00.367) 0:00:09.313 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755009098.914, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "a266b78a268d9f953fd0d4fcaf47fda15777f9c0", "ctime": 1755009098.916, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8793905, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1755009098.916, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6975, "uid": 0, "version": "4198989318", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:56:58 -0400 (0:00:00.373) 0:00:09.687 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005082", "end": "2025-08-16 08:56:59.090071", "rc": 0, "start": "2025-08-16 08:56:59.084989" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:56:59 -0400 (0:00:00.462) 0:00:10.149 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:56:59 -0400 (0:00:00.032) 0:00:10.181 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:56:59 -0400 (0:00:00.452) 0:00:10.634 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:56:59 -0400 (0:00:00.369) 0:00:11.004 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:57:00 -0400 (0:00:00.440) 0:00:11.444 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:57:00 -0400 (0:00:00.017) 0:00:11.462 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:57:00 -0400 (0:00:00.015) 0:00:11.478 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:57:00 -0400 (0:00:00.026) 0:00:11.504 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 16 August 2025 08:57:01 -0400 (0:00:00.547) 0:00:12.052 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 16 August 2025 08:57:01 -0400 (0:00:00.004) 0:00:12.056 ******* META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 16 August 2025 08:57:01 -0400 (0:00:00.001) 0:00:12.058 ******* ok: [managed-node1] => { "ansible_facts": { "__default_kernel": { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 16 August 2025 08:57:01 -0400 (0:00:00.037) 0:00:12.095 ******* included: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 August 2025 08:57:01 -0400 (0:00:00.026) 0:00:12.121 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 August 2025 08:57:02 -0400 (0:00:01.154) 0:00:13.276 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.035) 0:00:13.312 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.019) 0:00:13.331 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.033) 0:00:13.365 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.018) 0:00:13.383 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.017) 0:00:13.400 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.031) 0:00:13.432 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.012) 0:00:13.444 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:57:02 -0400 (0:00:00.059) 0:00:13.504 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:57:03 -0400 (0:00:00.812) 0:00:14.316 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349017.1290762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:57:03 -0400 (0:00:00.387) 0:00:14.704 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:57:03 -0400 (0:00:00.014) 0:00:14.718 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:57:03 -0400 (0:00:00.021) 0:00:14.740 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:57:04 -0400 (0:00:00.366) 0:00:15.106 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:57:04 -0400 (0:00:00.050) 0:00:15.157 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349017.1290762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1755009999.1958807, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755009999.1960194, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "1266525470", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:57:04 -0400 (0:00:00.380) 0:00:15.537 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349019.9479766, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:57:04 -0400 (0:00:00.391) 0:00:15.929 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005232", "end": "2025-08-16 08:57:05.285100", "rc": 0, "start": "2025-08-16 08:57:05.279868" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:57:05 -0400 (0:00:00.413) 0:00:16.343 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:57:05 -0400 (0:00:00.033) 0:00:16.376 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:57:05 -0400 (0:00:00.385) 0:00:16.762 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.375) 0:00:17.138 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.588) 0:00:17.726 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.022) 0:00:17.749 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.026) 0:00:17.776 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.045) 0:00:17.821 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.047) 0:00:17.868 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 August 2025 08:57:06 -0400 (0:00:00.002) 0:00:17.871 ******* 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.130689", "end": "2025-08-16 08:57:07.337321", "rc": 0, "start": "2025-08-16 08:57:07.206632" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 August 2025 08:57:07 -0400 (0:00:00.534) 0:00:18.406 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 August 2025 08:57:07 -0400 (0:00:00.024) 0:00:18.431 ******* changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 August 2025 08:57:38 -0400 (0:00:31.400) 0:00:49.831 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.014) 0:00:49.846 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.017) 0:00:49.863 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.016) 0:00:49.880 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.053) 0:00:49.933 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.017) 0:00:49.951 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.031) 0:00:49.982 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:57:38 -0400 (0:00:00.017) 0:00:50.000 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:57:39 -0400 (0:00:00.015) 0:00:50.015 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:57:39 -0400 (0:00:00.028) 0:00:50.044 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:57:39 -0400 (0:00:00.012) 0:00:50.056 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:57:39 -0400 (0:00:00.045) 0:00:50.101 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:57:40 -0400 (0:00:01.437) 0:00:51.539 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:57:40 -0400 (0:00:00.419) 0:00:51.959 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:57:40 -0400 (0:00:00.025) 0:00:51.984 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:57:40 -0400 (0:00:00.018) 0:00:52.003 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:57:41 -0400 (0:00:00.372) 0:00:52.376 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:57:41 -0400 (0:00:00.039) 0:00:52.415 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:57:41 -0400 (0:00:00.387) 0:00:52.802 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:57:42 -0400 (0:00:00.388) 0:00:53.191 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004720", "end": "2025-08-16 08:57:42.521381", "rc": 0, "start": "2025-08-16 08:57:42.516661" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:57:42 -0400 (0:00:00.386) 0:00:53.578 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:57:42 -0400 (0:00:00.033) 0:00:53.612 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:57:42 -0400 (0:00:00.394) 0:00:54.007 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:57:43 -0400 (0:00:00.398) 0:00:54.405 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:57:43 -0400 (0:00:00.361) 0:00:54.766 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:57:43 -0400 (0:00:00.019) 0:00:54.786 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:57:43 -0400 (0:00:00.020) 0:00:54.806 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:57:43 -0400 (0:00:00.039) 0:00:54.845 ******* 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": "ec2e8a3e4a057dd96c6efd5dad8c7e7e-6.12.0-116.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 16 August 2025 08:57:44 -0400 (0:00:00.544) 0:00:55.390 ******* included: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 August 2025 08:57:44 -0400 (0:00:00.025) 0:00:55.415 ******* ok: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 August 2025 08:57:45 -0400 (0:00:01.391) 0:00:56.807 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.040) 0:00:56.847 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.024) 0:00:56.872 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.039) 0:00:56.912 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.027) 0:00:56.940 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.017) 0:00:56.958 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.032) 0:00:56.990 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:57:45 -0400 (0:00:00.012) 0:00:57.002 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:57:46 -0400 (0:00:00.060) 0:00:57.063 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:57:46 -0400 (0:00:00.816) 0:00:57.880 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:57:47 -0400 (0:00:00.375) 0:00:58.256 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:57:47 -0400 (0:00:00.013) 0:00:58.270 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:57:47 -0400 (0:00:00.019) 0:00:58.289 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:57:47 -0400 (0:00:00.357) 0:00:58.647 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:57:47 -0400 (0:00:00.046) 0:00:58.693 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:57:48 -0400 (0:00:00.394) 0:00:59.088 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:57:48 -0400 (0:00:00.376) 0:00:59.464 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004576", "end": "2025-08-16 08:57:48.786061", "rc": 0, "start": "2025-08-16 08:57:48.781485" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:57:48 -0400 (0:00:00.383) 0:00:59.848 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:57:48 -0400 (0:00:00.034) 0:00:59.882 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:57:49 -0400 (0:00:00.379) 0:01:00.262 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:57:49 -0400 (0:00:00.377) 0:01:00.640 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.636) 0:01:01.277 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.018) 0:01:01.295 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.016) 0:01:01.312 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.029) 0:01:01.342 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.031) 0:01:01.374 ******* META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.001) 0:01:01.375 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.015) 0:01:01.390 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.053) 0:01:01.444 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.018) 0:01:01.463 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.034) 0:01:01.497 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.018) 0:01:01.515 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.017) 0:01:01.533 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.031) 0:01:01.564 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.015) 0:01:01.580 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:57:50 -0400 (0:00:00.044) 0:01:01.624 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:57:51 -0400 (0:00:00.806) 0:01:02.431 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:57:51 -0400 (0:00:00.370) 0:01:02.801 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:57:51 -0400 (0:00:00.014) 0:01:02.815 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:57:51 -0400 (0:00:00.013) 0:01:02.829 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:57:52 -0400 (0:00:00.357) 0:01:03.186 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:57:52 -0400 (0:00:00.040) 0:01:03.226 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:57:52 -0400 (0:00:00.372) 0:01:03.599 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:57:52 -0400 (0:00:00.373) 0:01:03.972 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005276", "end": "2025-08-16 08:57:53.299838", "rc": 0, "start": "2025-08-16 08:57:53.294562" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:57:53 -0400 (0:00:00.385) 0:01:04.357 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:57:53 -0400 (0:00:00.034) 0:01:04.392 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:57:53 -0400 (0:00:00.373) 0:01:04.766 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:57:54 -0400 (0:00:00.372) 0:01:05.139 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:57:54 -0400 (0:00:00.357) 0:01:05.496 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:57:54 -0400 (0:00:00.018) 0:01:05.515 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:57:54 -0400 (0:00:00.017) 0:01:05.532 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:57:54 -0400 (0:00:00.027) 0:01:05.559 ******* 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": "ec2e8a3e4a057dd96c6efd5dad8c7e7e-6.12.0-116.el10.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 16 August 2025 08:57:55 -0400 (0:00:00.505) 0:01:06.065 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 16 August 2025 08:57:55 -0400 (0:00:00.042) 0:01:06.107 ******* included: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 16 August 2025 08:57:55 -0400 (0:00:00.027) 0:01:06.135 ******* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.0-116.el10.x86_64', 'dest': '/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "5c5f0961142ee16b3fb843705aac9f071bba2300", "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64" }, "md5sum": "05e64e44f0fd68b1523f4796c7ab9f6b", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15935528, "src": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.0-116.el10.x86_64.img', 'dest': '/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "722efdd56c5b19d4517036222b1b25f6fd4ad4aa", "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img" }, "md5sum": "e4f92078cf5a86a38bb8f182c733b158", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 47313011, "src": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.931) 0:01:07.067 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.037) 0:01:07.104 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.019) 0:01:07.123 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.033) 0:01:07.157 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.019) 0:01:07.176 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.017) 0:01:07.194 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.031) 0:01:07.225 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check bootloader settings for boolean and null values] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.014) 0:01:07.240 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:57:56 -0400 (0:00:00.060) 0:01:07.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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.811) 0:01:08.111 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.368) 0:01:08.480 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.014) 0:01:08.494 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.013) 0:01:08.507 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.352) 0:01:08.860 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:57:57 -0400 (0:00:00.040) 0:01:08.901 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349027.3361104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349027.3351104, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197423, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349027.3351104, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "4239462388", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:57:58 -0400 (0:00:00.375) 0:01:09.276 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:57:58 -0400 (0:00:00.380) 0:01:09.657 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004935", "end": "2025-08-16 08:57:58.980455", "rc": 0, "start": "2025-08-16 08:57:58.975520" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:57:59 -0400 (0:00:00.381) 0:01:10.038 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:57:59 -0400 (0:00:00.033) 0:01:10.072 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:57:59 -0400 (0:00:00.383) 0:01:10.455 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:57:59 -0400 (0:00:00.379) 0:01:10.834 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.652) 0:01:11.487 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.018) 0:01:11.505 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.017) 0:01:11.522 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.029) 0:01:11.552 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.031) 0:01:11.584 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 August 2025 08:58:00 -0400 (0:00:00.001) 0:01:11.585 ******* 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.158349", "end": "2025-08-16 08:58:01.046341", "rc": 0, "start": "2025-08-16 08:58:00.887992" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 August 2025 08:58:01 -0400 (0:00:00.519) 0:01:12.104 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 August 2025 08:58:01 -0400 (0:00:00.022) 0:01:12.127 ******* changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 August 2025 08:58:32 -0400 (0:00:31.241) 0:01:43.368 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.013) 0:01:43.382 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.018) 0:01:43.401 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.017) 0:01:43.419 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.053) 0:01:43.472 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.019) 0:01:43.492 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.039) 0:01:43.531 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.017) 0:01:43.549 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.017) 0:01:43.566 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.031) 0:01:43.598 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.017) 0:01:43.615 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:58:32 -0400 (0:00:00.059) 0:01:43.675 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:58:34 -0400 (0:00:01.567) 0:01:45.243 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:58:34 -0400 (0:00:00.403) 0:01:45.647 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:58:34 -0400 (0:00:00.014) 0:01:45.662 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:58:34 -0400 (0:00:00.012) 0:01:45.674 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:58:35 -0400 (0:00:00.357) 0:01:46.031 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:58:35 -0400 (0:00:00.042) 0:01:46.074 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:58:35 -0400 (0:00:00.376) 0:01:46.450 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:58:35 -0400 (0:00:00.376) 0:01:46.827 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005023", "end": "2025-08-16 08:58:36.149771", "rc": 0, "start": "2025-08-16 08:58:36.144748" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:58:36 -0400 (0:00:00.380) 0:01:47.208 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:58:36 -0400 (0:00:00.034) 0:01:47.242 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:58:36 -0400 (0:00:00.381) 0:01:47.624 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:58:36 -0400 (0:00:00.374) 0:01:47.999 ******* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:58:37 -0400 (0:00:00.364) 0:01:48.363 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:58:37 -0400 (0:00:00.019) 0:01:48.382 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:58:37 -0400 (0:00:00.019) 0:01:48.402 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:58:37 -0400 (0:00:00.029) 0:01:48.431 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec2e8a3e4a057dd96c6efd5dad8c7e7e-6.12.0-116.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": true, "id": "ec2e8a3e4a057dd96c6efd5dad8c7e7e-6.12.0-116.el10.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "2", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 16 August 2025 08:58:37 -0400 (0:00:00.548) 0:01:48.980 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.042) 0:01:49.022 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.034) 0:01:49.057 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.019) 0:01:49.076 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.033) 0:01:49.110 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.018) 0:01:49.128 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.017) 0:01:49.145 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.030) 0:01:49.176 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.013) 0:01:49.189 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:58:38 -0400 (0:00:00.051) 0:01:49.241 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.819) 0:01:50.060 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.372) 0:01:50.433 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.013) 0:01:50.446 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.011) 0:01:50.458 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.361) 0:01:50.819 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:58:39 -0400 (0:00:00.041) 0:01:50.860 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:58:40 -0400 (0:00:00.380) 0:01:51.241 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:58:40 -0400 (0:00:00.382) 0:01:51.623 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005003", "end": "2025-08-16 08:58:40.951824", "rc": 0, "start": "2025-08-16 08:58:40.946821" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:58:41 -0400 (0:00:00.387) 0:01:52.011 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:58:41 -0400 (0:00:00.034) 0:01:52.045 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:58:41 -0400 (0:00:00.381) 0:01:52.427 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:58:41 -0400 (0:00:00.379) 0:01:52.806 ******* fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-116.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-116.el10.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.366) 0:01:53.173 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.017) 0:01:53.190 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.054) 0:01:53.244 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.018) 0:01:53.262 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.034) 0:01:53.297 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.017) 0:01:53.314 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.016) 0:01:53.331 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.029) 0:01:53.360 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.012) 0:01:53.372 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:58:42 -0400 (0:00:00.076) 0:01:53.448 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:58:43 -0400 (0:00:00.834) 0:01:54.283 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:58:43 -0400 (0:00:00.379) 0:01:54.662 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:58:43 -0400 (0:00:00.014) 0:01:54.677 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:58:43 -0400 (0:00:00.012) 0:01:54.689 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:58:44 -0400 (0:00:00.416) 0:01:55.106 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:58:44 -0400 (0:00:00.041) 0:01:55.147 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:58:44 -0400 (0:00:00.372) 0:01:55.519 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:58:44 -0400 (0:00:00.381) 0:01:55.901 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004717", "end": "2025-08-16 08:58:45.225057", "rc": 0, "start": "2025-08-16 08:58:45.220340" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:58:45 -0400 (0:00:00.382) 0:01:56.283 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:58:45 -0400 (0:00:00.034) 0:01:56.318 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:58:45 -0400 (0:00:00.375) 0:01:56.694 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:58:46 -0400 (0:00:00.380) 0:01:57.074 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:58:46 -0400 (0:00:00.673) 0:01:57.748 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:58:46 -0400 (0:00:00.019) 0:01:57.767 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:58:46 -0400 (0:00:00.018) 0:01:57.786 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:58:46 -0400 (0:00:00.031) 0:01:57.817 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "ec2e8a3e4a057dd96c6efd5dad8c7e7e-6.12.0-116.el10.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.507) 0:01:58.325 ******* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.069) 0:01:58.395 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.019) 0:01:58.414 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.035) 0:01:58.449 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.019) 0:01:58.469 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.018) 0:01:58.487 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.031) 0:01:58.519 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:15 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.014) 0:01:58.533 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Saturday 16 August 2025 08:58:47 -0400 (0:00:00.049) 0:01:58.582 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31 Saturday 16 August 2025 08:58:48 -0400 (0:00:00.813) 0:01:59.396 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:39 Saturday 16 August 2025 08:58:48 -0400 (0:00:00.371) 0:01:59.768 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:46 Saturday 16 August 2025 08:58:48 -0400 (0:00:00.013) 0:01:59.781 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Saturday 16 August 2025 08:58:48 -0400 (0:00:00.012) 0:01:59.794 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:61 Saturday 16 August 2025 08:58:49 -0400 (0:00:00.356) 0:02:00.150 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:72 Saturday 16 August 2025 08:58:49 -0400 (0:00:00.041) 0:02:00.192 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349081.0452354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1755349081.0442352, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 197824, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1755349081.0442352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "1354835575", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:77 Saturday 16 August 2025 08:58:49 -0400 (0:00:00.374) 0:02:00.566 ******* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1755349024.842102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "df94106a24b36e9ff7db30782352ddc9524af2cb", "ctime": 1755349019.9470856, "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": 1755349019.9479775, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "3890871892", "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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:85 Saturday 16 August 2025 08:58:49 -0400 (0:00:00.376) 0:02:00.943 ******* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004882", "end": "2025-08-16 08:58:50.274214", "rc": 0, "start": "2025-08-16 08:58:50.269332" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:91 Saturday 16 August 2025 08:58:50 -0400 (0:00:00.390) 0:02:01.333 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:99 Saturday 16 August 2025 08:58:50 -0400 (0:00:00.035) 0:02:01.369 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:107 Saturday 16 August 2025 08:58:50 -0400 (0:00:00.383) 0:02:01.752 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 Saturday 16 August 2025 08:58:51 -0400 (0:00:00.375) 0:02:02.128 ******* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 16 August 2025 08:58:51 -0400 (0:00:00.578) 0:02:02.706 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:136 Saturday 16 August 2025 08:58:51 -0400 (0:00:00.018) 0:02:02.725 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:144 Saturday 16 August 2025 08:58:51 -0400 (0:00:00.017) 0:02:02.742 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:151 Saturday 16 August 2025 08:58:51 -0400 (0:00:00.034) 0:02:02.777 ******* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "087a1651e4e74ebda0cd1fc6754360d0-6.12.0-116.el10.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.0-116.el10.x86_64.img", "kernel": "/boot/vmlinuz-6.12.0-116.el10.x86_64", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (6.12.0-116.el10.x86_64) 10 (Coughlan)" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "087a1651e4e74ebda0cd1fc6754360d0-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-087a1651e4e74ebda0cd1fc6754360d0.img", "kernel": "/boot/vmlinuz-0-rescue-087a1651e4e74ebda0cd1fc6754360d0", "root": "UUID=b9ac0eae-685b-4377-af25-52ae34d16a28", "title": "CentOS Stream (0-rescue-087a1651e4e74ebda0cd1fc6754360d0) 10 (Coughlan)" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 16 August 2025 08:58:52 -0400 (0:00:00.478) 0:02:03.256 ******* 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-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 16 August 2025 08:58:52 -0400 (0:00:00.054) 0:02:03.310 ******* changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone1" ], "delta": "0:00:00.043621", "end": "2025-08-16 08:58:52.658814", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-08-16 08:58:52.615193" } STDERR: The param /boot/vmlinuz-6.12.0-116.el10.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.0-116.el10.x86_64_clone2" ], "delta": "0:00:00.043521", "end": "2025-08-16 08:58:53.053479", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-08-16 08:58:53.009958" } STDERR: The param /boot/vmlinuz-6.12.0-116.el10.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 16 August 2025 08:58:53 -0400 (0:00:00.804) 0:02:04.115 ******* 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.103124", "end": "2025-08-16 08:58:53.523462", "rc": 0, "start": "2025-08-16 08:58:53.420338" } 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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 16 August 2025 08:58:53 -0400 (0:00:00.466) 0:02:04.582 ******* included: /tmp/collections-3xM/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-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 16 August 2025 08:58:53 -0400 (0:00:00.015) 0:02:04.597 ******* changed: [managed-node1] => { "changed": true, "elapsed": 30, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 16 August 2025 08:59:24 -0400 (0:00:31.341) 0:02:35.939 ******* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 16 August 2025 08:59:24 -0400 (0:00:00.013) 0:02:35.953 ******* 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-16T12:58:42.165210+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-6.12.0-116.el10.x86_64_clone1, /boot/vmlinuz-6.12.0-116.el10.x86_64_clone2", "start_time": "2025-08-16T12:58:41.801987+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 16 August 2025 08:59:24 -0400 (0:00:00.015) 0:02:35.968 ******* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.40s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.34s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 31.24s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 4.91s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Gather architecture facts ----------------------------------------------- 2.15s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.57s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.44s /tmp/collections-3xM/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-116.el10.x86_64 --- 1.39s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64 --- 1.15s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-6.12.0-116.el10.x86_64 --- 0.93s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.83s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.82s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.82s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.81s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Remove cloned kernels --------------------------------------------------- 0.80s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:114 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.66s /tmp/collections-3xM/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:31