ansible-playbook [core 2.17.10] 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-WOD executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-4)] (/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 redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 Saturday 29 March 2025 08:55:19 -0400 (0:00:00.008) 0:00:00.008 ******** included: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 29 March 2025 08:55:19 -0400 (0:00:00.013) 0:00:00.021 ******** [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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 29 March 2025 08:55:21 -0400 (0:00:02.116) 0:00:02.138 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.006) 0:00:02.144 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.058) 0:00:02.203 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.018) 0:00:02.222 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.032) 0:00:02.255 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.407) 0:00:02.662 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.020) 0:00:02.683 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.029) 0:00:02.712 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:55:21 -0400 (0:00:00.011) 0:00:02.724 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:55:39 -0400 (0:00:17.714) 0:00:20.438 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743082760.5363579, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1743082760.5363579, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4834130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743082760.5363579, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1801663620", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:55:39 -0400 (0:00:00.358) 0:00:20.796 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:55:39 -0400 (0:00:00.013) 0:00:20.809 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:55:39 -0400 (0:00:00.012) 0:00:20.822 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:55:40 -0400 (0:00:00.327) 0:00:21.149 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:55:40 -0400 (0:00:00.040) 0:00:21.190 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252939.8331833, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1743082760.5363579, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4834130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743082760.5363579, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1801663620", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:55:40 -0400 (0:00:00.336) 0:00:21.526 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743081757.451, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "19dfcaef9a4367985ebcae601a13364903025e27", "ctime": 1743081757.452, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8842094, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743081757.452, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "3639017102", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:55:40 -0400 (0:00:00.342) 0:00:21.869 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004522", "end": "2025-03-29 08:55:41.421831", "rc": 0, "start": "2025-03-29 08:55:41.417309" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:55:41 -0400 (0:00:00.486) 0:00:22.355 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:55:41 -0400 (0:00:00.050) 0:00:22.405 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:55:41 -0400 (0:00:00.453) 0:00:22.859 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:55:42 -0400 (0:00:00.362) 0:00:23.222 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:55:42 -0400 (0:00:00.440) 0:00:23.662 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:55:42 -0400 (0:00:00.025) 0:00:23.688 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:55:42 -0400 (0:00:00.027) 0:00:23.715 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:55:42 -0400 (0:00:00.048) 0:00:23.764 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "7e67044ce90e4a409a0bd242a53d4484-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-7e67044ce90e4a409a0bd242a53d4484.img", "kernel": "/boot/vmlinuz-0-rescue-7e67044ce90e4a409a0bd242a53d4484", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (0-rescue-7e67044ce90e4a409a0bd242a53d4484) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 29 March 2025 08:55:43 -0400 (0:00:00.562) 0:00:24.326 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 29 March 2025 08:55:43 -0400 (0:00:00.004) 0:00:24.330 ******** META: triggered running handlers for managed-node1 TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 29 March 2025 08:55:43 -0400 (0:00:00.001) 0:00:24.331 ******** included: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 29 March 2025 08:55:43 -0400 (0:00:00.028) 0:00:24.359 ******** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 29 March 2025 08:55:43 -0400 (0:00:00.050) 0:00:24.409 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-573.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "0be4bd71bb50ad42c98af5823b9ec5be2346863c", "dest": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-573.el9.x86_64" }, "md5sum": "d2908b1fbe9ee969f5034ce591162ebb", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14907432, "src": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-573.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-573.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "8f2ac8d948339618d8fbedb3555c28a183760c36", "dest": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-573.el9.x86_64.img" }, "md5sum": "2473ca177d2ebe497c4a7f63da7e15b0", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 37881658, "src": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 29 March 2025 08:55:44 -0400 (0:00:01.150) 0:00:25.560 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.043) 0:00:25.603 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.018) 0:00:25.621 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.034) 0:00:25.656 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.016) 0:00:25.673 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.016) 0:00:25.689 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.029) 0:00:25.719 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:55:44 -0400 (0:00:00.011) 0:00:25.730 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:55:46 -0400 (0:00:01.304) 0:00:27.035 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252939.8331833, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1743082760.5363579, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4834130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743082760.5363579, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1801663620", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:55:46 -0400 (0:00:00.344) 0:00:27.380 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:55:46 -0400 (0:00:00.014) 0:00:27.394 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:55:46 -0400 (0:00:00.016) 0:00:27.411 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:55:46 -0400 (0:00:00.347) 0:00:27.759 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:55:46 -0400 (0:00:00.062) 0:00:27.821 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252939.8331833, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1743082760.5363579, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4834130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743082760.5363579, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "1801663620", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:55:47 -0400 (0:00:00.380) 0:00:28.202 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252942.2873247, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:55:47 -0400 (0:00:00.384) 0:00:28.586 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005039", "end": "2025-03-29 08:55:48.041168", "rc": 0, "start": "2025-03-29 08:55:48.036129" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:55:48 -0400 (0:00:00.392) 0:00:28.979 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:55:48 -0400 (0:00:00.069) 0:00:29.048 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:55:48 -0400 (0:00:00.407) 0:00:29.456 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:55:48 -0400 (0:00:00.389) 0:00:29.846 ******** 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-573.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.553) 0:00:30.399 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.019) 0:00:30.418 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.018) 0:00:30.437 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.032) 0:00:30.469 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.031) 0:00:30.501 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 29 March 2025 08:55:49 -0400 (0:00:00.002) 0:00:30.503 ******** 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.131640", "end": "2025-03-29 08:55:50.030763", "rc": 0, "start": "2025-03-29 08:55:49.899123" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-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="rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 29 March 2025 08:55:50 -0400 (0:00:00.457) 0:00:30.961 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 29 March 2025 08:55:50 -0400 (0:00:00.015) 0:00:30.976 ******** changed: [managed-node1] => { "changed": true, "elapsed": 28, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 29 March 2025 08:56:19 -0400 (0:00:29.812) 0:01:00.789 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 29 March 2025 08:56:19 -0400 (0:00:00.015) 0:01:00.804 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 29 March 2025 08:56:19 -0400 (0:00:00.021) 0:01:00.825 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 29 March 2025 08:56:19 -0400 (0:00:00.016) 0:01:00.842 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.092) 0:01:00.934 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.033) 0:01:00.967 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.043) 0:01:01.011 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.022) 0:01:01.033 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.019) 0:01:01.052 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.035) 0:01:01.088 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:56:20 -0400 (0:00:00.012) 0:01:01.100 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:56:23 -0400 (0:00:02.918) 0:01:04.019 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:56:23 -0400 (0:00:00.392) 0:01:04.411 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:56:23 -0400 (0:00:00.013) 0:01:04.425 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:56:23 -0400 (0:00:00.016) 0:01:04.442 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:56:23 -0400 (0:00:00.337) 0:01:04.780 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:56:23 -0400 (0:00:00.048) 0:01:04.829 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:56:24 -0400 (0:00:00.346) 0:01:05.175 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252947.6322086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:56:24 -0400 (0:00:00.361) 0:01:05.536 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005242", "end": "2025-03-29 08:56:24.971312", "rc": 0, "start": "2025-03-29 08:56:24.966070" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:56:25 -0400 (0:00:00.372) 0:01:05.909 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:56:25 -0400 (0:00:00.041) 0:01:05.951 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:56:25 -0400 (0:00:00.351) 0:01:06.303 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:56:25 -0400 (0:00:00.348) 0:01:06.651 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.323) 0:01:06.975 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.021) 0:01:06.997 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.020) 0:01:07.017 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.043) 0:01:07.061 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "175f95a7bade4837a03daca1d9cb0fef-5.14.0-573.el9.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "Clone1" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "7e67044ce90e4a409a0bd242a53d4484-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-7e67044ce90e4a409a0bd242a53d4484.img", "kernel": "/boot/vmlinuz-0-rescue-7e67044ce90e4a409a0bd242a53d4484", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (0-rescue-7e67044ce90e4a409a0bd242a53d4484) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:38 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.510) 0:01:07.571 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:47 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.050) 0:01:07.622 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.078) 0:01:07.700 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.021) 0:01:07.722 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.039) 0:01:07.761 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.021) 0:01:07.782 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.023) 0:01:07.806 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.034) 0:01:07.841 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:56:26 -0400 (0:00:00.012) 0:01:07.853 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:56:28 -0400 (0:00:01.268) 0:01:09.121 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:56:28 -0400 (0:00:00.338) 0:01:09.460 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:56:28 -0400 (0:00:00.013) 0:01:09.473 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:56:28 -0400 (0:00:00.013) 0:01:09.487 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:56:28 -0400 (0:00:00.325) 0:01:09.812 ******** ok: [managed-node1] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:56:28 -0400 (0:00:00.041) 0:01:09.854 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:56:29 -0400 (0:00:00.345) 0:01:10.200 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252947.6322086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:56:29 -0400 (0:00:00.347) 0:01:10.547 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004631", "end": "2025-03-29 08:56:29.973647", "rc": 0, "start": "2025-03-29 08:56:29.969016" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:56:30 -0400 (0:00:00.358) 0:01:10.906 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:56:30 -0400 (0:00:00.035) 0:01:10.941 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:56:30 -0400 (0:00:00.352) 0:01:11.294 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:56:30 -0400 (0:00:00.340) 0:01:11.634 ******** 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-573.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.573) 0:01:12.208 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.017) 0:01:12.225 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.015) 0:01:12.241 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.029) 0:01:12.270 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "7e67044ce90e4a409a0bd242a53d4484-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-7e67044ce90e4a409a0bd242a53d4484.img", "kernel": "/boot/vmlinuz-0-rescue-7e67044ce90e4a409a0bd242a53d4484", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (0-rescue-7e67044ce90e4a409a0bd242a53d4484) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:64 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.448) 0:01:12.719 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:68 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.039) 0:01:12.758 ******** included: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1 TASK [Set fact with the default kernel to use for clones] ********************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.029) 0:01:12.787 ******** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 29 March 2025 08:56:31 -0400 (0:00:00.037) 0:01:12.825 ******** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-573.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-573.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "0be4bd71bb50ad42c98af5823b9ec5be2346863c", "dest": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-573.el9.x86_64" }, "md5sum": "d2908b1fbe9ee969f5034ce591162ebb", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14907432, "src": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-573.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-573.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "8f2ac8d948339618d8fbedb3555c28a183760c36", "dest": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-573.el9.x86_64.img" }, "md5sum": "2473ca177d2ebe497c4a7f63da7e15b0", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 37881658, "src": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 29 March 2025 08:56:32 -0400 (0:00:01.018) 0:01:13.843 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:56:32 -0400 (0:00:00.034) 0:01:13.878 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.018) 0:01:13.896 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.035) 0:01:13.931 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.016) 0:01:13.948 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.016) 0:01:13.964 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.029) 0:01:13.994 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:56:33 -0400 (0:00:00.012) 0:01:14.006 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:56:34 -0400 (0:00:01.292) 0:01:15.299 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:56:34 -0400 (0:00:00.339) 0:01:15.638 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:56:34 -0400 (0:00:00.014) 0:01:15.653 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:56:34 -0400 (0:00:00.013) 0:01:15.666 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:56:35 -0400 (0:00:00.325) 0:01:15.992 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:56:35 -0400 (0:00:00.043) 0:01:16.035 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252950.0292165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252950.0282166, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252950.0282166, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2316687012", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:56:35 -0400 (0:00:00.342) 0:01:16.377 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252947.6322086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:56:35 -0400 (0:00:00.341) 0:01:16.718 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004744", "end": "2025-03-29 08:56:36.142090", "rc": 0, "start": "2025-03-29 08:56:36.137346" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:56:36 -0400 (0:00:00.353) 0:01:17.072 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:56:36 -0400 (0:00:00.035) 0:01:17.108 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:56:36 -0400 (0:00:00.345) 0:01:17.454 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:56:36 -0400 (0:00:00.350) 0:01:17.805 ******** 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-573.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-573.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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.548) 0:01:18.353 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.019) 0:01:18.372 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.018) 0:01:18.391 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.030) 0:01:18.422 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.031) 0:01:18.453 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 29 March 2025 08:56:37 -0400 (0:00:00.002) 0:01:18.455 ******** 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.138140", "end": "2025-03-29 08:56:37.990230", "rc": 0, "start": "2025-03-29 08:56:37.852090" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 29 March 2025 08:56:38 -0400 (0:00:00.465) 0:01:18.921 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 29 March 2025 08:56:38 -0400 (0:00:00.014) 0:01:18.936 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 29 March 2025 08:57:02 -0400 (0:00:23.978) 0:01:42.914 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.013) 0:01:42.928 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.016) 0:01:42.944 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.016) 0:01:42.960 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.052) 0:01:43.013 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.019) 0:01:43.032 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.034) 0:01:43.067 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.018) 0:01:43.085 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.017) 0:01:43.103 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.030) 0:01:43.133 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:57:02 -0400 (0:00:00.013) 0:01:43.147 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:57:05 -0400 (0:00:02.965) 0:01:46.113 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252997.9883249, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252997.9883249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252997.9883249, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3046539019", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:57:05 -0400 (0:00:00.379) 0:01:46.492 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:57:05 -0400 (0:00:00.015) 0:01:46.508 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:57:05 -0400 (0:00:00.013) 0:01:46.521 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:57:05 -0400 (0:00:00.327) 0:01:46.848 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:57:06 -0400 (0:00:00.045) 0:01:46.894 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743253025.1132455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252997.9883249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252997.9883249, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3046539019", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:57:06 -0400 (0:00:00.341) 0:01:47.235 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252947.6322086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:57:06 -0400 (0:00:00.351) 0:01:47.587 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005215", "end": "2025-03-29 08:57:06.729774", "rc": 0, "start": "2025-03-29 08:57:06.724559" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:57:07 -0400 (0:00:00.352) 0:01:47.940 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:57:07 -0400 (0:00:00.035) 0:01:47.975 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:57:07 -0400 (0:00:00.349) 0:01:48.325 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:57:07 -0400 (0:00:00.344) 0:01:48.669 ******** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.331) 0:01:49.001 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.018) 0:01:49.019 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.018) 0:01:49.037 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.031) 0:01:49.069 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "175f95a7bade4837a03daca1d9cb0fef-5.14.0-573.el9.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64_clone2", "title": "Clone2" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "1", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "7e67044ce90e4a409a0bd242a53d4484-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-7e67044ce90e4a409a0bd242a53d4484.img", "kernel": "/boot/vmlinuz-0-rescue-7e67044ce90e4a409a0bd242a53d4484", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (0-rescue-7e67044ce90e4a409a0bd242a53d4484) 9" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:74 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.492) 0:01:49.561 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.039) 0:01:49.600 ******** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.065) 0:01:49.665 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.018) 0:01:49.683 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.033) 0:01:49.717 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.017) 0:01:49.734 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.017) 0:01:49.752 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.030) 0:01:49.782 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 29 March 2025 08:57:08 -0400 (0:00:00.011) 0:01:49.794 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 29 March 2025 08:57:10 -0400 (0:00:01.282) 0:01:51.077 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743253025.1132455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252997.9883249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252997.9883249, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3046539019", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 29 March 2025 08:57:10 -0400 (0:00:00.341) 0:01:51.418 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 29 March 2025 08:57:10 -0400 (0:00:00.014) 0:01:51.433 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 29 March 2025 08:57:10 -0400 (0:00:00.013) 0:01:51.447 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 29 March 2025 08:57:10 -0400 (0:00:00.324) 0:01:51.772 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 29 March 2025 08:57:10 -0400 (0:00:00.040) 0:01:51.812 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743253025.1132455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1743252997.9883249, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8836030, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743252997.9883249, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "3046539019", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 29 March 2025 08:57:11 -0400 (0:00:00.345) 0:01:52.158 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1743252947.6322086, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "43d1b10ac2cc182b8cdabfc9fa558b1d2cb7e3d7", "ctime": 1743252942.2871912, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1743252942.2873254, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "227844119", "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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 29 March 2025 08:57:11 -0400 (0:00:00.344) 0:01:52.503 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005270", "end": "2025-03-29 08:57:11.923677", "rc": 0, "start": "2025-03-29 08:57:11.918407" } 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 29 March 2025 08:57:11 -0400 (0:00:00.351) 0:01:52.854 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 29 March 2025 08:57:12 -0400 (0:00:00.036) 0:01:52.891 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 29 March 2025 08:57:12 -0400 (0:00:00.355) 0:01:53.246 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 29 March 2025 08:57:12 -0400 (0:00:00.346) 0:01:53.593 ******** 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-573.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.553) 0:01:54.147 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.018) 0:01:54.165 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.016) 0:01:54.181 ******** 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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.029) 0:01:54.211 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "7e67044ce90e4a409a0bd242a53d4484-5.14.0-573.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-573.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-573.el9.x86_64", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (5.14.0-573.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "7e67044ce90e4a409a0bd242a53d4484-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-7e67044ce90e4a409a0bd242a53d4484.img", "kernel": "/boot/vmlinuz-0-rescue-7e67044ce90e4a409a0bd242a53d4484", "root": "UUID=7757789e-b04f-4f9b-a504-a024c149785e", "title": "CentOS Stream (0-rescue-7e67044ce90e4a409a0bd242a53d4484) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:91 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.446) 0:01:54.657 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 Saturday 29 March 2025 08:57:13 -0400 (0:00:00.040) 0:01:54.697 ******** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-573.el9.x86_64_clone1" ], "delta": "0:00:00.045322", "end": "2025-03-29 08:57:14.141450", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-03-29 08:57:14.096128" } STDERR: The param /boot/vmlinuz-5.14.0-573.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-573.el9.x86_64_clone2" ], "delta": "0:00:00.046602", "end": "2025-03-29 08:57:14.502484", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-03-29 08:57:14.455882" } STDERR: The param /boot/vmlinuz-5.14.0-573.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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 29 March 2025 08:57:14 -0400 (0:00:00.736) 0:01:55.434 ******** 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.106229", "end": "2025-03-29 08:57:14.937885", "rc": 0, "start": "2025-03-29 08:57:14.831656" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 29 March 2025 08:57:14 -0400 (0:00:00.433) 0:01:55.868 ******** included: /tmp/collections-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 29 March 2025 08:57:14 -0400 (0:00:00.014) 0:01:55.883 ******** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 29 March 2025 08:57:38 -0400 (0:00:23.676) 0:02:19.559 ******** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 29 March 2025 08:57:38 -0400 (0:00:00.020) 0:02:19.579 ******** ok: [managed-node1] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=118 changed=14 unreachable=0 failed=0 skipped=80 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 29 March 2025 08:57:38 -0400 (0:00:00.015) 0:02:19.595 ******** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 29.81s /tmp/collections-WOD/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.98s /tmp/collections-WOD/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.68s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 17.71s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.97s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.92s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 2.12s /tmp/collections-WOD/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.30s /tmp/collections-WOD/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-WOD/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-WOD/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-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 1.15s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Clone test_kernel kernel and initrd for test purposes ------------------- 1.02s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Remove cloned kernels --------------------------------------------------- 0.74s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.57s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.56s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.55s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.55s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.55s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.51s /tmp/collections-WOD/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139