ansible-playbook [core 2.16.14] 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-j8j executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/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-j8j/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-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:9 Friday 11 April 2025 14:47:41 -0400 (0:00:00.008) 0:00:00.008 ********** included: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 Friday 11 April 2025 14:47:41 -0400 (0:00:00.011) 0:00:00.019 ********** ok: [managed-node1] TASK [End host on s390x architecture] ****************************************** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:8 Friday 11 April 2025 14:47:42 -0400 (0:00:00.849) 0:00:00.869 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:12 Friday 11 April 2025 14:47:42 -0400 (0:00:00.006) 0:00:00.876 ********** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 14:47:42 -0400 (0:00:00.047) 0:00:00.923 ********** included: /tmp/collections-j8j/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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 14:47:42 -0400 (0:00:00.037) 0:00:00.961 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 14:47:42 -0400 (0:00:00.033) 0:00:00.995 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 14:47:42 -0400 (0:00:00.453) 0:00:01.449 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 14:47:43 -0400 (0:00:00.022) 0:00:01.471 ********** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 14:47:43 -0400 (0:00:00.028) 0:00:01.499 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 14:47:43 -0400 (0:00:00.011) 0:00:01.511 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 14:47:46 -0400 (0:00:03.120) 0:00:04.631 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 14:47:46 -0400 (0:00:00.373) 0:00:05.004 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 14:47:46 -0400 (0:00:00.018) 0:00:05.023 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 14:47:46 -0400 (0:00:00.015) 0:00:05.038 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 14:47:46 -0400 (0:00:00.348) 0:00:05.387 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 14:47:46 -0400 (0:00:00.046) 0:00:05.434 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 14:47:47 -0400 (0:00:00.354) 0:00:05.788 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397260.3229125, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8deab7735766859b2e68756da9afec1aff4ba232", "ctime": 1744397260.3239126, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 199229634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744397260.3229125, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1923564102", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 14:47:47 -0400 (0:00:00.371) 0:00:06.160 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004296", "end": "2025-04-11 14:47:48.118674", "rc": 0, "start": "2025-04-11 14:47:48.114378" } 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 14:47:48 -0400 (0:00:00.482) 0:00:06.643 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 14:47:48 -0400 (0:00:00.047) 0:00:06.691 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 14:47:48 -0400 (0:00:00.476) 0:00:07.168 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 14:47:49 -0400 (0:00:00.354) 0:00:07.522 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 14:47:49 -0400 (0:00:00.428) 0:00:07.950 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 14:47:49 -0400 (0:00:00.500) 0:00:08.451 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 14:47:50 -0400 (0:00:00.743) 0:00:09.194 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 14:47:50 -0400 (0:00:00.029) 0:00:09.223 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18 Friday 11 April 2025 14:47:50 -0400 (0:00:00.031) 0:00:09.255 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/boot/grub2/user.cfg" ], "delta": "0:00:00.002817", "end": "2025-04-11 14:47:51.086812", "failed_when_result": false, "rc": 0, "start": "2025-04-11 14:47:51.083995" } STDOUT: GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.FDD12F77E4B5C4945E602457F8BC0ECCAC69DC84339591C74046AAB36BF3643EAAB5496AD1DF576D2A97CC2FA141B541F794868DA6D836AB10697F9506D82FE2.31B7C30009E98344ABFF4A32B2C5C09B01BC711804A8E0176F35EA6204AC920A45539E8C0535BD375A99C7D5569134D0A1A5CBC8C348737A9D27D8F0B15D95B2 TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:26 Friday 11 April 2025 14:47:51 -0400 (0:00:00.363) 0:00:09.618 ********** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 14:47:51 -0400 (0:00:00.057) 0:00:09.676 ********** included: /tmp/collections-j8j/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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 14:47:51 -0400 (0:00:00.023) 0:00:09.699 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 14:47:51 -0400 (0:00:00.035) 0:00:09.735 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 14:47:51 -0400 (0:00:00.015) 0:00:09.751 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 14:47:51 -0400 (0:00:00.015) 0:00:09.766 ********** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 14:47:51 -0400 (0:00:00.027) 0:00:09.793 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 14:47:51 -0400 (0:00:00.010) 0:00:09.804 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 14:47:54 -0400 (0:00:02.934) 0:00:12.738 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 14:47:54 -0400 (0:00:00.374) 0:00:13.112 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 14:47:54 -0400 (0:00:00.012) 0:00:13.125 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 14:47:54 -0400 (0:00:00.011) 0:00:13.136 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 14:47:55 -0400 (0:00:00.337) 0:00:13.474 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 14:47:55 -0400 (0:00:00.060) 0:00:13.535 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 14:47:55 -0400 (0:00:00.360) 0:00:13.896 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397267.6289735, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8deab7735766859b2e68756da9afec1aff4ba232", "ctime": 1744397260.3239126, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 199229634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744397260.3229125, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1923564102", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 14:47:55 -0400 (0:00:00.365) 0:00:14.261 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004206", "end": "2025-04-11 14:47:56.131661", "rc": 0, "start": "2025-04-11 14:47:56.127455" } 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 14:47:56 -0400 (0:00:00.385) 0:00:14.646 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 14:47:56 -0400 (0:00:00.039) 0:00:14.686 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 14:47:56 -0400 (0:00:00.363) 0:00:15.050 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 14:47:56 -0400 (0:00:00.360) 0:00:15.410 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 14:47:57 -0400 (0:00:00.339) 0:00:15.750 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 14:47:57 -0400 (0:00:00.021) 0:00:15.771 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 14:47:57 -0400 (0:00:00.020) 0:00:15.792 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 14:47:57 -0400 (0:00:00.472) 0:00:16.265 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:32 Friday 11 April 2025 14:47:57 -0400 (0:00:00.032) 0:00:16.298 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Verify that user conf doesn't exist] ************************************* task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:37 Friday 11 April 2025 14:47:58 -0400 (0:00:00.337) 0:00:16.635 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove boot loader password] ********************************************* task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:41 Friday 11 April 2025 14:47:58 -0400 (0:00:00.015) 0:00:16.651 ********** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Friday 11 April 2025 14:47:58 -0400 (0:00:00.057) 0:00:16.708 ********** included: /tmp/collections-j8j/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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Friday 11 April 2025 14:47:58 -0400 (0:00:00.016) 0:00:16.724 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 Friday 11 April 2025 14:47:58 -0400 (0:00:00.033) 0:00:16.758 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16 Friday 11 April 2025 14:47:58 -0400 (0:00:00.016) 0:00:16.775 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20 Friday 11 April 2025 14:47:58 -0400 (0:00:00.022) 0:00:16.797 ********** 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_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "CentOS_8.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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Friday 11 April 2025 14:47:58 -0400 (0:00:00.031) 0:00:16.829 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Friday 11 April 2025 14:47:58 -0400 (0:00:00.011) 0:00:16.841 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 Friday 11 April 2025 14:48:01 -0400 (0:00:02.935) 0:00:19.776 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27 Friday 11 April 2025 14:48:01 -0400 (0:00:00.366) 0:00:20.143 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34 Friday 11 April 2025 14:48:01 -0400 (0:00:00.012) 0:00:20.155 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Friday 11 April 2025 14:48:01 -0400 (0:00:00.011) 0:00:20.167 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49 Friday 11 April 2025 14:48:02 -0400 (0:00:00.341) 0:00:20.508 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 Friday 11 April 2025 14:48:02 -0400 (0:00:00.050) 0:00:20.559 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397257.9278927, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "65375c9d7916928165c702c8dcb2c96c01b575b3", "ctime": 1716968862.287, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6882912, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1716968862.287, "nlink": 1, "path": "/etc/default/grub", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 273, "uid": 0, "version": "1394307174", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 Friday 11 April 2025 14:48:02 -0400 (0:00:00.353) 0:00:20.913 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744397267.6289735, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "8deab7735766859b2e68756da9afec1aff4ba232", "ctime": 1744397260.3239126, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 199229634, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1744397260.3229125, "nlink": 1, "path": "/boot/grub2/grub.cfg", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6405, "uid": 0, "version": "1923564102", "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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 Friday 11 April 2025 14:48:02 -0400 (0:00:00.370) 0:00:21.283 ********** ok: [managed-node1] => { "changed": false, "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", "delta": "0:00:00.004260", "end": "2025-04-11 14:48:03.136419", "rc": 0, "start": "2025-04-11 14:48:03.132159" } 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79 Friday 11 April 2025 14:48:03 -0400 (0:00:00.361) 0:00:21.645 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Friday 11 April 2025 14:48:03 -0400 (0:00:00.035) 0:00:21.681 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 Friday 11 April 2025 14:48:03 -0400 (0:00:00.359) 0:00:22.040 ********** ok: [managed-node1] => { "changed": false, "rc": 0 } TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 Friday 11 April 2025 14:48:03 -0400 (0:00:00.359) 0:00:22.400 ********** ok: [managed-node1] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 Friday 11 April 2025 14:48:04 -0400 (0:00:00.340) 0:00:22.740 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 Friday 11 April 2025 14:48:04 -0400 (0:00:00.018) 0:00:22.758 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 Friday 11 April 2025 14:48:04 -0400 (0:00:00.016) 0:00:22.775 ********** 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-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 Friday 11 April 2025 14:48:04 -0400 (0:00:00.362) 0:00:23.137 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=44 changed=3 unreachable=0 failed=0 skipped=30 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Friday 11 April 2025 14:48:04 -0400 (0:00:00.032) 0:00:23.170 ********** =============================================================================== fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 3.12s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.94s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.93s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 Gather architecture facts ----------------------------------------------- 0.85s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg --- 0.74s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124 fedora.linux_system_roles.bootloader : Generate boot loader password ---- 0.50s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.48s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.48s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 fedora.linux_system_roles.bootloader : Remove boot loader password configuration --- 0.47s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132 fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.45s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.43s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.39s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.37s /tmp/collections-j8j/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-j8j/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.37s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.37s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.37s /tmp/collections-j8j/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.37s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.36s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 Get contents of /boot/grub2/user.cfg ------------------------------------ 0.36s /tmp/collections-j8j/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_password.yml:18