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-5Jn executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/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-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 Saturday 19 July 2025 08:57:10 -0400 (0:00:00.018) 0:00:00.018 ********* included: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 19 July 2025 08:57:10 -0400 (0:00:00.014) 0:00:00.032 ********* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 19 July 2025 08:57:12 -0400 (0:00:02.257) 0:00:02.290 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.004) 0:00:02.294 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.064) 0:00:02.359 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.028) 0:00:02.387 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.049) 0:00:02.436 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.483) 0:00:02.920 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.020) 0:00:02.941 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.028) 0:00:02.969 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:57:12 -0400 (0:00:00.011) 0:00:02.980 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:57:31 -0400 (0:00:18.405) 0:00:21.386 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750750197.9157193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1750750197.91456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1750750197.9157195, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2400229692", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:57:31 -0400 (0:00:00.360) 0:00:21.747 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:57:31 -0400 (0:00:00.013) 0:00:21.760 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:57:31 -0400 (0:00:00.012) 0:00:21.773 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:57:32 -0400 (0:00:00.332) 0:00:22.105 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:57:32 -0400 (0:00:00.047) 0:00:22.153 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929851.6762547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1750750197.91456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1750750197.9157195, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2400229692", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:57:32 -0400 (0:00:00.344) 0:00:22.497 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1750749332.095, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "fae114f2ec96cd42b53428a4af2e61e33b104367", "ctime": 1750749332.096, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 365703, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1750749332.096, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6744, "uid": 0, "version": "4141666804", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:57:32 -0400 (0:00:00.352) 0:00:22.849 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004882", "end": "2025-07-19 08:57:33.247027", "rc": 0, "start": "2025-07-19 08:57:33.242145" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:57:33 -0400 (0:00:00.444) 0:00:23.294 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:57:33 -0400 (0:00:00.034) 0:00:23.328 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:57:33 -0400 (0:00:00.438) 0:00:23.767 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:57:34 -0400 (0:00:00.353) 0:00:24.120 ********* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:57:34 -0400 (0:00:00.432) 0:00:24.553 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:57:34 -0400 (0:00:00.017) 0:00:24.571 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:57:34 -0400 (0:00:00.021) 0:00:24.592 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:57:34 -0400 (0:00:00.032) 0:00:24.625 ********* 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": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 19 July 2025 08:57:35 -0400 (0:00:00.535) 0:00:25.161 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 19 July 2025 08:57:35 -0400 (0:00:00.004) 0:00:25.165 ********* META: triggered running handlers for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 19 July 2025 08:57:35 -0400 (0:00:00.001) 0:00:25.166 ********* 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": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" } }, "changed": false } TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:36 Saturday 19 July 2025 08:57:35 -0400 (0:00:00.037) 0:00:25.204 ********* included: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 19 July 2025 08:57:35 -0400 (0:00:00.030) 0:00:25.234 ********* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-592.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "72132134a81f86d417397acbc1a985824546d404", "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64" }, "md5sum": "f1bd5becc0f084c1f0bc173c3c638e0c", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15063080, "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-592.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a16d53a0222ad40fa0238266a3e64c315177a158", "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img" }, "md5sum": "25644a36b6e597bac6e9517a18e531b7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38257742, "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 19 July 2025 08:57:36 -0400 (0:00:01.148) 0:00:26.382 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.056) 0:00:26.438 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.024) 0:00:26.462 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.072) 0:00:26.535 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.023) 0:00:26.558 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.025) 0:00:26.584 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.049) 0:00:26.633 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:57:36 -0400 (0:00:00.018) 0:00:26.652 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:57:38 -0400 (0:00:01.348) 0:00:28.001 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929851.6762547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1750750197.91456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1750750197.9157195, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2400229692", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:57:38 -0400 (0:00:00.386) 0:00:28.387 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:57:38 -0400 (0:00:00.018) 0:00:28.406 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:57:38 -0400 (0:00:00.020) 0:00:28.426 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:57:38 -0400 (0:00:00.375) 0:00:28.801 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:57:38 -0400 (0:00:00.056) 0:00:28.857 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929851.6762547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1750750197.91456, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2865, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1750750197.9157195, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "2400229692", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:57:39 -0400 (0:00:00.404) 0:00:29.261 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929854.0717373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:57:39 -0400 (0:00:00.392) 0:00:29.654 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005197", "end": "2025-07-19 08:57:39.995868", "rc": 0, "start": "2025-07-19 08:57:39.990671" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:57:40 -0400 (0:00:00.386) 0:00:30.040 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:57:40 -0400 (0:00:00.038) 0:00:30.079 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:57:40 -0400 (0:00:00.394) 0:00:30.473 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:57:40 -0400 (0:00:00.355) 0:00:30.829 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default --make-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.576) 0:00:31.405 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.019) 0:00:31.425 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.018) 0:00:31.444 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.028) 0:00:31.472 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.031) 0:00:31.503 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.001) 0:00:31.505 ********* 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.130754", "end": "2025-07-19 08:57:41.940217", "rc": 0, "start": "2025-07-19 08:57:41.809463" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 19 July 2025 08:57:41 -0400 (0:00:00.482) 0:00:31.987 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 19 July 2025 08:57:42 -0400 (0:00:00.024) 0:00:32.011 ********* changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 19 July 2025 08:58:06 -0400 (0:00:24.146) 0:00:56.158 ********* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.012) 0:00:56.171 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.016) 0:00:56.187 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.015) 0:00:56.203 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.080) 0:00:56.283 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.028) 0:00:56.311 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.046) 0:00:56.358 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.022) 0:00:56.381 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.017) 0:00:56.398 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.039) 0:00:56.437 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:58:06 -0400 (0:00:00.016) 0:00:56.454 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:58:09 -0400 (0:00:03.039) 0:00:59.494 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:58:09 -0400 (0:00:00.391) 0:00:59.885 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:58:09 -0400 (0:00:00.016) 0:00:59.902 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:58:09 -0400 (0:00:00.012) 0:00:59.914 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:58:10 -0400 (0:00:00.341) 0:01:00.255 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:58:10 -0400 (0:00:00.046) 0:01:00.302 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:58:10 -0400 (0:00:00.349) 0:01:00.652 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:58:11 -0400 (0:00:00.372) 0:01:01.024 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006209", "end": "2025-07-19 08:58:10.847706", "rc": 0, "start": "2025-07-19 08:58:10.841497" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:58:11 -0400 (0:00:00.387) 0:01:01.411 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:58:11 -0400 (0:00:00.033) 0:01:01.445 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:58:11 -0400 (0:00:00.365) 0:01:01.811 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:58:12 -0400 (0:00:00.376) 0:01:02.188 ********* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:58:12 -0400 (0:00:00.326) 0:01:02.514 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:58:12 -0400 (0:00:00.018) 0:01:02.533 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:58:12 -0400 (0:00:00.016) 0:01:02.549 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:58:12 -0400 (0:00:00.031) 0:01:02.581 ********* 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": "2879b26d7f754bf28b10020e5e830978-5.14.0-592.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Clone again to check idempotency] **************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:44 Saturday 19 July 2025 08:58:13 -0400 (0:00:00.496) 0:01:03.077 ********* included: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 19 July 2025 08:58:13 -0400 (0:00:00.034) 0:01:03.112 ********* ok: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-592.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "72132134a81f86d417397acbc1a985824546d404", "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64" }, "md5sum": "f1bd5becc0f084c1f0bc173c3c638e0c", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15063080, "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "state": "file", "uid": 0 } ok: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-592.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": false, "checksum": "a16d53a0222ad40fa0238266a3e64c315177a158", "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img" }, "md5sum": "25644a36b6e597bac6e9517a18e531b7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38257742, "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 19 July 2025 08:58:14 -0400 (0:00:01.229) 0:01:04.342 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.041) 0:01:04.383 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.018) 0:01:04.402 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.034) 0:01:04.436 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.016) 0:01:04.453 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.015) 0:01:04.469 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.032) 0:01:04.502 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:58:14 -0400 (0:00:00.011) 0:01:04.514 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:58:15 -0400 (0:00:01.290) 0:01:05.805 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.360) 0:01:06.165 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.016) 0:01:06.181 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.011) 0:01:06.193 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.333) 0:01:06.527 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.044) 0:01:06.571 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:58:16 -0400 (0:00:00.351) 0:01:06.923 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:58:17 -0400 (0:00:00.352) 0:01:07.275 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004567", "end": "2025-07-19 08:58:17.596274", "rc": 0, "start": "2025-07-19 08:58:17.591707" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:58:17 -0400 (0:00:00.364) 0:01:07.640 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:58:17 -0400 (0:00:00.035) 0:01:07.675 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:58:18 -0400 (0:00:00.354) 0:01:08.030 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:58:18 -0400 (0:00:00.372) 0:01:08.403 ********* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.645) 0:01:09.049 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.017) 0:01:09.067 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.019) 0:01:09.087 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.028) 0:01:09.115 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.028) 0:01:09.144 ********* META: triggered running handlers for managed-node1 TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.001) 0:01:09.145 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.015) 0:01:09.161 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.051) 0:01:09.212 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.019) 0:01:09.231 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.034) 0:01:09.266 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.017) 0:01:09.284 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.017) 0:01:09.301 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.030) 0:01:09.332 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:58:19 -0400 (0:00:00.011) 0:01:09.344 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:58:20 -0400 (0:00:01.279) 0:01:10.624 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:58:20 -0400 (0:00:00.347) 0:01:10.971 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:58:20 -0400 (0:00:00.013) 0:01:10.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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:58:20 -0400 (0:00:00.012) 0:01:10.996 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:58:21 -0400 (0:00:00.331) 0:01:11.328 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:58:21 -0400 (0:00:00.039) 0:01:11.368 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:58:21 -0400 (0:00:00.342) 0:01:11.710 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:58:22 -0400 (0:00:00.353) 0:01:12.064 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004389", "end": "2025-07-19 08:58:22.372965", "rc": 0, "start": "2025-07-19 08:58:22.368576" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:58:22 -0400 (0:00:00.352) 0:01:12.416 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:58:22 -0400 (0:00:00.033) 0:01:12.450 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:58:22 -0400 (0:00:00.350) 0:01:12.800 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:58:23 -0400 (0:00:00.347) 0:01:13.148 ********* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:58:23 -0400 (0:00:00.329) 0:01:13.477 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:58:23 -0400 (0:00:00.017) 0:01:13.494 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:58:23 -0400 (0:00:00.016) 0:01:13.511 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:58:23 -0400 (0:00:00.028) 0:01:13.540 ********* 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": "2879b26d7f754bf28b10020e5e830978-5.14.0-592.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Verify settings for Clone1] ********************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:52 Saturday 19 July 2025 08:58:24 -0400 (0:00:00.489) 0:01:14.029 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:62 Saturday 19 July 2025 08:58:24 -0400 (0:00:00.041) 0:01:14.071 ********* included: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 19 July 2025 08:58:24 -0400 (0:00:00.027) 0:01:14.098 ********* changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-592.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "72132134a81f86d417397acbc1a985824546d404", "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64" }, "md5sum": "f1bd5becc0f084c1f0bc173c3c638e0c", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 15063080, "src": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-592.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a16d53a0222ad40fa0238266a3e64c315177a158", "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img" }, "md5sum": "25644a36b6e597bac6e9517a18e531b7", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 38257742, "src": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:17 Saturday 19 July 2025 08:58:24 -0400 (0:00:00.861) 0:01:14.959 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:58:24 -0400 (0:00:00.036) 0:01:14.996 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.017) 0:01:15.014 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.031) 0:01:15.046 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.016) 0:01:15.063 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.015) 0:01:15.078 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.028) 0:01:15.107 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:58:25 -0400 (0:00:00.012) 0:01:15.120 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:58:26 -0400 (0:00:01.266) 0:01:16.386 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:58:26 -0400 (0:00:00.343) 0:01:16.729 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:58:26 -0400 (0:00:00.015) 0:01:16.745 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:58:26 -0400 (0:00:00.012) 0:01:16.757 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:58:27 -0400 (0:00:00.334) 0:01:17.092 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:58:27 -0400 (0:00:00.039) 0:01:17.131 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929861.9392297, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929861.9382298, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 277999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929861.9382298, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "3282949558", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:58:27 -0400 (0:00:00.346) 0:01:17.478 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:58:27 -0400 (0:00:00.344) 0:01:17.822 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004163", "end": "2025-07-19 08:58:28.133329", "rc": 0, "start": "2025-07-19 08:58:28.129166" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:58:28 -0400 (0:00:00.352) 0:01:18.175 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:58:28 -0400 (0:00:00.034) 0:01:18.209 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:58:28 -0400 (0:00:00.351) 0:01:18.561 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:58:28 -0400 (0:00:00.347) 0:01:18.909 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.619) 0:01:19.528 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.018) 0:01:19.547 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.016) 0:01:19.564 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.029) 0:01:19.593 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:33 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.034) 0:01:19.627 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 19 July 2025 08:58:29 -0400 (0:00:00.002) 0:01:19.629 ********* 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.164195", "end": "2025-07-19 08:58:30.083207", "rc": 0, "start": "2025-07-19 08:58:29.919012" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 19 July 2025 08:58:30 -0400 (0:00:00.499) 0:01:20.129 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 19 July 2025 08:58:30 -0400 (0:00:00.014) 0:01:20.143 ********* changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 19 July 2025 08:58:54 -0400 (0:00:23.855) 0:01:43.999 ********* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.012) 0:01:44.012 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.014) 0:01:44.027 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:40 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.014) 0:01:44.041 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.051) 0:01:44.093 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.017) 0:01:44.111 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.032) 0:01:44.143 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.016) 0:01:44.160 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.016) 0:01:44.176 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.028) 0:01:44.204 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:58:54 -0400 (0:00:00.010) 0:01:44.215 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:58:57 -0400 (0:00:02.997) 0:01:47.212 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:58:57 -0400 (0:00:00.373) 0:01:47.586 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:58:57 -0400 (0:00:00.013) 0:01:47.599 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:58:57 -0400 (0:00:00.012) 0:01:47.612 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:58:57 -0400 (0:00:00.332) 0:01:47.944 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:58:57 -0400 (0:00:00.039) 0:01:47.984 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:58:58 -0400 (0:00:00.351) 0:01:48.335 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:58:58 -0400 (0:00:00.348) 0:01:48.684 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.006145", "end": "2025-07-19 08:58:58.815501", "rc": 0, "start": "2025-07-19 08:58:58.809356" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:58:59 -0400 (0:00:00.359) 0:01:49.044 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:58:59 -0400 (0:00:00.035) 0:01:49.079 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:58:59 -0400 (0:00:00.350) 0:01:49.430 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:58:59 -0400 (0:00:00.354) 0:01:49.785 ********* ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.340) 0:01:50.126 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.018) 0:01:50.144 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.016) 0:01:50.160 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.030) 0:01:50.191 ********* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "2879b26d7f754bf28b10020e5e830978-5.14.0-592.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-592.el9.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": "2879b26d7f754bf28b10020e5e830978-5.14.0-592.el9.x86_64_clone1", "index": "1", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "Clone1" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "2", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "3", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Verify settings for Clone2] ********************************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:69 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.522) 0:01:50.714 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try to configure two default kernels] ************************************ task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.041) 0:01:50.755 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.033) 0:01:50.788 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.016) 0:01:50.805 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.031) 0:01:50.837 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.017) 0:01:50.854 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.018) 0:01:50.873 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.031) 0:01:50.905 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:59:00 -0400 (0:00:00.011) 0:01:50.916 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:59:02 -0400 (0:00:01.337) 0:01:52.254 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:59:02 -0400 (0:00:00.357) 0:01:52.611 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:59:02 -0400 (0:00:00.014) 0:01:52.626 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:59:02 -0400 (0:00:00.011) 0:01:52.638 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:59:02 -0400 (0:00:00.338) 0:01:52.976 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:59:03 -0400 (0:00:00.041) 0:01:53.018 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:59:03 -0400 (0:00:00.348) 0:01:53.366 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:59:03 -0400 (0:00:00.356) 0:01:53.722 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004393", "end": "2025-07-19 08:59:04.038697", "rc": 0, "start": "2025-07-19 08:59:04.034304" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:59:04 -0400 (0:00:00.359) 0:01:54.082 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:59:04 -0400 (0:00:00.035) 0:01:54.117 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:59:04 -0400 (0:00:00.356) 0:01:54.474 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:59:04 -0400 (0:00:00.357) 0:01:54.832 ********* fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-592.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-592.el9.x86_64_clone2 TASK [Assert that the role failed with multiple default kernels set] *********** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:97 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.340) 0:01:55.172 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:101 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.016) 0:01:55.188 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.059) 0:01:55.247 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.017) 0:01:55.265 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.033) 0:01:55.298 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.017) 0:01:55.316 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.017) 0:01:55.333 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.028) 0:01:55.362 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:59:05 -0400 (0:00:00.012) 0:01:55.374 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:59:06 -0400 (0:00:01.291) 0:01:56.665 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.349) 0:01:57.015 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.013) 0:01:57.028 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.012) 0:01:57.041 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.328) 0:01:57.369 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.065) 0:01:57.435 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:59:07 -0400 (0:00:00.348) 0:01:57.783 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:59:08 -0400 (0:00:00.346) 0:01:58.130 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004780", "end": "2025-07-19 08:59:08.466735", "rc": 0, "start": "2025-07-19 08:59:08.461955" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:59:08 -0400 (0:00:00.378) 0:01:58.508 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:59:08 -0400 (0:00:00.063) 0:01:58.571 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:59:08 -0400 (0:00:00.377) 0:01:58.949 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:59:09 -0400 (0:00:00.374) 0:01:59.323 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.688) 0:02:00.012 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.019) 0:02:00.031 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.017) 0:02:00.048 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.029) 0:02:00.078 ********* ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": true, "id": "2879b26d7f754bf28b10020e5e830978-5.14.0-592.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-592.el9.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": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:118 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.478) 0:02:00.557 ********* included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.070) 0:02:00.627 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.017) 0:02:00.644 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.034) 0:02:00.678 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.016) 0:02:00.694 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.017) 0:02:00.712 ********* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.033) 0:02:00.745 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 19 July 2025 08:59:10 -0400 (0:00:00.012) 0:02:00.758 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 19 July 2025 08:59:12 -0400 (0:00:01.274) 0:02:02.032 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 19 July 2025 08:59:12 -0400 (0:00:00.344) 0:02:02.377 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 19 July 2025 08:59:12 -0400 (0:00:00.013) 0:02:02.391 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 19 July 2025 08:59:12 -0400 (0:00:00.011) 0:02:02.403 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 19 July 2025 08:59:12 -0400 (0:00:00.336) 0:02:02.740 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 19 July 2025 08:59:12 -0400 (0:00:00.041) 0:02:02.781 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929910.0812967, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b831a7fad7d5bcb14fd4bf8377acaeee3dbcb224", "ctime": 1752929910.0802968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752929910.0802968, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 342, "uid": 0, "version": "601471850", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 19 July 2025 08:59:13 -0400 (0:00:00.354) 0:02:03.135 ********* ok: [managed-node1] => { "changed": false, "stat": { "atime": 1752929859.5892355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "9884c8699f5d1d9324df65607bc3ab9c6ff1c34d", "ctime": 1752929854.071249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 289407171, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1752929854.071738, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6717, "uid": 0, "version": "752893215", "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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 19 July 2025 08:59:13 -0400 (0:00:00.345) 0:02:03.480 ********* ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005043", "end": "2025-07-19 08:59:13.792111", "rc": 0, "start": "2025-07-19 08:59:13.787068" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 19 July 2025 08:59:13 -0400 (0:00:00.353) 0:02:03.834 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 19 July 2025 08:59:13 -0400 (0:00:00.034) 0:02:03.868 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 19 July 2025 08:59:14 -0400 (0:00:00.352) 0:02:04.221 ********* ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 19 July 2025 08:59:14 -0400 (0:00:00.354) 0:02:04.576 ********* Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.560) 0:02:05.136 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.018) 0:02:05.155 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.017) 0:02:05.172 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.028) 0:02:05.201 ********* 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": "20c8a4be80104666a71438f3e903c4b9-5.14.0-592.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-592.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-592.el9.x86_64", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (5.14.0-592.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "20c8a4be80104666a71438f3e903c4b9-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-20c8a4be80104666a71438f3e903c4b9.img", "kernel": "/boot/vmlinuz-0-rescue-20c8a4be80104666a71438f3e903c4b9", "root": "UUID=97c8d18c-75f2-428f-b993-321f7140f874", "title": "CentOS Stream (0-rescue-20c8a4be80104666a71438f3e903c4b9) 9" } ] }, "changed": false } TASK [Verify that kernel is removed {{ item }}] ******************************** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:128 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.463) 0:02:05.665 ********* 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-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 Saturday 19 July 2025 08:59:15 -0400 (0:00:00.051) 0:02:05.717 ********* changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone1" ], "delta": "0:00:00.045943", "end": "2025-07-19 08:59:16.061773", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-07-19 08:59:16.015830" } STDERR: The param /boot/vmlinuz-5.14.0-592.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-592.el9.x86_64_clone2" ], "delta": "0:00:00.046244", "end": "2025-07-19 08:59:16.437329", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-07-19 08:59:16.391085" } STDERR: The param /boot/vmlinuz-5.14.0-592.el9.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 19 July 2025 08:59:16 -0400 (0:00:00.767) 0:02:06.485 ********* 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.103724", "end": "2025-07-19 08:59:16.881231", "rc": 0, "start": "2025-07-19 08:59:16.777507" } 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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 19 July 2025 08:59:16 -0400 (0:00:00.439) 0:02:06.924 ********* included: /tmp/collections-5Jn/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-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 19 July 2025 08:59:16 -0400 (0:00:00.014) 0:02:06.939 ********* changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 19 July 2025 08:59:41 -0400 (0:00:24.245) 0:02:31.185 ********* skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 19 July 2025 08:59:41 -0400 (0:00:00.013) 0:02:31.198 ********* ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=156 changed=14 unreachable=0 failed=0 skipped=111 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.13", "end_time": "2025-07-19T12:59:05.172793+00:00Z", "host": "managed-node1", "message": "Only one kernel can be set as default. Found 2 kernels with 'default: true' - /boot/vmlinuz-5.14.0-592.el9.x86_64_clone1, /boot/vmlinuz-5.14.0-592.el9.x86_64_clone2", "start_time": "2025-07-19T12:59:04.835800+00:00Z", "task_name": "Ensure boot loader settings", "task_path": "/tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 19 July 2025 08:59:41 -0400 (0:00:00.014) 0:02:31.212 ********* =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.25s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.15s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.86s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 18.41s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 3.04s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 3.00s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 2.26s /tmp/collections-5Jn/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.35s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.29s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.28s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.27s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.27s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64 --- 1.23s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64 --- 1.15s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Copy kernel and initrd for test purposes from /boot/vmlinuz-5.14.0-592.el9.x86_64 --- 0.86s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Remove cloned kernels --------------------------------------------------- 0.77s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:138 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.69s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.65s /tmp/collections-5Jn/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102