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-gqO executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_password.yml *************************************************** 1 plays in /tmp/collections-gqO/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-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:9 Friday 11 April 2025 18:13:56 -0400 (0:00:00.011) 0:00:00.011 ********** included: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Friday 11 April 2025 18:13:56 -0400 (0:00:00.017) 0:00:00.029 ********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Friday 11 April 2025 18:13:57 -0400 (0:00:00.804) 0:00:00.834 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:12 Friday 11 April 2025 18:13:57 -0400 (0:00:00.007) 0:00:00.841 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:13:57 -0400 (0:00:00.083) 0:00:00.924 ********** included: /tmp/collections-gqO/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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:13:57 -0400 (0:00:00.019) 0:00:00.944 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:13:57 -0400 (0:00:00.035) 0:00:00.980 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:13:57 -0400 (0:00:00.428) 0:00:01.409 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:13:57 -0400 (0:00:00.032) 0:00:01.441 ********** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:13:57 -0400 (0:00:00.049) 0:00:01.491 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:13:58 -0400 (0:00:00.019) 0:00:01.510 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:13:58 -0400 (0:00:00.971) 0:00:02.482 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:13:59 -0400 (0:00:00.402) 0:00:02.884 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:13:59 -0400 (0:00:00.021) 0:00:02.905 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:13:59 -0400 (0:00:00.027) 0:00:02.933 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:13:59 -0400 (0:00:00.369) 0:00:03.303 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:13:59 -0400 (0:00:00.059) 0:00:03.362 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:14:00 -0400 (0:00:00.367) 0:00:03.729 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409635.129435, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dac223bfe0c80ccb6acf732ecc5943b8edbf7eab", "ctime": 1744409635.1283748, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 192938242, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409635.1294365, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "4080956362", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:14:00 -0400 (0:00:00.358) 0:00:04.087 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004401", "end": "2025-04-11 18:14:01.028925", "rc": 0, "start": "2025-04-11 18:14:01.024524" } 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:14:01 -0400 (0:00:00.504) 0:00:04.591 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:14:01 -0400 (0:00:00.048) 0:00:04.640 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:14:01 -0400 (0:00:00.513) 0:00:05.154 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:14:02 -0400 (0:00:00.350) 0:00:05.505 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:14:02 -0400 (0:00:00.447) 0:00:05.953 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:14:02 -0400 (0:00:00.514) 0:00:06.467 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:14:03 -0400 (0:00:00.740) 0:00:07.207 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:14:03 -0400 (0:00:00.035) 0:00:07.242 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18 Friday 11 April 2025 18:14:03 -0400 (0:00:00.049) 0:00:07.292 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/boot/grub2/user.cfg" ], "delta": "0:00:01.004101", "end": "2025-04-11 18:14:05.100599", "failed_when_result": false, "rc": 0, "start": "2025-04-11 18:14:04.096498" } STDOUT: GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.071C8934FE3BF1D7C6B0D58889E23CE57C4DD23F0358D8C9DBB20E546C28F724E99A9964776C527E82DB52D007D21E5E848D6F17B3FAD9AC2F1632EB8EC47CDA.E4B30A0F878870100A4795DD17D13EABCA77FCEB7F2BE87B6E1EF91C025EA0E41C5D68D1D9EE9FA4DB3EAA861350EFD62C1C62955681AAF83998879A8D1C0DD7 TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:26 Friday 11 April 2025 18:14:05 -0400 (0:00:01.386) 0:00:08.678 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:14:05 -0400 (0:00:00.059) 0:00:08.738 ********** included: /tmp/collections-gqO/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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:14:05 -0400 (0:00:00.016) 0:00:08.754 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:14:05 -0400 (0:00:00.031) 0:00:08.786 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:14:05 -0400 (0:00:00.015) 0:00:08.802 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:14:05 -0400 (0:00:00.015) 0:00:08.817 ********** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:14:05 -0400 (0:00:00.028) 0:00:08.846 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:14:05 -0400 (0:00:00.011) 0:00:08.857 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:14:06 -0400 (0:00:00.776) 0:00:09.634 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:14:06 -0400 (0:00:00.368) 0:00:10.002 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:14:06 -0400 (0:00:00.013) 0:00:10.016 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:14:06 -0400 (0:00:00.011) 0:00:10.027 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:14:06 -0400 (0:00:00.328) 0:00:10.355 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:14:06 -0400 (0:00:00.037) 0:00:10.393 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:14:07 -0400 (0:00:00.357) 0:00:10.750 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409640.5153725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dac223bfe0c80ccb6acf732ecc5943b8edbf7eab", "ctime": 1744409635.1283748, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 192938242, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409635.1294365, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "4080956362", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:14:07 -0400 (0:00:00.377) 0:00:11.128 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.005028", "end": "2025-04-11 18:14:07.933761", "rc": 0, "start": "2025-04-11 18:14:07.928733" } 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:14:07 -0400 (0:00:00.351) 0:00:11.479 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:14:08 -0400 (0:00:00.032) 0:00:11.512 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:14:08 -0400 (0:00:00.356) 0:00:11.869 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:14:08 -0400 (0:00:00.345) 0:00:12.214 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:14:09 -0400 (0:00:00.328) 0:00:12.543 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:14:09 -0400 (0:00:00.020) 0:00:12.563 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:14:09 -0400 (0:00:00.016) 0:00:12.580 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:14:09 -0400 (0:00:00.457) 0:00:13.037 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:32 Friday 11 April 2025 18:14:09 -0400 (0:00:00.032) 0:00:13.069 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify that user conf doesn't exist] ************************************* task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:37 Friday 11 April 2025 18:14:09 -0400 (0:00:00.335) 0:00:13.405 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:41 Friday 11 April 2025 18:14:09 -0400 (0:00:00.018) 0:00:13.423 ********** included: fedora.linux_system_roles.bootloader for managed-node1 TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 18:14:09 -0400 (0:00:00.054) 0:00:13.477 ********** included: /tmp/collections-gqO/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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 18:14:09 -0400 (0:00:00.016) 0:00:13.494 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 18:14:10 -0400 (0:00:00.035) 0:00:13.530 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 18:14:10 -0400 (0:00:00.026) 0:00:13.557 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 18:14:10 -0400 (0:00:00.025) 0:00:13.583 ********** 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_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_10.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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 18:14:10 -0400 (0:00:00.046) 0:00:13.629 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 18:14:10 -0400 (0:00:00.016) 0:00:13.645 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 18:14:10 -0400 (0:00:00.759) 0:00:14.404 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 18:14:11 -0400 (0:00:00.346) 0:00:14.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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 18:14:11 -0400 (0:00:00.012) 0:00:14.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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 18:14:11 -0400 (0:00:00.012) 0:00:14.776 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 18:14:11 -0400 (0:00:00.355) 0:00:15.132 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 18:14:11 -0400 (0:00:00.046) 0:00:15.178 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409632.731376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7c3a1ad8c01578acdd2ef0a82d9752ad40e32e0a", "ctime": 1743533307.41504, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4632358, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1743533307.41404, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 327, "uid": 0, "version": "3527210694", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 18:14:12 -0400 (0:00:00.347) 0:00:15.525 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744409640.5153725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "dac223bfe0c80ccb6acf732ecc5943b8edbf7eab", "ctime": 1744409635.1283748, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 192938242, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744409635.1294365, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6948, "uid": 0, "version": "4080956362", "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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 18:14:12 -0400 (0:00:00.356) 0:00:15.882 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004449", "end": "2025-04-11 18:14:12.701811", "rc": 0, "start": "2025-04-11 18:14:12.697362" } 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 18:14:12 -0400 (0:00:00.365) 0:00:16.247 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 18:14:12 -0400 (0:00:00.034) 0:00:16.282 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 18:14:13 -0400 (0:00:00.354) 0:00:16.636 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 18:14:13 -0400 (0:00:00.355) 0:00:16.992 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 18:14:13 -0400 (0:00:00.336) 0:00:17.329 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 18:14:13 -0400 (0:00:00.018) 0:00:17.347 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 18:14:13 -0400 (0:00:00.016) 0:00:17.363 ********** 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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 18:14:14 -0400 (0:00:00.355) 0:00:17.719 ********** 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:14:14 -0400 (0:00:00.030) 0:00:17.749 ********** =============================================================================== Get contents of /boot/grub2/user.cfg ------------------------------------ 1.39s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.97s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 0.80s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.78s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.76s /tmp/collections-gqO/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.74s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 fedora.linux_system_roles.bootloader : Generate boot loader password ---- 0.51s /tmp/collections-gqO/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.51s /tmp/collections-gqO/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.50s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Remove boot loader password configuration --- 0.46s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.45s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.43s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.40s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.38s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Determine platform type ---------- 0.37s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.37s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.37s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.37s /tmp/collections-gqO/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-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.36s /tmp/collections-gqO/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60