ansible-playbook [core 2.17.10] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-1E5 executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_password.yml *************************************************** 1 plays in /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml PLAY [Test bootloader_settings variable] *************************************** TASK [Skip on s390x architecture] ********************************************** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:9 Friday 11 April 2025 18:05:24 -0400 (0:00:00.007) 0:00:00.007 ********** included: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Friday 11 April 2025 18:05:24 -0400 (0:00:00.013) 0:00:00.020 ********** [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-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Friday 11 April 2025 18:05:25 -0400 (0:00:00.792) 0:00:00.813 ********** 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 [Set boot loader password] ************************************************ task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:12 Friday 11 April 2025 18:05:25 -0400 (0:00:00.009) 0:00:00.823 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:05:25 -0400 (0:00:00.065) 0:00:00.888 ********** included: /tmp/collections-1E5/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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:05:25 -0400 (0:00:00.018) 0:00:00.907 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:05:25 -0400 (0:00:00.039) 0:00:00.947 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:05:25 -0400 (0:00:00.415) 0:00:01.362 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:05:25 -0400 (0:00:00.020) 0:00:01.383 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:05:25 -0400 (0:00:00.028) 0:00:01.412 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:05:25 -0400 (0:00:00.012) 0:00:01.424 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:05:27 -0400 (0:00:01.432) 0:00:02.856 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:05:27 -0400 (0:00:00.345) 0:00:03.202 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_default_grub_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] ******* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:05:27 -0400 (0:00:00.018) 0:00:03.220 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:05:27 -0400 (0:00:00.016) 0:00:03.237 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:05:27 -0400 (0:00:00.340) 0:00:03.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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:05:28 -0400 (0:00:00.064) 0:00:03.642 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:05:28 -0400 (0:00:00.337) 0:00:03.980 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409122.5043523, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d0e968890dcce248e9c78efb8b16f5e510a757fa", "ctime": 1744409122.5028632, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409122.504353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2723090124", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:05:28 -0400 (0:00:00.363) 0:00:04.344 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005168", "end": "2025-04-11 18:05:29.206423", "rc": 0, "start": "2025-04-11 18:05:29.201255" } 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:05:29 -0400 (0:00:00.533) 0:00:04.877 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:05:29 -0400 (0:00:00.050) 0:00:04.927 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:05:29 -0400 (0:00:00.543) 0:00:05.471 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:05:30 -0400 (0:00:00.395) 0:00:05.867 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:05:30 -0400 (0:00:00.415) 0:00:06.282 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:05:31 -0400 (0:00:00.607) 0:00:06.890 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:05:32 -0400 (0:00:00.806) 0:00:07.696 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:05:32 -0400 (0:00:00.038) 0:00:07.735 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Get contents of /boot/grub2/user.cfg] ************************************ task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18 Friday 11 April 2025 18:05:32 -0400 (0:00:00.038) 0:00:07.773 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/boot/grub2/user.cfg" ], "delta": "0:00:00.003452", "end": "2025-04-11 18:05:32.439491", "failed_when_result": false, "rc": 0, "start": "2025-04-11 18:05:32.436039" } STDOUT: GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.D3D40FA35C6344DD17A2FBE6FD0F8BFB29EBA04ECAEE12636B5223EE0E68259C8A7A27EE30BCDC0CB08D88ADD4609DCDCBBEA435FE4E18C78290475EBB1A04DF.2D34DC1FE9F35083A4FE54F73639DD377E02797955A4FC20BDC2E2CEC69877DB0116614674CBB6C737C171A4F33A6FB4E006520DE1E566E291A8D37C38100B9D TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:26 Friday 11 April 2025 18:05:32 -0400 (0:00:00.361) 0:00:08.134 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:05:32 -0400 (0:00:00.074) 0:00:08.209 ********** included: /tmp/collections-1E5/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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:05:32 -0400 (0:00:00.027) 0:00:08.237 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:05:32 -0400 (0:00:00.047) 0:00:08.284 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "not __bootloader_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:05:32 -0400 (0:00:00.024) 0:00:08.309 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:05:32 -0400 (0:00:00.017) 0:00:08.326 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:05:32 -0400 (0:00:00.033) 0:00:08.359 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:05:32 -0400 (0:00:00.016) 0:00:08.375 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:05:34 -0400 (0:00:01.273) 0:00:09.649 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:05:34 -0400 (0:00:00.331) 0:00:09.980 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:05:34 -0400 (0:00:00.013) 0:00:09.994 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:05:34 -0400 (0:00:00.011) 0:00:10.006 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:05:34 -0400 (0:00:00.326) 0:00:10.333 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:05:34 -0400 (0:00:00.046) 0:00:10.380 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:05:35 -0400 (0:00:00.343) 0:00:10.723 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409128.6638448, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d0e968890dcce248e9c78efb8b16f5e510a757fa", "ctime": 1744409122.5028632, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409122.504353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2723090124", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:05:35 -0400 (0:00:00.367) 0:00:11.090 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004740", "end": "2025-04-11 18:05:35.792271", "rc": 0, "start": "2025-04-11 18:05:35.787531" } 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:05:35 -0400 (0:00:00.364) 0:00:11.455 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:05:35 -0400 (0:00:00.042) 0:00:11.497 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:05:36 -0400 (0:00:00.357) 0:00:11.855 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:05:36 -0400 (0:00:00.380) 0:00:12.235 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:05:36 -0400 (0:00:00.350) 0:00:12.586 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:05:36 -0400 (0:00:00.017) 0:00:12.603 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:05:37 -0400 (0:00:00.015) 0:00:12.619 ********** changed: [managed-node1] => { "changed": true, "path": "/boot/grub2/user.cfg", "state": "absent" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:05:37 -0400 (0:00:00.514) 0:00:13.133 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Get stat of /boot/grub2/user.cfg] **************************************** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:32 Friday 11 April 2025 18:05:37 -0400 (0:00:00.041) 0:00:13.174 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify that user conf doesn't exist] ************************************* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:37 Friday 11 April 2025 18:05:37 -0400 (0:00:00.350) 0:00:13.525 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:41 Friday 11 April 2025 18:05:37 -0400 (0:00:00.016) 0:00:13.541 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:05:37 -0400 (0:00:00.068) 0:00:13.610 ********** included: /tmp/collections-1E5/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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:05:38 -0400 (0:00:00.028) 0:00:13.638 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:05:38 -0400 (0:00:00.047) 0:00:13.686 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:05:38 -0400 (0:00:00.027) 0:00:13.714 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:05:38 -0400 (0:00:00.025) 0:00:13.739 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:05:38 -0400 (0:00:00.038) 0:00:13.777 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:05:38 -0400 (0:00:00.017) 0:00:13.795 ********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:05:39 -0400 (0:00:01.299) 0:00:15.094 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:05:39 -0400 (0:00:00.347) 0:00:15.442 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:05:39 -0400 (0:00:00.013) 0:00:15.456 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:05:39 -0400 (0:00:00.012) 0:00:15.468 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:05:40 -0400 (0:00:00.335) 0:00:15.804 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:05:40 -0400 (0:00:00.059) 0:00:15.864 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409119.3558726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3533df6d61119d3dbd6959a265d5a35134a0f8cc", "ctime": 1744094455.0819168, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 915745, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744094455.0819168, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 338, "uid": 0, "version": "3181373949", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:05:40 -0400 (0:00:00.353) 0:00:16.218 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409128.6638448, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "d0e968890dcce248e9c78efb8b16f5e510a757fa", "ctime": 1744409122.5028632, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212867, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409122.504353, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6728, "uid": 0, "version": "2723090124", "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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:05:40 -0400 (0:00:00.342) 0:00:16.560 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004901", "end": "2025-04-11 18:05:41.254211", "rc": 0, "start": "2025-04-11 18:05:41.249310" } 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:05:41 -0400 (0:00:00.357) 0:00:16.918 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:05:41 -0400 (0:00:00.038) 0:00:16.956 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:05:41 -0400 (0:00:00.362) 0:00:17.319 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:05:42 -0400 (0:00:00.368) 0:00:17.687 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:05:42 -0400 (0:00:00.356) 0:00:18.044 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:05:42 -0400 (0:00:00.018) 0:00:18.062 ********** 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-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:05:42 -0400 (0:00:00.017) 0:00:18.079 ********** ok: [managed-node1] => { "changed": false, "path": "/boot/grub2/user.cfg", "state": "absent" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:05:42 -0400 (0:00:00.363) 0:00:18.442 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=47 changed=3 unreachable=0 failed=0 skipped=30 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Friday 11 April 2025 18:05:42 -0400 (0:00:00.031) 0:00:18.474 ********** =============================================================================== fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.43s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.30s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 1.27s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg --- 0.81s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Gather architecture facts ----------------------------------------------- 0.79s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Generate boot loader password ---- 0.61s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.54s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.53s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Remove boot loader password configuration --- 0.51s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.42s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.42s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.40s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.38s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.37s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.37s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.36s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.36s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Remove boot loader password configuration --- 0.36s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.36s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Get contents of /boot/grub2/user.cfg ------------------------------------ 0.36s /tmp/collections-1E5/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18