ansible-playbook [core 2.17.8] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-2VE executable location = /usr/local/bin/ansible-playbook python version = 3.13.2 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.13) jinja version = 3.1.5 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-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 Saturday 15 February 2025 08:10:27 -0500 (0:00:00.009) 0:00:00.009 ***** included: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 15 February 2025 08:10:27 -0500 (0:00:00.015) 0:00:00.025 ***** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3, 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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 15 February 2025 08:10:30 -0500 (0:00:03.325) 0:00:03.350 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 15 February 2025 08:10:30 -0500 (0:00:00.005) 0:00:03.356 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:10:30 -0500 (0:00:00.065) 0:00:03.421 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:10:30 -0500 (0:00:00.029) 0:00:03.451 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:10:31 -0500 (0:00:00.052) 0:00:03.503 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:10:31 -0500 (0:00:00.622) 0:00:04.125 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:10:31 -0500 (0:00:00.049) 0:00:04.175 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:10:31 -0500 (0:00:00.049) 0:00:04.225 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:10:31 -0500 (0:00:00.021) 0:00:04.246 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:10:47 -0500 (0:00:15.929) 0:00:20.176 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739311137.9310195, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1739311135.3750196, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739311135.3750196, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "918200197", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:10:48 -0500 (0:00:01.144) 0:00:21.320 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:10:48 -0500 (0:00:00.015) 0:00:21.336 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:10:48 -0500 (0:00:00.013) 0:00:21.349 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:10:49 -0500 (0:00:00.386) 0:00:21.736 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:10:49 -0500 (0:00:00.068) 0:00:21.804 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625048.0913026, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1739311135.3750196, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739311135.3750196, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "918200197", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:10:49 -0500 (0:00:00.416) 0:00:22.221 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739272137.362, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "553f4e9509baf3271a825764a8cfb9830782db92", "ctime": 1739272137.364, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262172, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739272137.364, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7030, "uid": 0, "version": "4168322553", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:10:50 -0500 (0:00:00.444) 0:00:22.665 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004728", "end": "2025-02-15 08:10:50.612081", "rc": 0, "start": "2025-02-15 08:10:50.607353" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:10:50 -0500 (0:00:00.483) 0:00:23.148 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:10:50 -0500 (0:00:00.035) 0:00:23.183 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:10:51 -0500 (0:00:00.506) 0:00:23.690 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:10:51 -0500 (0:00:00.398) 0:00:24.088 ***** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.501) 0:00:24.589 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.022) 0:00:24.611 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.024) 0:00:24.636 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.037) 0:00:24.673 ***** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "12df8bc97ad143988b5affa46c8b4173-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-12df8bc97ad143988b5affa46c8b4173.img", "kernel": "/boot/vmlinuz-0-rescue-12df8bc97ad143988b5affa46c8b4173", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (0-rescue-12df8bc97ad143988b5affa46c8b4173) 41 (Forty One)" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.632) 0:00:25.305 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.011) 0:00:25.317 ***** META: triggered running handlers for managed-node1 TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.005) 0:00:25.322 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.057) 0:00:25.380 ***** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 15 February 2025 08:10:52 -0500 (0:00:00.066) 0:00:25.447 ***** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.11-200.fc41.x86_64', 'dest': '/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fa5d05271bd8542f8dd73277598efead2c45696d", "dest": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1", "src": "/boot/vmlinuz-6.12.11-200.fc41.x86_64" }, "md5sum": "82695ce50b7cf6c56b4f7a2a76f55112", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16660840, "src": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.11-200.fc41.x86_64.img', 'dest': '/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "af538ab5651895d0a7fc4776c5b99917714d8cd8", "dest": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone1", "src": "/boot/initramfs-6.12.11-200.fc41.x86_64.img" }, "md5sum": "753e1ea53a2e19589a9868a159fd7308", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 27386187, "src": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 15 February 2025 08:10:55 -0500 (0:00:02.602) 0:00:28.049 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.048) 0:00:28.098 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.028) 0:00:28.127 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.045) 0:00:28.172 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.027) 0:00:28.200 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.029) 0:00:28.230 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.046) 0:00:28.276 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:10:55 -0500 (0:00:00.019) 0:00:28.296 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:10:57 -0500 (0:00:01.341) 0:00:29.638 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625048.0913026, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1739311135.3750196, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739311135.3750196, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "918200197", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:10:57 -0500 (0:00:00.410) 0:00:30.048 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:10:57 -0500 (0:00:00.020) 0:00:30.069 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:10:57 -0500 (0:00:00.016) 0:00:30.086 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:10:57 -0500 (0:00:00.377) 0:00:30.463 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:10:58 -0500 (0:00:00.042) 0:00:30.506 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625048.0913026, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6fe4e5d2ca4a70405c4ae8eb7ec68aec89decbb", "ctime": 1739311135.3750196, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739311135.3750196, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 310, "uid": 0, "version": "918200197", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:10:58 -0500 (0:00:00.404) 0:00:30.910 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625051.5570989, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:10:58 -0500 (0:00:00.451) 0:00:31.362 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004830", "end": "2025-02-15 08:10:59.233882", "rc": 0, "start": "2025-02-15 08:10:59.229052" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:10:59 -0500 (0:00:00.411) 0:00:31.774 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:10:59 -0500 (0:00:00.049) 0:00:31.823 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:10:59 -0500 (0:00:00.429) 0:00:32.253 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.433) 0:00:32.687 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-6.12.11-200.fc41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.644) 0:00:33.332 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.025) 0:00:33.357 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.022) 0:00:33.379 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.040) 0:00:33.420 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.032) 0:00:33.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 15 February 2025 08:11:00 -0500 (0:00:00.003) 0:00:33.456 ***** 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.135670", "end": "2025-02-15 08:11:01.488987", "rc": 0, "start": "2025-02-15 08:11:01.353317" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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="crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 15 February 2025 08:11:01 -0500 (0:00:00.584) 0:00:34.041 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 15 February 2025 08:11:01 -0500 (0:00:00.051) 0:00:34.092 ***** changed: [managed-node1] => { "changed": true, "elapsed": 31, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 15 February 2025 08:11:34 -0500 (0:00:32.702) 0:01:06.795 ***** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.014) 0:01:06.810 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.017) 0:01:06.828 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.018) 0:01:06.846 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.056) 0:01:06.903 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.020) 0:01:06.923 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.032) 0:01:06.956 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.020) 0:01:06.976 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.021) 0:01:06.998 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.035) 0:01:07.034 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:11:34 -0500 (0:00:00.014) 0:01:07.049 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:11:37 -0500 (0:00:02.897) 0:01:09.947 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:11:37 -0500 (0:00:00.436) 0:01:10.383 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:11:37 -0500 (0:00:00.016) 0:01:10.399 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:11:37 -0500 (0:00:00.015) 0:01:10.415 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:11:38 -0500 (0:00:00.379) 0:01:10.795 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:11:38 -0500 (0:00:00.041) 0:01:10.836 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:11:38 -0500 (0:00:00.399) 0:01:11.236 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625058.8002865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:11:39 -0500 (0:00:00.407) 0:01:11.644 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005116", "end": "2025-02-15 08:11:39.312385", "rc": 0, "start": "2025-02-15 08:11:39.307269" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:11:39 -0500 (0:00:00.408) 0:01:12.052 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:11:39 -0500 (0:00:00.031) 0:01:12.084 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.417) 0:01:12.501 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.405) 0:01:12.907 ***** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.390) 0:01:13.298 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.021) 0:01:13.319 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.019) 0:01:13.339 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:11:40 -0500 (0:00:00.028) 0:01:13.368 ***** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "ec20ee379fd3eeeb2ee574f14ed12534-6.12.11-200.fc41.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "12df8bc97ad143988b5affa46c8b4173-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-12df8bc97ad143988b5affa46c8b4173.img", "kernel": "/boot/vmlinuz-0-rescue-12df8bc97ad143988b5affa46c8b4173", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (0-rescue-12df8bc97ad143988b5affa46c8b4173) 41 (Forty One)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:38 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.554) 0:01:13.922 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:47 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.039) 0:01:13.962 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.055) 0:01:14.018 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.024) 0:01:14.042 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.035) 0:01:14.078 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.020) 0:01:14.099 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.027) 0:01:14.127 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.056) 0:01:14.184 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:11:41 -0500 (0:00:00.026) 0:01:14.210 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:11:43 -0500 (0:00:01.419) 0:01:15.630 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:11:43 -0500 (0:00:00.397) 0:01:16.027 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:11:43 -0500 (0:00:00.016) 0:01:16.044 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:11:43 -0500 (0:00:00.015) 0:01:16.059 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:11:43 -0500 (0:00:00.377) 0:01:16.436 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:11:43 -0500 (0:00:00.037) 0:01:16.474 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:11:44 -0500 (0:00:00.395) 0:01:16.870 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625058.8002865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:11:44 -0500 (0:00:00.398) 0:01:17.268 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004616", "end": "2025-02-15 08:11:45.143171", "rc": 0, "start": "2025-02-15 08:11:45.138555" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:11:45 -0500 (0:00:00.406) 0:01:17.675 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:11:45 -0500 (0:00:00.035) 0:01:17.711 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:11:45 -0500 (0:00:00.403) 0:01:18.115 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:11:46 -0500 (0:00:00.393) 0:01:18.508 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:11:46 -0500 (0:00:00.623) 0:01:19.132 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:11:46 -0500 (0:00:00.023) 0:01:19.155 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:11:46 -0500 (0:00:00.020) 0:01:19.175 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:11:46 -0500 (0:00:00.038) 0:01:19.214 ***** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "12df8bc97ad143988b5affa46c8b4173-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-12df8bc97ad143988b5affa46c8b4173.img", "kernel": "/boot/vmlinuz-0-rescue-12df8bc97ad143988b5affa46c8b4173", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (0-rescue-12df8bc97ad143988b5affa46c8b4173) 41 (Forty One)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:64 Saturday 15 February 2025 08:11:47 -0500 (0:00:00.498) 0:01:19.713 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:68 Saturday 15 February 2025 08:11:47 -0500 (0:00:00.041) 0:01:19.755 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 15 February 2025 08:11:47 -0500 (0:00:00.033) 0:01:19.788 ***** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 15 February 2025 08:11:47 -0500 (0:00:00.036) 0:01:19.825 ***** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-6.12.11-200.fc41.x86_64', 'dest': '/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "fa5d05271bd8542f8dd73277598efead2c45696d", "dest": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2", "src": "/boot/vmlinuz-6.12.11-200.fc41.x86_64" }, "md5sum": "82695ce50b7cf6c56b4f7a2a76f55112", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 16660840, "src": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-6.12.11-200.fc41.x86_64.img', 'dest': '/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "af538ab5651895d0a7fc4776c5b99917714d8cd8", "dest": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone2", "src": "/boot/initramfs-6.12.11-200.fc41.x86_64.img" }, "md5sum": "753e1ea53a2e19589a9868a159fd7308", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 27386187, "src": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 15 February 2025 08:11:50 -0500 (0:00:02.781) 0:01:22.607 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.050) 0:01:22.658 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.021) 0:01:22.679 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.036) 0:01:22.716 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.025) 0:01:22.742 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.020) 0:01:22.762 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.036) 0:01:22.799 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:11:50 -0500 (0:00:00.015) 0:01:22.814 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:11:51 -0500 (0:00:01.316) 0:01:24.131 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.405) 0:01:24.537 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.014) 0:01:24.551 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.014) 0:01:24.566 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.391) 0:01:24.957 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.039) 0:01:24.996 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625061.4882827, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625061.4872825, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 140, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625061.4872825, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3115208237", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:11:52 -0500 (0:00:00.409) 0:01:25.405 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625058.8002865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:11:53 -0500 (0:00:00.444) 0:01:25.850 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005511", "end": "2025-02-15 08:11:53.716602", "rc": 0, "start": "2025-02-15 08:11:53.711091" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:11:53 -0500 (0:00:00.399) 0:01:26.250 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:11:53 -0500 (0:00:00.032) 0:01:26.283 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:11:54 -0500 (0:00:00.407) 0:01:26.691 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:11:54 -0500 (0:00:00.411) 0:01:27.103 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.605) 0:01:27.708 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.024) 0:01:27.732 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.024) 0:01:27.757 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.038) 0:01:27.796 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.048) 0:01:27.845 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.003) 0:01:27.848 ***** 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.135068", "end": "2025-02-15 08:11:55.841290", "rc": 0, "start": "2025-02-15 08:11:55.706222" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.533) 0:01:28.382 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 15 February 2025 08:11:55 -0500 (0:00:00.020) 0:01:28.402 ***** changed: [managed-node1] => { "changed": true, "elapsed": 36, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 15 February 2025 08:12:33 -0500 (0:00:37.828) 0:02:06.231 ***** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.015) 0:02:06.247 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.027) 0:02:06.274 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.019) 0:02:06.293 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.058) 0:02:06.351 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.020) 0:02:06.372 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.032) 0:02:06.405 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.020) 0:02:06.425 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:12:33 -0500 (0:00:00.019) 0:02:06.445 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:12:34 -0500 (0:00:00.035) 0:02:06.481 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:12:34 -0500 (0:00:00.015) 0:02:06.496 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:12:36 -0500 (0:00:02.794) 0:02:09.291 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625115.8398407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625115.8388407, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 80, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625115.8388407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3584744884", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:12:37 -0500 (0:00:00.441) 0:02:09.732 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:12:37 -0500 (0:00:00.029) 0:02:09.762 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:12:37 -0500 (0:00:00.022) 0:02:09.785 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:12:37 -0500 (0:00:00.403) 0:02:10.188 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:12:37 -0500 (0:00:00.040) 0:02:10.229 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625115.8398407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625115.8388407, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 80, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625115.8388407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3584744884", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:12:38 -0500 (0:00:00.398) 0:02:10.627 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625058.8002865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:12:38 -0500 (0:00:00.394) 0:02:11.021 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004959", "end": "2025-02-15 08:12:38.888734", "rc": 0, "start": "2025-02-15 08:12:38.883775" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:12:38 -0500 (0:00:00.400) 0:02:11.422 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:12:38 -0500 (0:00:00.034) 0:02:11.456 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:12:39 -0500 (0:00:00.395) 0:02:11.852 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:12:39 -0500 (0:00:00.393) 0:02:12.245 ***** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.382) 0:02:12.627 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.021) 0:02:12.648 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.024) 0:02:12.673 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.031) 0:02:12.704 ***** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "test=kernel", "default": false, "id": "ec20ee379fd3eeeb2ee574f14ed12534-6.12.11-200.fc41.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "1", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "12df8bc97ad143988b5affa46c8b4173-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-12df8bc97ad143988b5affa46c8b4173.img", "kernel": "/boot/vmlinuz-0-rescue-12df8bc97ad143988b5affa46c8b4173", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (0-rescue-12df8bc97ad143988b5affa46c8b4173) 41 (Forty One)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:74 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.536) 0:02:13.241 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.039) 0:02:13.280 ***** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.087) 0:02:13.367 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.027) 0:02:13.394 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.036) 0:02:13.431 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 15 February 2025 08:12:40 -0500 (0:00:00.025) 0:02:13.456 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 15 February 2025 08:12:41 -0500 (0:00:00.023) 0:02:13.480 ***** 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=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_41.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 15 February 2025 08:12:41 -0500 (0:00:00.040) 0:02:13.521 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 15 February 2025 08:12:41 -0500 (0:00:00.016) 0:02:13.538 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 15 February 2025 08:12:42 -0500 (0:00:01.385) 0:02:14.923 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625115.8398407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625115.8388407, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 80, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625115.8388407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3584744884", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 15 February 2025 08:12:42 -0500 (0:00:00.408) 0:02:15.332 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 15 February 2025 08:12:42 -0500 (0:00:00.016) 0:02:15.348 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 15 February 2025 08:12:42 -0500 (0:00:00.015) 0:02:15.364 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 15 February 2025 08:12:43 -0500 (0:00:00.394) 0:02:15.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 15 February 2025 08:12:43 -0500 (0:00:00.053) 0:02:15.812 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625115.8398407, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87bc042bb64e052b477f838cd2049c097dca4287", "ctime": 1739625115.8388407, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 80, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1739625115.8388407, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 313, "uid": 0, "version": "3584744884", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 15 February 2025 08:12:43 -0500 (0:00:00.416) 0:02:16.229 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739625058.8002865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "009b82d384dd0e3c6571f353bae19902e90797d3", "ctime": 1739625051.5562973, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 278700, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1739625051.5570998, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 7003, "uid": 0, "version": "564743391", "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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 15 February 2025 08:12:44 -0500 (0:00:00.404) 0:02:16.633 ***** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004669", "end": "2025-02-15 08:12:44.498428", "rc": 0, "start": "2025-02-15 08:12:44.493759" } 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 15 February 2025 08:12:44 -0500 (0:00:00.400) 0:02:17.034 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 15 February 2025 08:12:44 -0500 (0:00:00.037) 0:02:17.071 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 15 February 2025 08:12:44 -0500 (0:00:00.402) 0:02:17.473 ***** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 15 February 2025 08:12:45 -0500 (0:00:00.398) 0:02:17.871 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.670) 0:02:18.542 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.021) 0:02:18.563 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.020) 0:02:18.583 ***** 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.028) 0:02:18.612 ***** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": true, "id": "12df8bc97ad143988b5affa46c8b4173-6.12.11-200.fc41.x86_64", "index": "0", "initrd": "/boot/initramfs-6.12.11-200.fc41.x86_64.img", "kernel": "/boot/vmlinuz-6.12.11-200.fc41.x86_64", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (6.12.11-200.fc41.x86_64) 41 (Forty One)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", "default": false, "id": "12df8bc97ad143988b5affa46c8b4173-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-12df8bc97ad143988b5affa46c8b4173.img", "kernel": "/boot/vmlinuz-0-rescue-12df8bc97ad143988b5affa46c8b4173", "root": "UUID=8b66faea-8c2b-4b88-be7a-b23953f4fa52", "title": "Fedora Linux (0-rescue-12df8bc97ad143988b5affa46c8b4173) 41 (Forty One)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:91 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.506) 0:02:19.119 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 Saturday 15 February 2025 08:12:46 -0500 (0:00:00.037) 0:02:19.157 ***** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1" ], "delta": "0:00:00.046001", "end": "2025-02-15 08:12:47.056164", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-02-15 08:12:47.010163" } STDERR: The param /boot/vmlinuz-6.12.11-200.fc41.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-6.12.11-200.fc41.x86_64_clone2" ], "delta": "0:00:00.046167", "end": "2025-02-15 08:12:47.470111", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-02-15 08:12:47.423944" } STDERR: The param /boot/vmlinuz-6.12.11-200.fc41.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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 15 February 2025 08:12:47 -0500 (0:00:00.850) 0:02:20.007 ***** 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.107311", "end": "2025-02-15 08:12:47.964150", "rc": 0, "start": "2025-02-15 08:12:47.856839" } STDOUT: args="ro crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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 crashkernel=auto net.ifnames=0 rhgb 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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 15 February 2025 08:12:48 -0500 (0:00:00.491) 0:02:20.499 ***** included: /tmp/collections-2VE/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-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 15 February 2025 08:12:48 -0500 (0:00:00.017) 0:02:20.516 ***** changed: [managed-node1] => { "changed": true, "elapsed": 34, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 15 February 2025 08:13:23 -0500 (0:00:35.921) 0:02:56.437 ***** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 15 February 2025 08:13:23 -0500 (0:00:00.023) 0:02:56.460 ***** 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 15 February 2025 08:13:24 -0500 (0:00:00.028) 0:02:56.488 ***** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 37.83s /tmp/collections-2VE/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 -- 35.92s /tmp/collections-2VE/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 -- 32.70s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 15.93s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 3.33s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.90s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.79s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 2.78s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Clone test_kernel kernel and initrd for test purposes ------------------- 2.60s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.42s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.39s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.34s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.32s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 1.14s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Remove cloned kernels --------------------------------------------------- 0.85s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.67s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.64s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.63s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.62s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.62s /tmp/collections-2VE/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11