ansible-playbook [core 2.17.4] 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-gv8 executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 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-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13 Saturday 05 October 2024 09:10:51 -0400 (0:00:00.009) 0:00:00.009 ****** included: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Saturday 05 October 2024 09:10:51 -0400 (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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Saturday 05 October 2024 09:10:53 -0400 (0:00:02.079) 0:00:02.102 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16 Saturday 05 October 2024 09:10:53 -0400 (0:00:00.009) 0:00:02.112 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:10:53 -0400 (0:00:00.061) 0:00:02.174 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:10:53 -0400 (0:00:00.019) 0:00:02.193 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:10:53 -0400 (0:00:00.034) 0:00:02.228 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:10:54 -0400 (0:00:00.392) 0:00:02.620 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:10:54 -0400 (0:00:00.021) 0:00:02.641 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:10:54 -0400 (0:00:00.028) 0:00:02.670 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:10:54 -0400 (0:00:00.011) 0:00:02.682 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:10:58 -0400 (0:00:04.379) 0:00:07.062 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1727803293.4827647, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1727803293.483765, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1727803293.483765, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2926935085", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:10:58 -0400 (0:00:00.376) 0:00:07.438 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:10:58 -0400 (0:00:00.019) 0:00:07.457 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:10:58 -0400 (0:00:00.019) 0:00:07.476 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:10:59 -0400 (0:00:00.341) 0:00:07.817 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:10:59 -0400 (0:00:00.061) 0:00:07.879 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133858.796691, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1727803293.483765, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1727803293.483765, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2926935085", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:10:59 -0400 (0:00:00.356) 0:00:08.236 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1727802336.163, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "2477027f2cfb2a3f1ece2d4d178ccf1732b8004e", "ctime": 1727802336.164, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 765644, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6755, "uid": 0, "version": "1375804603", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:11:00 -0400 (0:00:00.357) 0:00:08.593 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004171", "end": "2024-10-05 09:11:00.527346", "rc": 0, "start": "2024-10-05 09:11:00.523175" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:11:00 -0400 (0:00:00.537) 0:00:09.130 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:11:00 -0400 (0:00:00.040) 0:00:09.171 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.432) 0:00:09.603 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.376) 0:00:09.979 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.398) 0:00:10.378 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.018) 0:00:10.396 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.016) 0:00:10.413 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:11:01 -0400 (0:00:00.029) 0:00:10.442 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.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": "581696d102c942a3b195362b27bd7dc6-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-581696d102c942a3b195362b27bd7dc6.img", "kernel": "/boot/vmlinuz-0-rescue-581696d102c942a3b195362b27bd7dc6", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (0-rescue-581696d102c942a3b195362b27bd7dc6) 9" } ] }, "changed": false } TASK [Skip test on ostree systems] ********************************************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:22 Saturday 05 October 2024 09:11:02 -0400 (0:00:00.524) 0:00:10.967 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:29 Saturday 05 October 2024 09:11:02 -0400 (0:00:00.005) 0:00:10.972 ****** META: triggered running handlers for managed-node1 TASK [Clone kernel to Clone1] ************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32 Saturday 05 October 2024 09:11:02 -0400 (0:00:00.002) 0:00:10.975 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 05 October 2024 09:11:02 -0400 (0:00:00.031) 0:00:11.007 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 05 October 2024 09:11:02 -0400 (0:00:00.057) 0:00:11.064 ****** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-513.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-513.el9.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "073dad4fbe1b0e76e565e7e560c48b121cb037a7", "dest": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone1", "src": "/boot/vmlinuz-5.14.0-513.el9.x86_64" }, "md5sum": "67b8a0a83dc778caddf6c204ec1c7c19", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14514216, "src": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-513.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-513.el9.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7d40077ae3930bd6e951d1915791bc6ec0a80c9f", "dest": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone1", "src": "/boot/initramfs-5.14.0-513.el9.x86_64.img" }, "md5sum": "1e0ed5046b28db968fde1d299279a7f4", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35479029, "src": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone1] **************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 05 October 2024 09:11:03 -0400 (0:00:01.013) 0:00:12.078 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.034) 0:00:12.112 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.017) 0:00:12.130 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.034) 0:00:12.164 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.020) 0:00:12.185 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.017) 0:00:12.202 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.045) 0:00:12.248 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:11:03 -0400 (0:00:00.019) 0:00:12.268 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:11:04 -0400 (0:00:01.174) 0:00:13.442 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133858.796691, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1727803293.483765, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1727803293.483765, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2926935085", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:11:05 -0400 (0:00:00.336) 0:00:13.779 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:11:05 -0400 (0:00:00.015) 0:00:13.794 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:11:05 -0400 (0:00:00.012) 0:00:13.807 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:11:05 -0400 (0:00:00.312) 0:00:14.120 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:11:05 -0400 (0:00:00.075) 0:00:14.196 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133858.796691, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1727803293.483765, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1727803293.483765, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "2926935085", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:11:06 -0400 (0:00:00.373) 0:00:14.569 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133859.966696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:11:06 -0400 (0:00:00.348) 0:00:14.917 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.003864", "end": "2024-10-05 09:11:06.676298", "rc": 0, "start": "2024-10-05 09:11:06.672434" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:11:06 -0400 (0:00:00.372) 0:00:15.290 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:11:06 -0400 (0:00:00.078) 0:00:15.369 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:11:07 -0400 (0:00:00.416) 0:00:15.786 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:11:07 -0400 (0:00:00.352) 0:00:16.138 ****** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [managed-node1] => { "actions": [ "grubby --initrd=/boot/initramfs-5.14.0-513.el9.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-5.14.0-513.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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.608) 0:00:16.747 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.020) 0:00:16.767 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.020) 0:00:16.787 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.046) 0:00:16.833 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.054) 0:00:16.887 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.007) 0:00:16.895 ****** 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.122977", "end": "2024-10-05 09:11:08.730542", "rc": 0, "start": "2024-10-05 09:11:08.607565" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.439) 0:00:17.334 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 05 October 2024 09:11:08 -0400 (0:00:00.015) 0:00:17.350 ****** changed: [managed-node1] => { "changed": true, "elapsed": 23, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 05 October 2024 09:11:32 -0400 (0:00:23.893) 0:00:41.244 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.011) 0:00:41.255 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.014) 0:00:41.270 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.014) 0:00:41.284 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.056) 0:00:41.341 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.017) 0:00:41.358 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.031) 0:00:41.390 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.015) 0:00:41.406 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.016) 0:00:41.422 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.028) 0:00:41.451 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:11:32 -0400 (0:00:00.011) 0:00:41.462 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:11:35 -0400 (0:00:02.444) 0:00:43.907 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:11:35 -0400 (0:00:00.346) 0:00:44.254 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:11:35 -0400 (0:00:00.013) 0:00:44.267 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:11:35 -0400 (0:00:00.011) 0:00:44.279 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:11:36 -0400 (0:00:00.300) 0:00:44.579 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:11:36 -0400 (0:00:00.039) 0:00:44.618 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:11:36 -0400 (0:00:00.311) 0:00:44.929 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133866.291724, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:11:36 -0400 (0:00:00.314) 0:00:45.244 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004548", "end": "2024-10-05 09:11:36.457721", "rc": 0, "start": "2024-10-05 09:11:36.453173" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:11:37 -0400 (0:00:00.329) 0:00:45.573 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:11:37 -0400 (0:00:00.033) 0:00:45.607 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:11:37 -0400 (0:00:00.320) 0:00:45.928 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:11:37 -0400 (0:00:00.319) 0:00:46.247 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:11:37 -0400 (0:00:00.303) 0:00:46.550 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.018) 0:00:46.569 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.016) 0:00:46.586 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.029) 0:00:46.616 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.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": "581696d102c942a3b195362b27bd7dc6-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-581696d102c942a3b195362b27bd7dc6.img", "kernel": "/boot/vmlinuz-0-rescue-581696d102c942a3b195362b27bd7dc6", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (0-rescue-581696d102c942a3b195362b27bd7dc6) 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": "e5adda3b1605495aaa30e43bc09a77c1-5.14.0-513.el9.x86_64_clone1", "index": "2", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone1", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone1", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "Clone1" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:38 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.459) 0:00:47.075 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:47 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.040) 0:00:47.116 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.050) 0:00:47.166 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.017) 0:00:47.183 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.031) 0:00:47.215 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.016) 0:00:47.232 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.015) 0:00:47.248 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.028) 0:00:47.276 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_architecture == 's390x'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:11:38 -0400 (0:00:00.010) 0:00:47.287 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:11:39 -0400 (0:00:01.147) 0:00:48.435 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.316) 0:00:48.751 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.013) 0:00:48.764 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.012) 0:00:48.777 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.303) 0:00:49.081 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.039) 0:00:49.120 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:11:40 -0400 (0:00:00.316) 0:00:49.437 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133866.291724, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:11:41 -0400 (0:00:00.319) 0:00:49.757 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004706", "end": "2024-10-05 09:11:41.342598", "rc": 0, "start": "2024-10-05 09:11:41.337892" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:11:41 -0400 (0:00:00.325) 0:00:50.082 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_grep_configfile.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:11:41 -0400 (0:00:00.034) 0:00:50.117 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:11:41 -0400 (0:00:00.324) 0:00:50.441 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:11:42 -0400 (0:00:00.319) 0:00:50.761 ****** 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-513.el9.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:11:42 -0400 (0:00:00.536) 0:00:51.297 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:11:42 -0400 (0:00:00.018) 0:00:51.315 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:11:42 -0400 (0:00:00.016) 0:00:51.331 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:11:42 -0400 (0:00:00.029) 0:00:51.361 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.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": "581696d102c942a3b195362b27bd7dc6-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-581696d102c942a3b195362b27bd7dc6.img", "kernel": "/boot/vmlinuz-0-rescue-581696d102c942a3b195362b27bd7dc6", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (0-rescue-581696d102c942a3b195362b27bd7dc6) 9" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:64 Saturday 05 October 2024 09:11:43 -0400 (0:00:00.419) 0:00:51.781 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clone kernel to Clone2] ************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:68 Saturday 05 October 2024 09:11:43 -0400 (0:00:00.037) 0:00:51.818 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3 Saturday 05 October 2024 09:11:43 -0400 (0:00:00.029) 0:00:51.848 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.el9.x86_64) 9" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Saturday 05 October 2024 09:11:43 -0400 (0:00:00.037) 0:00:51.886 ****** changed: [managed-node1] => (item={'src': '/boot/vmlinuz-5.14.0-513.el9.x86_64', 'dest': '/boot/vmlinuz-5.14.0-513.el9.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "073dad4fbe1b0e76e565e7e560c48b121cb037a7", "dest": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone2", "src": "/boot/vmlinuz-5.14.0-513.el9.x86_64" }, "md5sum": "67b8a0a83dc778caddf6c204ec1c7c19", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14514216, "src": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "state": "file", "uid": 0 } changed: [managed-node1] => (item={'src': '/boot/initramfs-5.14.0-513.el9.x86_64.img', 'dest': '/boot/initramfs-5.14.0-513.el9.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "7d40077ae3930bd6e951d1915791bc6ec0a80c9f", "dest": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone2", "src": "/boot/initramfs-5.14.0-513.el9.x86_64.img" }, "md5sum": "1e0ed5046b28db968fde1d299279a7f4", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 35479029, "src": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "state": "file", "uid": 0 } TASK [Create kernel Clone2] **************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.888) 0:00:52.774 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.035) 0:00:52.809 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.017) 0:00:52.827 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.034) 0:00:52.861 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.016) 0:00:52.878 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.016) 0:00:52.894 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.029) 0:00:52.924 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:11:44 -0400 (0:00:00.012) 0:00:52.936 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:11:45 -0400 (0:00:01.149) 0:00:54.086 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:11:45 -0400 (0:00:00.312) 0:00:54.398 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:11:45 -0400 (0:00:00.021) 0:00:54.419 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:11:45 -0400 (0:00:00.012) 0:00:54.432 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:11:46 -0400 (0:00:00.299) 0:00:54.731 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:11:46 -0400 (0:00:00.039) 0:00:54.771 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133868.7297354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133868.7287352, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835668, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133868.7287352, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "2792351658", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:11:46 -0400 (0:00:00.316) 0:00:55.087 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133866.291724, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:11:46 -0400 (0:00:00.316) 0:00:55.404 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004256", "end": "2024-10-05 09:11:47.131408", "rc": 0, "start": "2024-10-05 09:11:47.127152" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:11:47 -0400 (0:00:00.329) 0:00:55.734 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:11:47 -0400 (0:00:00.034) 0:00:55.768 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:11:47 -0400 (0:00:00.321) 0:00:56.090 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:11:47 -0400 (0:00:00.324) 0:00:56.415 ****** 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-513.el9.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-5.14.0-513.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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.514) 0:00:56.929 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.019) 0:00:56.948 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.016) 0:00:56.965 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.029) 0:00:56.995 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:36 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.032) 0:00:57.027 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.003) 0:00:57.031 ****** 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.123608", "end": "2024-10-05 09:11:48.854811", "rc": 0, "start": "2024-10-05 09:11:48.731203" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.428) 0:00:57.459 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 05 October 2024 09:11:48 -0400 (0:00:00.013) 0:00:57.473 ****** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 05 October 2024 09:12:12 -0400 (0:00:23.286) 0:01:20.759 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.011) 0:01:20.771 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.014) 0:01:20.785 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.014) 0:01:20.799 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.054) 0:01:20.854 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.017) 0:01:20.872 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ******** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.033) 0:01:20.905 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.016) 0:01:20.922 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.016) 0:01:20.938 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.029) 0:01:20.968 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:12:12 -0400 (0:00:00.011) 0:01:20.979 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:12:14 -0400 (0:00:02.442) 0:01:23.422 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133908.8533711, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133908.8523712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133908.8523712, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "955665931", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.334) 0:01:23.756 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.013) 0:01:23.770 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.012) 0:01:23.782 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.301) 0:01:24.083 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.039) 0:01:24.123 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133908.8533711, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133908.8523712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133908.8523712, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "955665931", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:12:15 -0400 (0:00:00.311) 0:01:24.434 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133866.291724, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:12:16 -0400 (0:00:00.315) 0:01:24.749 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004463", "end": "2024-10-05 09:12:16.128381", "rc": 0, "start": "2024-10-05 09:12:16.123918" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:12:16 -0400 (0:00:00.326) 0:01:25.075 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:12:16 -0400 (0:00:00.033) 0:01:25.109 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:12:16 -0400 (0:00:00.321) 0:01:25.431 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:12:17 -0400 (0:00:00.321) 0:01:25.752 ****** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:12:17 -0400 (0:00:00.302) 0:01:26.054 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:12:17 -0400 (0:00:00.018) 0:01:26.073 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:12:17 -0400 (0:00:00.017) 0:01:26.090 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:12:17 -0400 (0:00:00.028) 0:01:26.118 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.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": "581696d102c942a3b195362b27bd7dc6-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-581696d102c942a3b195362b27bd7dc6.img", "kernel": "/boot/vmlinuz-0-rescue-581696d102c942a3b195362b27bd7dc6", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (0-rescue-581696d102c942a3b195362b27bd7dc6) 9" }, { "args": "test=kernel", "default": false, "id": "e5adda3b1605495aaa30e43bc09a77c1-5.14.0-513.el9.x86_64_clone2", "index": "2", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img_clone2", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64_clone2", "title": "Clone2" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:74 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.448) 0:01:26.567 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.040) 0:01:26.607 ****** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.064) 0:01:26.672 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.021) 0:01:26.693 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.032) 0:01:26.726 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.016) 0:01:26.742 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.015) 0:01:26.758 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.028) 0:01:26.787 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Saturday 05 October 2024 09:12:18 -0400 (0:00:00.011) 0:01:26.798 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Saturday 05 October 2024 09:12:19 -0400 (0:00:01.143) 0:01:27.942 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133908.8533711, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133908.8523712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133908.8523712, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "955665931", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Saturday 05 October 2024 09:12:19 -0400 (0:00:00.312) 0:01:28.254 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Saturday 05 October 2024 09:12:19 -0400 (0:00:00.013) 0:01:28.268 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Saturday 05 October 2024 09:12:19 -0400 (0:00:00.011) 0:01:28.280 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Saturday 05 October 2024 09:12:20 -0400 (0:00:00.297) 0:01:28.578 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Saturday 05 October 2024 09:12:20 -0400 (0:00:00.040) 0:01:28.619 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133908.8533711, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85bc4f2262ab0ff568e6ddea6fe3e99fa79222b2", "ctime": 1728133908.8523712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8835671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728133908.8523712, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 341, "uid": 0, "version": "955665931", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Saturday 05 October 2024 09:12:20 -0400 (0:00:00.313) 0:01:28.932 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728133866.291724, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "eca3eb38ee315a851bdc756616086d7ea7940dae", "ctime": 1728133861.3757024, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 67109123, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1727802336.164, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "1762169153", "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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Saturday 05 October 2024 09:12:20 -0400 (0:00:00.319) 0:01:29.252 ****** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.003874", "end": "2024-10-05 09:12:20.975827", "rc": 0, "start": "2024-10-05 09:12:20.971953" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Saturday 05 October 2024 09:12:21 -0400 (0:00:00.325) 0:01:29.577 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Saturday 05 October 2024 09:12:21 -0400 (0:00:00.035) 0:01:29.613 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Saturday 05 October 2024 09:12:21 -0400 (0:00:00.325) 0:01:29.938 ****** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Saturday 05 October 2024 09:12:21 -0400 (0:00:00.325) 0:01:30.263 ****** 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-513.el9.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.505) 0:01:30.769 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.019) 0:01:30.788 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.018) 0:01:30.807 ****** 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.029) 0:01:30.836 ****** 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": "581696d102c942a3b195362b27bd7dc6-5.14.0-513.el9.x86_64", "index": "0", "initrd": "/boot/initramfs-5.14.0-513.el9.x86_64.img", "kernel": "/boot/vmlinuz-5.14.0-513.el9.x86_64", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (5.14.0-513.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": "581696d102c942a3b195362b27bd7dc6-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-581696d102c942a3b195362b27bd7dc6.img", "kernel": "/boot/vmlinuz-0-rescue-581696d102c942a3b195362b27bd7dc6", "root": "UUID=efa2924f-8850-491c-a9bf-997f8385d98d", "title": "CentOS Stream (0-rescue-581696d102c942a3b195362b27bd7dc6) 9" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:91 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.412) 0:01:31.249 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove cloned kernels] *************************************************** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 Saturday 05 October 2024 09:12:22 -0400 (0:00:00.038) 0:01:31.287 ****** changed: [managed-node1] => (item=1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "grubby", "--remove-kernel=/boot/vmlinuz-5.14.0-513.el9.x86_64_clone1" ], "delta": "0:00:00.041695", "end": "2024-10-05 09:12:23.029519", "failed_when_result": false, "item": 1, "rc": 1, "start": "2024-10-05 09:12:22.987824" } STDERR: The param /boot/vmlinuz-5.14.0-513.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-513.el9.x86_64_clone2" ], "delta": "0:00:00.042349", "end": "2024-10-05 09:12:23.363567", "failed_when_result": false, "item": 2, "rc": 1, "start": "2024-10-05 09:12:23.321218" } STDERR: The param /boot/vmlinuz-5.14.0-513.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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Saturday 05 October 2024 09:12:23 -0400 (0:00:00.680) 0:01:31.968 ****** 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:01.099859", "end": "2024-10-05 09:12:24.769863", "rc": 0, "start": "2024-10-05 09:12:23.670004" } 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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15 Saturday 05 October 2024 09:12:24 -0400 (0:00:01.406) 0:01:33.375 ****** included: /tmp/collections-gv8/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-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Saturday 05 October 2024 09:12:24 -0400 (0:00:00.014) 0:01:33.389 ****** changed: [managed-node1] => { "changed": true, "elapsed": 22, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Saturday 05 October 2024 09:12:48 -0400 (0:00:23.445) 0:01:56.835 ****** skipping: [managed-node1] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Saturday 05 October 2024 09:12:48 -0400 (0:00:00.012) 0:01:56.847 ****** 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 Saturday 05 October 2024 09:12:48 -0400 (0:00:00.017) 0:01:56.865 ****** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.89s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.45s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.29s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 4.38s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.44s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.44s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 2.08s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 1.41s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.17s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.15s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.14s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Clone test_kernel kernel and initrd for test purposes ------------------- 1.01s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Clone test_kernel kernel and initrd for test purposes ------------------- 0.89s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 Remove cloned kernels --------------------------------------------------- 0.68s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.61s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.54s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.54s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.52s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.51s /tmp/collections-gv8/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102