ansible-playbook [core 2.17.7] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Qw8 executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) 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-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 Saturday 11 January 2025 07:51:52 -0500 (0:00:00.008) 0:00:00.008 ****** included: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 11 January 2025 07:51:52 -0500 (0:00:00.013) 0:00:00.022 ****** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 11 January 2025 07:51:54 -0500 (0:00:02.345) 0:00:02.367 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 11 January 2025 07:51:54 -0500 (0:00:00.004) 0:00:02.372 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:51:54 -0500 (0:00:00.056) 0:00:02.428 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:51:54 -0500 (0:00:00.017) 0:00:02.445 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:51:54 -0500 (0:00:00.031) 0:00:02.477 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:51:54 -0500 (0:00:00.415) 0:00:02.893 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:51:55 -0500 (0:00:00.020) 0:00:02.914 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:51:55 -0500 (0:00:00.028) 0:00:02.942 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:51:55 -0500 (0:00:00.011) 0:00:02.954 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:52:11 -0500 (0:00:16.657) 0:00:19.611 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1734692605.2577438, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1734692603.650744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 426333, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734692603.650744, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3969640559", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.752) 0:00:20.363 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.013) 0:00:20.377 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.011) 0:00:20.389 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.321) 0:00:20.710 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.039) 0:00:20.749 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599931.9837306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1734692603.650744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 426333, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734692603.650744, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3969640559", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.336) 0:00:21.086 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1734679468.772, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "515385372023f29190b3ef9a2a01204bae9c48ea", "ctime": 1734679468.772, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8956684, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1734679468.772, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "2011659725", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.344) 0:00:21.431 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004643", "end": "2025-01-11 07:52:13.934006", "rc": 0, "start": "2025-01-11 07:52:13.929363" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.457) 0:00:21.888 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.034) 0:00:21.923 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.498) 0:00:22.421 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.369) 0:00:22.790 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.450) 0:00:23.241 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.026) 0:00:23.268 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.024) 0:00:23.293 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.038) 0:00:23.332 ****** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc.img", "kernel": "/boot/vmlinuz-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.551) 0:00:23.883 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.004) 0:00:23.888 ****** META: triggered running handlers for managed-node1 TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 11 January 2025 07:52:15 -0500 (0:00:00.001) 0:00:23.890 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 11 January 2025 07:52:16 -0500 (0:00:00.023) 0:00:23.913 ****** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 11 January 2025 07:52:16 -0500 (0:00:00.037) 0:00:23.950 ****** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-542.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43cf4636e1b3cdb675d5ee1afab89cd47ec1c167", "dest": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-542.el9.x86_64" }, "md5sum": "92f273bd3963d7d79bf8c03b7b17bdd5", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14723112, "src": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-542.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-542.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a90822742bd9ea488d1eabaa0c026eabe20e80a8", "dest": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-542.el9.x86_64.img" }, "md5sum": "f9361b45cdf4e173ecbad68ae7bbb253", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 36056861, "src": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 11 January 2025 07:52:17 -0500 (0:00:01.136) 0:00:25.087 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.046) 0:00:25.133 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.025) 0:00:25.159 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.047) 0:00:25.207 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.026) 0:00:25.233 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.026) 0:00:25.260 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.051) 0:00:25.311 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.021) 0:00:25.332 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:52:18 -0500 (0:00:01.490) 0:00:26.823 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599931.9837306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1734692603.650744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 426333, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734692603.650744, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3969640559", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.359) 0:00:27.182 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.020) 0:00:27.202 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.019) 0:00:27.222 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.368) 0:00:27.590 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.044) 0:00:27.634 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599931.9837306, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1734692603.650744, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 426333, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1734692603.650744, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3969640559", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.358) 0:00:27.993 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599934.8319018, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.355) 0:00:28.348 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004765", "end": "2025-01-11 07:52:20.766480", "rc": 0, "start": "2025-01-11 07:52:20.761715" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.374) 0:00:28.722 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.039) 0:00:28.762 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.390) 0:00:29.152 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.381) 0:00:29.533 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-542.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.588) 0:00:30.122 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.018) 0:00:30.141 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.020) 0:00:30.162 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.047) 0:00:30.209 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.077) 0:00:30.287 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.007) 0:00:30.294 ****** 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.139205", "end": "2025-01-11 07:52:22.914125", "rc": 0, "start": "2025-01-11 07:52:22.774920" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.591) 0:00:30.885 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.030) 0:00:30.916 ****** changed: [managed-node1] => { "changed": true, "elapsed": 32, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 11 January 2025 07:52:56 -0500 (0:00:33.836) 0:01:04.752 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.012) 0:01:04.764 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.016) 0:01:04.781 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.014) 0:01:04.796 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.051) 0:01:04.847 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.018) 0:01:04.866 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:52:56 -0500 (0:00:00.033) 0:01:04.899 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.016) 0:01:04.916 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.017) 0:01:04.933 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.030) 0:01:04.963 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.012) 0:01:04.976 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:52:59 -0500 (0:00:02.743) 0:01:07.720 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.368) 0:01:08.088 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.013) 0:01:08.101 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.012) 0:01:08.114 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.330) 0:01:08.444 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.039) 0:01:08.483 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.340) 0:01:08.824 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3787138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:53:01 -0500 (0:00:00.351) 0:01:09.175 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004726", "end": "2025-01-11 07:53:01.577885", "rc": 0, "start": "2025-01-11 07:53:01.573159" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:53:01 -0500 (0:00:00.355) 0:01:09.530 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:53:01 -0500 (0:00:00.033) 0:01:09.564 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.368) 0:01:09.932 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.387) 0:01:10.320 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.331) 0:01:10.651 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.017) 0:01:10.669 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.016) 0:01:10.685 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:53:02 -0500 (0:00:00.032) 0:01:10.718 ****** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc.img", "kernel": "/boot/vmlinuz-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 test=kernel", "default": false, "id": "c807cdc2d3da4fceb264f9d79934fc1c-5.14.0-542.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:38 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.497) 0:01:11.215 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:47 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.039) 0:01:11.255 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.049) 0:01:11.304 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.017) 0:01:11.322 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.032) 0:01:11.354 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.016) 0:01:11.370 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.016) 0:01:11.387 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.029) 0:01:11.416 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:53:03 -0500 (0:00:00.011) 0:01:11.428 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:53:04 -0500 (0:00:01.348) 0:01:12.776 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.345) 0:01:13.121 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.014) 0:01:13.136 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.014) 0:01:13.151 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.330) 0:01:13.482 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.048) 0:01:13.530 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.355) 0:01:13.886 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3787138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.358) 0:01:14.244 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004678", "end": "2025-01-11 07:53:06.649065", "rc": 0, "start": "2025-01-11 07:53:06.644387" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.362) 0:01:14.607 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.041) 0:01:14.649 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.356) 0:01:15.005 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.359) 0:01:15.364 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.599) 0:01:15.964 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.026) 0:01:15.990 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.028) 0:01:16.018 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.045) 0:01:16.064 ****** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc.img", "kernel": "/boot/vmlinuz-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:64 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.470) 0:01:16.534 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:68 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.052) 0:01:16.588 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.033) 0:01:16.621 ****** ok: [managed-node1] => { "ansible_facts": { "test_kernel": { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 11 January 2025 07:53:08 -0500 (0:00:00.044) 0:01:16.666 ****** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-542.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43cf4636e1b3cdb675d5ee1afab89cd47ec1c167", "dest": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-542.el9.x86_64" }, "md5sum": "92f273bd3963d7d79bf8c03b7b17bdd5", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14723112, "src": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-542.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-542.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a90822742bd9ea488d1eabaa0c026eabe20e80a8", "dest": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-542.el9.x86_64.img" }, "md5sum": "f9361b45cdf4e173ecbad68ae7bbb253", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 36056861, "src": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 11 January 2025 07:53:09 -0500 (0:00:01.045) 0:01:17.712 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.034) 0:01:17.747 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.021) 0:01:17.768 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.037) 0:01:17.805 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.017) 0:01:17.822 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.016) 0:01:17.839 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.031) 0:01:17.870 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:53:09 -0500 (0:00:00.012) 0:01:17.882 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:53:11 -0500 (0:00:01.350) 0:01:19.232 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.365) 0:01:19.598 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.014) 0:01:19.612 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.018) 0:01:19.631 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.352) 0:01:19.984 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.061) 0:01:20.046 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599942.912709, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599942.911709, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599942.911709, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "4160470906", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.355) 0:01:20.401 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3787138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.375) 0:01:20.777 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004801", "end": "2025-01-11 07:53:13.213026", "rc": 0, "start": "2025-01-11 07:53:13.208225" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.397) 0:01:21.175 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.042) 0:01:21.217 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.358) 0:01:21.576 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.350) 0:01:21.927 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-542.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2 --title=Clone2 --args=test=kernel" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.552) 0:01:22.479 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.023) 0:01:22.503 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.017) 0:01:22.520 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.029) 0:01:22.549 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.032) 0:01:22.582 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.001) 0:01:22.584 ****** 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.138577", "end": "2025-01-11 07:53:15.101213", "rc": 0, "start": "2025-01-11 07:53:14.962636" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.472) 0:01:23.056 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.014) 0:01:23.071 ****** changed: [managed-node1] => { "changed": true, "elapsed": 27, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 11 January 2025 07:53:43 -0500 (0:00:27.851) 0:01:50.923 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.012) 0:01:50.936 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.015) 0:01:50.951 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.016) 0:01:50.967 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.052) 0:01:51.020 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.019) 0:01:51.039 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.038) 0:01:51.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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.017) 0:01:51.096 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.017) 0:01:51.113 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.030) 0:01:51.144 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.012) 0:01:51.157 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:53:46 -0500 (0:00:02.991) 0:01:54.148 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599995.0998218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599995.0988219, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599995.0988219, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "790939077", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.394) 0:01:54.543 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.013) 0:01:54.557 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.012) 0:01:54.570 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.331) 0:01:54.901 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:53:47 -0500 (0:00:00.040) 0:01:54.942 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599995.0998218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599995.0988219, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599995.0988219, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "790939077", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:53:47 -0500 (0:00:00.344) 0:01:55.286 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3787138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:53:47 -0500 (0:00:00.349) 0:01:55.636 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005236", "end": "2025-01-11 07:53:48.039119", "rc": 0, "start": "2025-01-11 07:53:48.033883" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:53:48 -0500 (0:00:00.356) 0:01:55.993 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:53:48 -0500 (0:00:00.034) 0:01:56.027 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:53:48 -0500 (0:00:00.352) 0:01:56.379 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:53:48 -0500 (0:00:00.349) 0:01:56.729 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.332) 0:01:57.061 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.022) 0:01:57.084 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.021) 0:01:57.105 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.046) 0:01:57.151 ****** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc.img", "kernel": "/boot/vmlinuz-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc) 9" }, { "args": "test=kernel", "default": false, "id": "c807cdc2d3da4fceb264f9d79934fc1c-5.14.0-542.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:74 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.626) 0:01:57.778 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.038) 0:01:57.816 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.092) 0:01:57.908 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.030) 0:01:57.939 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.040) 0:01:57.980 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.018) 0:01:57.999 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.020) 0:01:58.019 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] ******* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.038) 0:01:58.057 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.018) 0:01:58.076 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 11 January 2025 07:53:51 -0500 (0:00:01.369) 0:01:59.445 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599995.0998218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599995.0988219, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599995.0988219, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "790939077", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.357) 0:01:59.803 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.015) 0:01:59.818 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.016) 0:01:59.835 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.333) 0:02:00.169 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.039) 0:02:00.208 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599995.0998218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1736599995.0988219, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 245794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736599995.0988219, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "790939077", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.345) 0:02:00.554 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3787138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "b1b2bb07a17e5a684e41a2e7388b8053e8472b11", "ctime": 1736599934.830725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 239075524, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1736599934.8319027, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1143860905", "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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.357) 0:02:00.911 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004674", "end": "2025-01-11 07:53:53.323821", "rc": 0, "start": "2025-01-11 07:53:53.319147" } 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.367) 0:02:01.278 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.036) 0:02:01.315 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.365) 0:02:01.680 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 11 January 2025 07:53:54 -0500 (0:00:00.356) 0:02:02.037 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 11 January 2025 07:53:54 -0500 (0:00:00.558) 0:02:02.595 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 11 January 2025 07:53:54 -0500 (0:00:00.019) 0:02:02.615 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 11 January 2025 07:53:54 -0500 (0:00:00.017) 0:02:02.632 ****** 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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 11 January 2025 07:53:54 -0500 (0:00:00.031) 0:02:02.664 ****** ok: [managed-node1] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": true, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-5.14.0-542.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-542.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-542.el9.x86_64", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (5.14.0-542.el9.x86_64) 9" }, { "args": "ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8", "default": false, "id": "848ac822f9c84e91bdd97fe2ddfd84dc-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc.img", "kernel": "/boot/vmlinuz-0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc", "root": "UUID=67db83fb-317b-4d3f-873e-b15c4c94e41e", "title": "CentOS Stream (0-rescue-848ac822f9c84e91bdd97fe2ddfd84dc) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:91 Saturday 11 January 2025 07:53:55 -0500 (0:00:00.456) 0:02:03.120 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 Saturday 11 January 2025 07:53:55 -0500 (0:00:00.039) 0:02:03.160 ****** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone1" ], "delta": "0:00:00.047619", "end": "2025-01-11 07:53:55.588641", "failed_when_result": false, "item": 1, "rc": 1, "start": "2025-01-11 07:53:55.541022" } STDERR: The param /boot/vmlinuz-5.14.0-542.el9.x86_64_clone1 is incorrect MSG: non-zero return code changed: [managed-node1] => (item=2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-542.el9.x86_64_clone2" ], "delta": "0:00:00.047044", "end": "2025-01-11 07:53:55.954155", "failed_when_result": false, "item": 2, "rc": 1, "start": "2025-01-11 07:53:55.907111" } STDERR: The param /boot/vmlinuz-5.14.0-542.el9.x86_64_clone2 is incorrect MSG: non-zero return code NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.750) 0:02:03.911 ****** 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.109919", "end": "2025-01-11 07:53:56.400585", "rc": 0, "start": "2025-01-11 07:53:56.290666" } STDOUT: args="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="ro rhgb crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8" GRUB_DISABLE_RECOVERY="true" GRUB_ENABLE_BLSCFG=true RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.444) 0:02:04.355 ****** included: /tmp/collections-Qw8/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-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.015) 0:02:04.371 ****** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 11 January 2025 07:54:20 -0500 (0:00:24.284) 0:02:28.655 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 11 January 2025 07:54:20 -0500 (0:00:00.013) 0:02:28.668 ****** 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 11 January 2025 07:54:20 -0500 (0:00:00.013) 0:02:28.682 ****** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 33.84s /tmp/collections-Qw8/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 -- 27.85s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 24.28s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed -- 16.66s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.99s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.74s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 2.35s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.49s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.37s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.35s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.35s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 1.14s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Clone test_kernel kernel and initrd for test purposes ------------------- 1.05s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.75s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Remove cloned kernels --------------------------------------------------- 0.75s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.63s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.60s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.59s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.59s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.56s /tmp/collections-Qw8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102