ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_settings.yml ***************************************************
1 plays in /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml

PLAY [Test bootloader_settings variable] ***************************************
META: ran handlers

TASK [Skip on s390x architecture] **********************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:13
Friday 11 April 2025  16:58:32 -0400 (0:00:00.025)       0:00:00.025 ********** 
included: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1

TASK [Gather architecture facts] ***********************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3
Friday 11 April 2025  16:58:32 -0400 (0:00:00.075)       0:00:00.101 ********** 
ok: [managed-node1]
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:16
Friday 11 April 2025  16:58:33 -0400 (0:00:01.015)       0:00:01.116 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  16:58:33 -0400 (0:00:00.056)       0:00:01.172 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  16:58:33 -0400 (0:00:00.025)       0:00:01.198 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  16:58:33 -0400 (0:00:00.018)       0:00:01.216 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  16:58:33 -0400 (0:00:00.409)       0:00:01.626 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  16:58:33 -0400 (0:00:00.034)       0:00:01.661 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  16:58:33 -0400 (0:00:00.066)       0:00:01.727 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  16:58:33 -0400 (0:00:00.024)       0:00:01.752 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  16:58:34 -0400 (0:00:00.825)       0:00:02.577 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1718881015.7736502, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", 
        "ctime": 1718881011.4856503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144314, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718881011.4826503, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 286, 
        "uid": 0, 
        "version": "22411331", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  16:58:34 -0400 (0:00:00.304)       0:00:02.882 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  16:58:34 -0400 (0:00:00.031)       0:00:02.913 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  16:58:34 -0400 (0:00:00.028)       0:00:02.942 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  16:58:35 -0400 (0:00:00.283)       0:00:03.226 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  16:58:35 -0400 (0:00:00.030)       0:00:03.257 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405114.8061576, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", 
        "ctime": 1718881011.4856503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144314, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718881011.4826503, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 286, 
        "uid": 0, 
        "version": "22411331", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  16:58:35 -0400 (0:00:00.322)       0:00:03.579 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1718880548.6646502, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", 
        "ctime": 1718881171.2176502, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718880548.6706502, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5032, 
        "uid": 0, 
        "version": "22411319", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  16:58:35 -0400 (0:00:00.327)       0:00:03.907 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004033", 
    "end": "2025-04-11 16:58:36.300451", 
    "rc": 0, 
    "start": "2025-04-11 16:58:36.296418"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  16:58:36 -0400 (0:00:00.456)       0:00:04.364 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  16:58:36 -0400 (0:00:00.032)       0:00:04.397 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  16:58:36 -0400 (0:00:00.395)       0:00:04.793 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  16:58:37 -0400 (0:00:00.276)       0:00:05.069 ********** 
ok: [managed-node1] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  16:58:37 -0400 (0:00:00.444)       0:00:05.514 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  16:58:37 -0400 (0:00:00.026)       0:00:05.541 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  16:58:37 -0400 (0:00:00.027)       0:00:05.569 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  16:58:37 -0400 (0:00:00.026)       0:00:05.595 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_facts": [
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", 
                "default": true, 
                "index": "0", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", 
                "default": false, 
                "index": "1", 
                "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", 
                "default": false, 
                "index": "2", 
                "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", 
                "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)"
            }, 
            {
                "default": false, 
                "index": "3", 
                "kernel": "non linux entry"
            }
        ]
    }, 
    "changed": false
}
META: end_host conditional evaluated to false, continuing execution for managed-node1
META: ran handlers

TASK [Clone kernel to Clone1] **************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:32
Friday 11 April 2025  16:58:38 -0400 (0:00:00.465)       0:00:06.061 ********** 
included: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1

TASK [Set fact with the default kernel to use for clones] **********************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3
Friday 11 April 2025  16:58:38 -0400 (0:00:00.037)       0:00:06.098 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "test_kernel": {
            "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", 
            "default": true, 
            "index": "0", 
            "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
            "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
            "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
            "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)"
        }
    }, 
    "changed": false
}

TASK [Clone test_kernel kernel and initrd for test purposes] *******************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7
Friday 11 April 2025  16:58:38 -0400 (0:00:00.022)       0:00:06.120 ********** 
changed: [managed-node1] => (item={u'dest': u'/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1', u'src': u'/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "bcc96d540663b9b1764e12a7ab21389e0b9ceb0e", 
    "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
    "gid": 0, 
    "group": "root", 
    "item": {
        "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
        "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64"
    }, 
    "md5sum": "8d408037538856fa5672cf3f9da1ff35", 
    "mode": "0755", 
    "owner": "root", 
    "secontext": "system_u:object_r:boot_t:s0", 
    "size": 7051880, 
    "src": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item={u'dest': u'/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1', u'src': u'/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "a48b0c90c9b0dce76f2e1f4a861b7f3b00714982", 
    "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
    "gid": 0, 
    "group": "root", 
    "item": {
        "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
        "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img"
    }, 
    "md5sum": "dd570b9af2ecb0d8f046a071cd868a55", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "system_u:object_r:boot_t:s0", 
    "size": 20160196, 
    "src": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
    "state": "file", 
    "uid": 0
}

TASK [Create kernel Clone1] ****************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21
Friday 11 April 2025  16:58:39 -0400 (0:00:00.905)       0:00:07.025 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  16:58:39 -0400 (0:00:00.073)       0:00:07.099 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  16:58:39 -0400 (0:00:00.035)       0:00:07.134 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  16:58:39 -0400 (0:00:00.023)       0:00:07.158 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  16:58:39 -0400 (0:00:00.027)       0:00:07.185 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  16:58:39 -0400 (0:00:00.024)       0:00:07.210 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  16:58:39 -0400 (0:00:00.054)       0:00:07.265 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  16:58:39 -0400 (0:00:00.018)       0:00:07.284 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  16:58:39 -0400 (0:00:00.605)       0:00:07.889 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405114.8061576, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", 
        "ctime": 1718881011.4856503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144314, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718881011.4826503, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 286, 
        "uid": 0, 
        "version": "22411331", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  16:58:40 -0400 (0:00:00.294)       0:00:08.183 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  16:58:40 -0400 (0:00:00.021)       0:00:08.205 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  16:58:40 -0400 (0:00:00.019)       0:00:08.225 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  16:58:40 -0400 (0:00:00.276)       0:00:08.501 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  16:58:40 -0400 (0:00:00.031)       0:00:08.533 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405114.8061576, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", 
        "ctime": 1718881011.4856503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144314, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718881011.4826503, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 286, 
        "uid": 0, 
        "version": "22411331", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  16:58:40 -0400 (0:00:00.316)       0:00:08.849 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405115.8421607, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", 
        "ctime": 1718881171.2176502, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718880548.6706502, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5032, 
        "uid": 0, 
        "version": "22411319", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  16:58:41 -0400 (0:00:00.299)       0:00:09.149 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004108", 
    "end": "2025-04-11 16:58:41.384143", 
    "rc": 0, 
    "start": "2025-04-11 16:58:41.380035"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  16:58:41 -0400 (0:00:00.293)       0:00:09.442 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  16:58:41 -0400 (0:00:00.033)       0:00:09.475 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  16:58:41 -0400 (0:00:00.308)       0:00:09.784 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  16:58:42 -0400 (0:00:00.273)       0:00:10.058 ********** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1
changed: [managed-node1] => {
    "actions": [
        "grubby --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  16:58:42 -0400 (0:00:00.435)       0:00:10.493 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  16:58:42 -0400 (0:00:00.029)       0:00:10.522 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  16:58:42 -0400 (0:00:00.029)       0:00:10.552 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  16:58:42 -0400 (0:00:00.023)       0:00:10.576 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Friday 11 April 2025  16:58:42 -0400 (0:00:00.017)       0:00:10.593 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\"  /etc/default/grub\ncat /etc/default/grub", 
    "delta": "0:00:00.016179", 
    "end": "2025-04-11 16:58:42.855615", 
    "rc": 0, 
    "start": "2025-04-11 16:58:42.839436"
}

STDOUT:

args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8"
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8"
GRUB_DISABLE_RECOVERY="true"
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8"
GRUB_DISABLE_RECOVERY="true"

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Friday 11 April 2025  16:58:42 -0400 (0:00:00.317)       0:00:10.911 ********** 
included: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Friday 11 April 2025  16:58:42 -0400 (0:00:00.023)       0:00:10.935 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "elapsed": 21, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Friday 11 April 2025  16:59:05 -0400 (0:00:22.164)       0:00:33.099 ********** 
skipping: [managed-node1] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Friday 11 April 2025  16:59:05 -0400 (0:00:00.020)       0:00:33.120 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_reboot_required": false
    }, 
    "changed": false
}
META: ran handlers

TASK [Ensure bootloader_reboot_required is not set to true] ********************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39
Friday 11 April 2025  16:59:05 -0400 (0:00:00.040)       0:00:33.161 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43
Friday 11 April 2025  16:59:05 -0400 (0:00:00.037)       0:00:33.198 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  16:59:05 -0400 (0:00:00.084)       0:00:33.282 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  16:59:05 -0400 (0:00:00.037)       0:00:33.319 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  16:59:05 -0400 (0:00:00.026)       0:00:33.346 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  16:59:05 -0400 (0:00:00.022)       0:00:33.368 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  16:59:05 -0400 (0:00:00.021)       0:00:33.390 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  16:59:05 -0400 (0:00:00.048)       0:00:33.439 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  16:59:05 -0400 (0:00:00.018)       0:00:33.457 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  16:59:06 -0400 (0:00:00.719)       0:00:34.177 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8551815, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1744405122.8541815, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.8541815, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "18446744071619049008", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  16:59:06 -0400 (0:00:00.307)       0:00:34.484 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  16:59:06 -0400 (0:00:00.027)       0:00:34.512 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  16:59:06 -0400 (0:00:00.026)       0:00:34.538 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  16:59:06 -0400 (0:00:00.274)       0:00:34.813 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  16:59:06 -0400 (0:00:00.042)       0:00:34.855 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8551815, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1744405122.8541815, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.8541815, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "18446744071619049008", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  16:59:07 -0400 (0:00:00.305)       0:00:35.160 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8431814, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", 
        "ctime": 1744405122.4341803, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.4341803, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5845, 
        "uid": 0, 
        "version": "18446744071619049002", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  16:59:07 -0400 (0:00:00.326)       0:00:35.487 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004405", 
    "end": "2025-04-11 16:59:07.435696", 
    "rc": 0, 
    "start": "2025-04-11 16:59:07.431291"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  16:59:07 -0400 (0:00:00.285)       0:00:35.772 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  16:59:07 -0400 (0:00:00.025)       0:00:35.798 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  16:59:08 -0400 (0:00:00.274)       0:00:36.072 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  16:59:08 -0400 (0:00:00.277)       0:00:36.350 ********** 
ok: [managed-node1] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  16:59:08 -0400 (0:00:00.269)       0:00:36.620 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  16:59:08 -0400 (0:00:00.020)       0:00:36.641 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  16:59:08 -0400 (0:00:00.019)       0:00:36.661 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  16:59:08 -0400 (0:00:00.019)       0:00:36.680 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_facts": [
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 test=kernel", 
                "default": false, 
                "index": "0", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "Clone1"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", 
                "default": true, 
                "index": "1", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8", 
                "default": false, 
                "index": "2", 
                "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8", 
                "default": false, 
                "index": "3", 
                "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", 
                "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)"
            }, 
            {
                "default": false, 
                "index": "4", 
                "kernel": "non linux entry"
            }
        ]
    }, 
    "changed": false
}

TASK [Verify that default bootloader is correct in bootloader_gather_facts] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:38
Friday 11 April 2025  16:59:08 -0400 (0:00:00.291)       0:00:36.972 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "grubby", 
        "--default-kernel"
    ], 
    "delta": "0:00:00.133798", 
    "end": "2025-04-11 16:59:09.161357", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-11 16:59:09.027559"
}

STDOUT:

/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64

TASK [Set fact with the test clone] ********************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:47
Friday 11 April 2025  16:59:09 -0400 (0:00:00.402)       0:00:37.374 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "cloned_kernel": {
            "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 test=kernel", 
            "default": false, 
            "index": "0", 
            "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
            "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
            "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
            "title": "Clone1"
        }
    }, 
    "changed": false
}

TASK [Replace configuration with settings using kernel index] ******************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:51
Friday 11 April 2025  16:59:09 -0400 (0:00:00.023)       0:00:37.398 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  16:59:09 -0400 (0:00:00.086)       0:00:37.485 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  16:59:09 -0400 (0:00:00.027)       0:00:37.512 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  16:59:09 -0400 (0:00:00.023)       0:00:37.536 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  16:59:09 -0400 (0:00:00.018)       0:00:37.555 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  16:59:09 -0400 (0:00:00.019)       0:00:37.575 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  16:59:09 -0400 (0:00:00.044)       0:00:37.619 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  16:59:09 -0400 (0:00:00.019)       0:00:37.638 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  16:59:10 -0400 (0:00:00.559)       0:00:38.198 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8551815, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1744405122.8541815, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.8541815, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "18446744071619049008", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  16:59:10 -0400 (0:00:00.284)       0:00:38.483 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  16:59:10 -0400 (0:00:00.022)       0:00:38.505 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  16:59:10 -0400 (0:00:00.020)       0:00:38.525 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  16:59:10 -0400 (0:00:00.269)       0:00:38.795 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  16:59:10 -0400 (0:00:00.034)       0:00:38.829 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8551815, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1744405122.8541815, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.8541815, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "18446744071619049008", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  16:59:11 -0400 (0:00:00.288)       0:00:39.117 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405122.8431814, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", 
        "ctime": 1744405122.4341803, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405122.4341803, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5845, 
        "uid": 0, 
        "version": "18446744071619049002", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  16:59:11 -0400 (0:00:00.287)       0:00:39.405 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004464", 
    "end": "2025-04-11 16:59:11.636881", 
    "rc": 0, 
    "start": "2025-04-11 16:59:11.632417"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  16:59:11 -0400 (0:00:00.282)       0:00:39.688 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  16:59:11 -0400 (0:00:00.024)       0:00:39.712 ********** 
changed: [managed-node1] => {
    "changed": true
}

MSG:

1 replacements made

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  16:59:11 -0400 (0:00:00.282)       0:00:39.995 ********** 
changed: [managed-node1] => {
    "changed": true
}

MSG:

2 replacements made

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  16:59:12 -0400 (0:00:00.282)       0:00:40.277 ********** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1
changed: [managed-node1] => {
    "actions": [
        "grubby --update-kernel=0 --remove-args='ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 test=kernel'", 
        "grubby --update-kernel=0 --args='console=tty0 print-fatal-signals=1 no_timer_check quiet'", 
        "grubby --update-kernel=ALL --args=debug"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  16:59:12 -0400 (0:00:00.359)       0:00:40.637 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  16:59:12 -0400 (0:00:00.021)       0:00:40.658 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  16:59:12 -0400 (0:00:00.018)       0:00:40.677 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  16:59:12 -0400 (0:00:00.020)       0:00:40.697 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_facts": [
            {
                "args": "console=tty0 print-fatal-signals=1 no_timer_check quiet debug", 
                "default": false, 
                "index": "0", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "Clone1"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug", 
                "default": true, 
                "index": "1", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug", 
                "default": false, 
                "index": "2", 
                "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 debug", 
                "default": false, 
                "index": "3", 
                "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", 
                "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)"
            }, 
            {
                "default": false, 
                "index": "4", 
                "kernel": "non linux entry"
            }
        ]
    }, 
    "changed": false
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Friday 11 April 2025  16:59:12 -0400 (0:00:00.284)       0:00:40.982 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\"  /etc/default/grub\ncat /etc/default/grub", 
    "delta": "0:00:00.016361", 
    "end": "2025-04-11 16:59:13.225726", 
    "rc": 0, 
    "start": "2025-04-11 16:59:13.209365"
}

STDOUT:

args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug"
GRUB_TIMEOUT=6
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8"
GRUB_DISABLE_RECOVERY="true"
GRUB_TIMEOUT=6
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug"
GRUB_DISABLE_RECOVERY="true"

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Friday 11 April 2025  16:59:13 -0400 (0:00:00.288)       0:00:41.271 ********** 
included: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Friday 11 April 2025  16:59:13 -0400 (0:00:00.020)       0:00:41.292 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "elapsed": 26, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Friday 11 April 2025  16:59:40 -0400 (0:00:27.191)       0:01:08.483 ********** 
skipping: [managed-node1] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Friday 11 April 2025  16:59:40 -0400 (0:00:00.018)       0:01:08.501 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_reboot_required": false
    }, 
    "changed": false
}
META: ran handlers

TASK [Ensure bootloader_reboot_required is set to false] ***********************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:77
Friday 11 April 2025  16:59:40 -0400 (0:00:00.027)       0:01:08.529 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify settings] *********************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:81
Friday 11 April 2025  16:59:40 -0400 (0:00:00.024)       0:01:08.554 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify boot loader timeout configuration] ********************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:89
Friday 11 April 2025  16:59:40 -0400 (0:00:00.024)       0:01:08.579 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "cat", 
        "/boot/grub2/grub.cfg"
    ], 
    "delta": "0:00:00.005473", 
    "end": "2025-04-11 16:59:40.022524", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-11 16:59:40.017051"
}

STDOUT:

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=6
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=6
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
  source ${prefix}/user.cfg
  if [ -n "${GRUB2_PASSWORD}" ]; then
    set superusers="root"
    export superusers
    password_pbkdf2 root ${GRUB2_PASSWORD}
  fi
fi
### END /etc/grub.d/01_users ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Clone1' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 console=tty0 print-fatal-signals=1 no_timer_check quiet debug
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1
}
menuentry 'CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img
}
menuentry 'CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.el7.x86_64.img
}
menuentry 'CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-7af355d356d341589d7764f759493cb6-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

TASK [Change some settings using kernel title] *********************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:97
Friday 11 April 2025  16:59:40 -0400 (0:00:00.317)       0:01:08.897 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  16:59:41 -0400 (0:00:00.138)       0:01:09.035 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  16:59:41 -0400 (0:00:00.031)       0:01:09.066 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  16:59:41 -0400 (0:00:00.031)       0:01:09.098 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  16:59:41 -0400 (0:00:00.021)       0:01:09.119 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  16:59:41 -0400 (0:00:00.027)       0:01:09.147 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  16:59:41 -0400 (0:00:00.049)       0:01:09.197 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  16:59:41 -0400 (0:00:00.019)       0:01:09.217 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  16:59:41 -0400 (0:00:00.729)       0:01:09.946 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405153.2250524, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "7de800bbed0b64727c4aa5b2453aa9164fb432a0", 
        "ctime": 1744405153.2240524, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405153.2240524, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 312, 
        "uid": 0, 
        "version": "18446744073494676830", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  16:59:42 -0400 (0:00:00.338)       0:01:10.284 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  16:59:42 -0400 (0:00:00.023)       0:01:10.308 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  16:59:42 -0400 (0:00:00.020)       0:01:10.329 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  16:59:42 -0400 (0:00:00.285)       0:01:10.614 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  16:59:42 -0400 (0:00:00.032)       0:01:10.647 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405153.2250524, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "7de800bbed0b64727c4aa5b2453aa9164fb432a0", 
        "ctime": 1744405153.2240524, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405153.2240524, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 312, 
        "uid": 0, 
        "version": "18446744073494676830", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  16:59:42 -0400 (0:00:00.299)       0:01:10.947 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405152.920052, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "19be27240128143f668efcc6c1cdce759aec813f", 
        "ctime": 1744405152.586052, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405152.586052, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5821, 
        "uid": 0, 
        "version": "18446744073494676819", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  16:59:43 -0400 (0:00:00.295)       0:01:11.243 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.005047", 
    "end": "2025-04-11 16:59:42.879436", 
    "rc": 0, 
    "start": "2025-04-11 16:59:42.874389"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  16:59:43 -0400 (0:00:00.279)       0:01:11.522 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  16:59:43 -0400 (0:00:00.024)       0:01:11.547 ********** 
changed: [managed-node1] => {
    "changed": true
}

MSG:

1 replacements made

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  16:59:43 -0400 (0:00:00.284)       0:01:11.832 ********** 
changed: [managed-node1] => {
    "changed": true
}

MSG:

2 replacements made

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  16:59:44 -0400 (0:00:00.279)       0:01:12.111 ********** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1
changed: [managed-node1] => {
    "actions": [
        "grubby --update-kernel=TITLE=Clone1 --remove-args='quiet debug'"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  16:59:44 -0400 (0:00:00.316)       0:01:12.427 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  16:59:44 -0400 (0:00:00.022)       0:01:12.450 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  16:59:44 -0400 (0:00:00.021)       0:01:12.471 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  16:59:44 -0400 (0:00:00.019)       0:01:12.490 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_facts": [
            {
                "args": "console=tty0 print-fatal-signals=1 no_timer_check", 
                "default": false, 
                "index": "0", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "Clone1"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug", 
                "default": true, 
                "index": "1", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug", 
                "default": false, 
                "index": "2", 
                "initrd": "/boot/initramfs-3.10.0-1160.el7.x86_64.img", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.el7.x86_64", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)"
            }, 
            {
                "args": "ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 debug", 
                "default": false, 
                "index": "3", 
                "initrd": "/boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img", 
                "kernel": "/boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6", 
                "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312", 
                "title": "CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)"
            }, 
            {
                "default": false, 
                "index": "4", 
                "kernel": "non linux entry"
            }
        ]
    }, 
    "changed": false
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Friday 11 April 2025  16:59:44 -0400 (0:00:00.285)       0:01:12.775 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\"  /etc/default/grub\ncat /etc/default/grub", 
    "delta": "0:00:00.018211", 
    "end": "2025-04-11 16:59:44.556047", 
    "rc": 0, 
    "start": "2025-04-11 16:59:44.537836"
}

STDOUT:

args="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug"
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug"
GRUB_DISABLE_RECOVERY="true"
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console serial"
GRUB_CMDLINE_LINUX="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug"
GRUB_DISABLE_RECOVERY="true"

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Friday 11 April 2025  16:59:45 -0400 (0:00:00.290)       0:01:13.066 ********** 
included: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Friday 11 April 2025  16:59:45 -0400 (0:00:00.020)       0:01:13.086 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "elapsed": 21, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Friday 11 April 2025  17:00:06 -0400 (0:00:21.883)       0:01:34.970 ********** 
skipping: [managed-node1] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Friday 11 April 2025  17:00:06 -0400 (0:00:00.020)       0:01:34.991 ********** 
ok: [managed-node1] => {
    "ansible_facts": {
        "bootloader_reboot_required": false
    }, 
    "changed": false
}
META: ran handlers

TASK [Ensure bootloader_reboot_required is set to false] ***********************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:115
Friday 11 April 2025  17:00:07 -0400 (0:00:00.028)       0:01:35.020 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify settings] *********************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:119
Friday 11 April 2025  17:00:07 -0400 (0:00:00.025)       0:01:35.045 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify boot loader timeout configuration] ********************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:127
Friday 11 April 2025  17:00:07 -0400 (0:00:00.026)       0:01:35.072 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "cat", 
        "/boot/grub2/grub.cfg"
    ], 
    "delta": "0:00:00.005404", 
    "end": "2025-04-11 17:00:06.931077", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-11 17:00:06.925673"
}

STDOUT:

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=4
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
  source ${prefix}/user.cfg
  if [ -n "${GRUB2_PASSWORD}" ]; then
    set superusers="root"
    export superusers
    password_pbkdf2 root ${GRUB2_PASSWORD}
  fi
fi
### END /etc/grub.d/01_users ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Clone1' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 console=tty0 print-fatal-signals=1 no_timer_check
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1
}
menuentry 'CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img
}
menuentry 'CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.el7.x86_64.img
}
menuentry 'CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-7af355d356d341589d7764f759493cb6-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

TASK [Set existing variable using kernel path, should report not changed] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:135
Friday 11 April 2025  17:00:07 -0400 (0:00:00.368)       0:01:35.441 ********** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Friday 11 April 2025  17:00:07 -0400 (0:00:00.112)       0:01:35.553 ********** 
included: /tmp/collections-DVA/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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Friday 11 April 2025  17:00:07 -0400 (0:00:00.028)       0:01:35.582 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Friday 11 April 2025  17:00:07 -0400 (0:00:00.022)       0:01:35.605 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Friday 11 April 2025  17:00:07 -0400 (0:00:00.020)       0:01:35.626 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Friday 11 April 2025  17:00:07 -0400 (0:00:00.019)       0:01:35.646 ********** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Friday 11 April 2025  17:00:07 -0400 (0:00:00.046)       0:01:35.692 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Friday 11 April 2025  17:00:07 -0400 (0:00:00.019)       0:01:35.712 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Friday 11 April 2025  17:00:08 -0400 (0:00:00.696)       0:01:36.408 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405184.5548508, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "38b462f2631aec94e954c7051f2532ad7ed0352c", 
        "ctime": 1744405184.5537677, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405184.5537677, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 312, 
        "uid": 0, 
        "version": "710480496", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Friday 11 April 2025  17:00:08 -0400 (0:00:00.309)       0:01:36.718 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Friday 11 April 2025  17:00:08 -0400 (0:00:00.028)       0:01:36.746 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Friday 11 April 2025  17:00:08 -0400 (0:00:00.020)       0:01:36.767 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Friday 11 April 2025  17:00:09 -0400 (0:00:00.272)       0:01:37.039 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Friday 11 April 2025  17:00:09 -0400 (0:00:00.033)       0:01:37.073 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405184.5548508, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "38b462f2631aec94e954c7051f2532ad7ed0352c", 
        "ctime": 1744405184.5537677, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137475, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405184.5537677, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 312, 
        "uid": 0, 
        "version": "710480496", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Friday 11 April 2025  17:00:09 -0400 (0:00:00.295)       0:01:37.369 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1744405184.225517, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "f03bd424e1ac4f0de727aa5aa036ca85e8678fba", 
        "ctime": 1744405183.857183, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1744405183.857183, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5809, 
        "uid": 0, 
        "version": "710480485", 
        "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Friday 11 April 2025  17:00:09 -0400 (0:00:00.296)       0:01:37.665 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004650", 
    "end": "2025-04-11 17:00:09.456478", 
    "rc": 0, 
    "start": "2025-04-11 17:00:09.451828"
}

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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Friday 11 April 2025  17:00:09 -0400 (0:00:00.286)       0:01:37.952 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Friday 11 April 2025  17:00:09 -0400 (0:00:00.024)       0:01:37.976 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Friday 11 April 2025  17:00:10 -0400 (0:00:00.282)       0:01:38.259 ********** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Friday 11 April 2025  17:00:10 -0400 (0:00:00.277)       0:01:38.536 ********** 
ok: [managed-node1] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Friday 11 April 2025  17:00:10 -0400 (0:00:00.307)       0:01:38.844 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Friday 11 April 2025  17:00:10 -0400 (0:00:00.022)       0:01:38.867 ********** 
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-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Friday 11 April 2025  17:00:10 -0400 (0:00:00.019)       0:01:38.886 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Friday 11 April 2025  17:00:10 -0400 (0:00:00.020)       0:01:38.906 ********** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers

TASK [Ensure bootloader_reboot_required is not set to true] ********************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:152
Friday 11 April 2025  17:00:10 -0400 (0:00:00.019)       0:01:38.926 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify settings] *********************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:156
Friday 11 April 2025  17:00:10 -0400 (0:00:00.023)       0:01:38.949 ********** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify boot loader timeout configuration] ********************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:164
Friday 11 April 2025  17:00:10 -0400 (0:00:00.024)       0:01:38.974 ********** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "cat", 
        "/boot/grub2/grub.cfg"
    ], 
    "delta": "0:00:00.003838", 
    "end": "2025-04-11 17:00:10.862764", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-11 17:00:10.858926"
}

STDOUT:

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=4
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###

### BEGIN /etc/grub.d/01_users ###
if [ -f ${prefix}/user.cfg ]; then
  source ${prefix}/user.cfg
  if [ -n "${GRUB2_PASSWORD}" ]; then
    set superusers="root"
    export superusers
    password_pbkdf2 root ${GRUB2_PASSWORD}
  fi
fi
### END /etc/grub.d/01_users ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Clone1' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 console=tty0 print-fatal-signals=1 no_timer_check
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1
}
menuentry 'CentOS Linux (3.10.0-1160.119.1.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img
}
menuentry 'CentOS Linux (3.10.0-1160.el7.x86_64) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-1160.el7.x86_64-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-3.10.0-1160.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-3.10.0-1160.el7.x86_64.img
}
menuentry 'CentOS Linux (0-rescue-7af355d356d341589d7764f759493cb6) 7 (Core)' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-0-rescue-7af355d356d341589d7764f759493cb6-advanced-c7b7d6a5-fd01-4b9b-bcca-153eaff9d312' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='hd0,msdos1'  c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	else
	  search --no-floppy --fs-uuid --set=root c7b7d6a5-fd01-4b9b-bcca-153eaff9d312
	fi
	linux16 /boot/vmlinuz-0-rescue-7af355d356d341589d7764f759493cb6 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb console=tty0 console=ttyS0,115200n8 debug
	initrd16 /boot/initramfs-0-rescue-7af355d356d341589d7764f759493cb6.img
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_ppc_terminfo ###
### END /etc/grub.d/20_ppc_terminfo ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

TASK [Remove cloned kernels] ***************************************************
task path: /tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:172
Friday 11 April 2025  17:00:11 -0400 (0:00:00.285)       0:01:39.259 ********** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": [
        "grubby", 
        "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1"
    ], 
    "delta": "0:00:00.012252", 
    "end": "2025-04-11 17:00:11.194181", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-11 17:00:11.181929"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=102  changed=15   unreachable=0    failed=0    skipped=69   rescued=0    ignored=0   

Friday 11 April 2025  17:00:11 -0400 (0:00:00.295)       0:01:39.554 ********** 
=============================================================================== 
fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 27.19s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 
fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 22.16s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 
fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 21.88s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 
Gather architecture facts ----------------------------------------------- 1.02s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 
Clone test_kernel kernel and initrd for test purposes ------------------- 0.91s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.73s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.72s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.70s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.61s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.56s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.44s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 
fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.41s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 
Verify that default bootloader is correct in bootloader_gather_facts ---- 0.40s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:38 
Verify boot loader timeout configuration -------------------------------- 0.37s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:127 
fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.36s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.34s
/tmp/collections-DVA/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.33s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 
fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.32s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 
Verify boot loader timeout configuration -------------------------------- 0.32s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:89 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.32s
/tmp/collections-DVA/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60