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_add_rm.yml *****************************************************
1 plays in /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml

PLAY [Test creating, modifying, and removing kernels] **************************
META: ran handlers

TASK [Skip on s390x architecture] **********************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:13
Saturday 14 December 2024  07:51:26 -0500 (0:00:00.039)       0:00:00.039 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node3

TASK [Gather architecture facts] ***********************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3
Saturday 14 December 2024  07:51:26 -0500 (0:00:00.115)       0:00:00.154 ***** 
ok: [managed-node3]
META: end_host conditional evaluated to false, continuing execution for managed-node3

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:16
Saturday 14 December 2024  07:51:27 -0500 (0:00:00.875)       0:00:01.030 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:51:27 -0500 (0:00:00.110)       0:00:01.140 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:51:27 -0500 (0:00:00.059)       0:00:01.200 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:51:28 -0500 (0:00:00.031)       0:00:01.232 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:51:28 -0500 (0:00:00.465)       0:00:01.698 ***** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__bootloader_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:51:28 -0500 (0:00:00.025)       0:00:01.723 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:51:28 -0500 (0:00:00.050)       0:00:01.774 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:51:28 -0500 (0:00:00.019)       0:00:01.793 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:51:29 -0500 (0:00:00.835)       0:00:02.628 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180682.068759, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:51:29 -0500 (0:00:00.335)       0:00:02.964 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:51:29 -0500 (0:00:00.021)       0:00:02.986 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:51:29 -0500 (0:00:00.023)       0:00:03.010 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:51:30 -0500 (0:00:00.335)       0:00:03.345 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:51:30 -0500 (0:00:00.050)       0:00:03.395 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180682.068759, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:51:30 -0500 (0:00:00.352)       0:00:03.748 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180683.2927575, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:51:30 -0500 (0:00:00.318)       0:00:04.067 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004203", 
    "end": "2024-12-14 07:51:31.207658", 
    "rc": 0, 
    "start": "2024-12-14 07:51:31.203455"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:51:31 -0500 (0:00:00.424)       0:00:04.492 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:51:31 -0500 (0:00:00.026)       0:00:04.518 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:51:31 -0500 (0:00:00.425)       0:00:04.943 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:51:32 -0500 (0:00:00.305)       0:00:05.249 ***** 
ok: [managed-node3] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:51:32 -0500 (0:00:00.480)       0:00:05.730 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:51:32 -0500 (0:00:00.030)       0:00:05.761 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:51:32 -0500 (0:00:00.028)       0:00:05.789 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:51:32 -0500 (0:00:00.021)       0:00:05.811 ***** 
ok: [managed-node3] => {
    "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-node3
META: ran handlers

TASK [Clone kernel to Clone1] **************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:32
Saturday 14 December 2024  07:51:33 -0500 (0:00:00.477)       0:00:06.289 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node3

TASK [Set fact with the default kernel to use for clones] **********************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3
Saturday 14 December 2024  07:51:33 -0500 (0:00:00.035)       0:00:06.324 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7
Saturday 14 December 2024  07:51:33 -0500 (0:00:00.026)       0:00:06.351 ***** 
changed: [managed-node3] => (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-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.929)       0:00:07.280 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.065)       0:00:07.345 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.030)       0:00:07.375 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.022)       0:00:07.398 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.018)       0:00:07.416 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.018)       0:00:07.435 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.048)       0:00:07.484 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.017)       0:00:07.502 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:51:34 -0500 (0:00:00.690)       0:00:08.192 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180682.068759, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:51:35 -0500 (0:00:00.357)       0:00:08.550 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:51:35 -0500 (0:00:00.032)       0:00:08.582 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:51:35 -0500 (0:00:00.030)       0:00:08.613 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:51:35 -0500 (0:00:00.301)       0:00:08.915 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:51:35 -0500 (0:00:00.031)       0:00:08.946 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180682.068759, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:51:36 -0500 (0:00:00.318)       0:00:09.265 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180683.2927575, 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:51:36 -0500 (0:00:00.356)       0:00:09.621 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004242", 
    "end": "2024-12-14 07:51:36.696780", 
    "rc": 0, 
    "start": "2024-12-14 07:51:36.692538"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:51:36 -0500 (0:00:00.364)       0:00:09.986 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:51:36 -0500 (0:00:00.036)       0:00:10.023 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:51:37 -0500 (0:00:00.359)       0:00:10.382 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:51:37 -0500 (0:00:00.346)       0:00:10.728 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node3
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node3
changed: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.545)       0:00:11.273 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.034)       0:00:11.308 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.030)       0:00:11.339 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.032)       0:00:11.372 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.022)       0:00:11.394 ***** 
changed: [managed-node3] => {
    "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.016706", 
    "end": "2024-12-14 07:51:38.480783", 
    "rc": 0, 
    "start": "2024-12-14 07:51:38.464077"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.366)       0:00:11.760 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node3

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Saturday 14 December 2024  07:51:38 -0500 (0:00:00.025)       0:00:11.785 ***** 
changed: [managed-node3] => {
    "changed": true, 
    "elapsed": 21, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Saturday 14 December 2024  07:52:01 -0500 (0:00:22.841)       0:00:34.626 ***** 
skipping: [managed-node3] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.018)       0:00:34.645 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.026)       0:00:34.672 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.022)       0:00:34.694 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.059)       0:00:34.753 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.028)       0:00:34.782 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.021)       0:00:34.804 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.019)       0:00:34.824 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.020)       0:00:34.844 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.046)       0:00:34.891 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:52:01 -0500 (0:00:00.024)       0:00:34.916 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:52:02 -0500 (0:00:00.732)       0:00:35.648 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180698.4797394, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:52:02 -0500 (0:00:00.342)       0:00:35.991 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:52:02 -0500 (0:00:00.022)       0:00:36.013 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:52:02 -0500 (0:00:00.020)       0:00:36.034 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:52:03 -0500 (0:00:00.293)       0:00:36.327 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:52:03 -0500 (0:00:00.032)       0:00:36.359 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180721.8311574, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:52:03 -0500 (0:00:00.310)       0:00:36.669 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180698.4677393, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", 
        "ctime": 1734180697.98974, 
        "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": 1734180697.98974, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5845, 
        "uid": 0, 
        "version": "275089219", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:52:03 -0500 (0:00:00.312)       0:00:36.982 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.005232", 
    "end": "2024-12-14 07:52:03.288099", 
    "rc": 0, 
    "start": "2024-12-14 07:52:03.282867"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:52:04 -0500 (0:00:00.306)       0:00:37.289 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:52:04 -0500 (0:00:00.024)       0:00:37.313 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:52:04 -0500 (0:00:00.302)       0:00:37.615 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:52:04 -0500 (0:00:00.298)       0:00:37.914 ***** 
ok: [managed-node3] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:52:04 -0500 (0:00:00.296)       0:00:38.211 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.022)       0:00:38.233 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.019)       0:00:38.253 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.018)       0:00:38.272 ***** 
ok: [managed-node3] => {
    "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 settings] *********************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:38
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.322)       0:00:38.595 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove Clone1 kernel with 3 kernel keys] *********************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:47
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.025)       0:00:38.620 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.073)       0:00:38.694 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.027)       0:00:38.722 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.021)       0:00:38.743 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.019)       0:00:38.762 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.019)       0:00:38.782 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.045)       0:00:38.827 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:52:05 -0500 (0:00:00.018)       0:00:38.845 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.585)       0:00:39.431 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180721.8311574, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.302)       0:00:39.734 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.021)       0:00:39.755 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.019)       0:00:39.775 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.285)       0:00:40.060 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:52:06 -0500 (0:00:00.032)       0:00:40.093 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180721.8311574, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:52:07 -0500 (0:00:00.305)       0:00:40.399 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180698.4677393, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "8872cc65b1d7aed66393f0f22505dce4b94dfa33", 
        "ctime": 1734180697.98974, 
        "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": 1734180697.98974, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5845, 
        "uid": 0, 
        "version": "275089219", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:52:07 -0500 (0:00:00.312)       0:00:40.712 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004502", 
    "end": "2024-12-14 07:52:07.323752", 
    "rc": 0, 
    "start": "2024-12-14 07:52:07.319250"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:52:07 -0500 (0:00:00.302)       0:00:41.014 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:52:07 -0500 (0:00:00.023)       0:00:41.038 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.298)       0:00:41.336 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.294)       0:00:41.631 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node3
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node3
changed: [managed-node3] => {
    "actions": [
        "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.321)       0:00:41.952 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.020)       0:00:41.973 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.023)       0:00:41.996 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:52:08 -0500 (0:00:00.018)       0:00:42.014 ***** 
ok: [managed-node3] => {
    "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
}

TASK [Verify that Clone1 kernel is removed] ************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:64
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.306)       0:00:42.320 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clone kernel to Clone2] **************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:68
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.024)       0:00:42.345 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node3

TASK [Set fact with the default kernel to use for clones] **********************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:3
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.045)       0:00:42.390 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.024)       0:00:42.414 ***** 
changed: [managed-node3] => (item={u'dest': u'/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2', 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_clone2", 
    "gid": 0, 
    "group": "root", 
    "item": {
        "dest": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", 
        "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-node3] => (item={u'dest': u'/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2', 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_clone2", 
    "gid": 0, 
    "group": "root", 
    "item": {
        "dest": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", 
        "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 Clone2] ****************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.714)       0:00:43.129 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.033)       0:00:43.162 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.028)       0:00:43.191 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:52:09 -0500 (0:00:00.020)       0:00:43.212 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.020)       0:00:43.232 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.019)       0:00:43.252 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.045)       0:00:43.297 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.019)       0:00:43.317 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.590)       0:00:43.907 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180721.8311574, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:52:10 -0500 (0:00:00.312)       0:00:44.219 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.021)       0:00:44.240 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.018)       0:00:44.259 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.289)       0:00:44.549 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.032)       0:00:44.582 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180721.8311574, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180698.4797394, 
        "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": 1734180698.4797394, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "275089225", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.306)       0:00:44.888 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180728.7233143, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", 
        "ctime": 1734180728.336565, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137477, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1734180728.336565, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5032, 
        "uid": 0, 
        "version": "2144140777", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:52:11 -0500 (0:00:00.314)       0:00:45.203 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004523", 
    "end": "2024-12-14 07:52:12.187902", 
    "rc": 0, 
    "start": "2024-12-14 07:52:12.183379"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:52:12 -0500 (0:00:00.302)       0:00:45.506 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:52:12 -0500 (0:00:00.023)       0:00:45.529 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:52:12 -0500 (0:00:00.297)       0:00:45.826 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:52:12 -0500 (0:00:00.300)       0:00:46.127 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node3
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node3
changed: [managed-node3] => {
    "actions": [
        "grubby --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2 --title=Clone2 --args=test=kernel"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.324)       0:00:46.452 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.019)       0:00:46.471 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.020)       0:00:46.492 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.018)       0:00:46.511 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.015)       0:00:46.526 ***** 
changed: [managed-node3] => {
    "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.017200", 
    "end": "2024-12-14 07:52:13.564888", 
    "rc": 0, 
    "start": "2024-12-14 07:52:13.547688"
}

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="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.306)       0:00:46.833 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node3

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Saturday 14 December 2024  07:52:13 -0500 (0:00:00.020)       0:00:46.855 ***** 
changed: [managed-node3] => {
    "changed": true, 
    "elapsed": 22, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Saturday 14 December 2024  07:52:36 -0500 (0:00:23.184)       0:01:10.039 ***** 
skipping: [managed-node3] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Saturday 14 December 2024  07:52:36 -0500 (0:00:00.021)       0:01:10.060 ***** 
ok: [managed-node3] => {
    "ansible_facts": {
        "bootloader_reboot_required": false
    }, 
    "changed": false
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Saturday 14 December 2024  07:52:36 -0500 (0:00:00.022)       0:01:10.082 ***** 
changed: [managed-node3] => {
    "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.026932", 
    "end": "2024-12-14 07:52:36.581788", 
    "rc": 0, 
    "start": "2024-12-14 07:52:36.554856"
}

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="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Saturday 14 December 2024  07:52:37 -0500 (0:00:00.339)       0:01:10.422 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node3

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Saturday 14 December 2024  07:52:37 -0500 (0:00:00.021)       0:01:10.444 ***** 
changed: [managed-node3] => {
    "changed": true, 
    "elapsed": 21, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Saturday 14 December 2024  07:52:59 -0500 (0:00:22.655)       0:01:33.099 ***** 
skipping: [managed-node3] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Saturday 14 December 2024  07:52:59 -0500 (0:00:00.021)       0:01:33.120 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:39
Saturday 14 December 2024  07:52:59 -0500 (0:00:00.033)       0:01:33.154 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:43
Saturday 14 December 2024  07:52:59 -0500 (0:00:00.033)       0:01:33.187 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.082)       0:01:33.270 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.033)       0:01:33.303 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.029)       0:01:33.332 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.020)       0:01:33.353 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.030)       0:01:33.383 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.052)       0:01:33.436 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.019)       0:01:33.455 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:53:00 -0500 (0:00:00.746)       0:01:34.202 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180756.5803812, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180756.5803812, 
        "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": 1734180756.5803812, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "772402696", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:53:01 -0500 (0:00:00.347)       0:01:34.549 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:53:01 -0500 (0:00:00.030)       0:01:34.580 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:53:01 -0500 (0:00:00.030)       0:01:34.610 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:53:01 -0500 (0:00:00.322)       0:01:34.933 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:53:01 -0500 (0:00:00.048)       0:01:34.982 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180780.4995897, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180756.5803812, 
        "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": 1734180756.5803812, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "772402696", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:53:02 -0500 (0:00:00.337)       0:01:35.320 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180733.5502458, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", 
        "ctime": 1734180733.1782572, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137496, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1734180733.1782572, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5233, 
        "uid": 0, 
        "version": "2144140841", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:53:02 -0500 (0:00:00.362)       0:01:35.682 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004566", 
    "end": "2024-12-14 07:53:02.104734", 
    "rc": 0, 
    "start": "2024-12-14 07:53:02.100168"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:53:02 -0500 (0:00:00.325)       0:01:36.008 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:53:02 -0500 (0:00:00.026)       0:01:36.034 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.323)       0:01:36.358 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.308)       0:01:36.667 ***** 
ok: [managed-node3] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.294)       0:01:36.961 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.019)       0:01:36.980 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.019)       0:01:37.000 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:53:03 -0500 (0:00:00.019)       0:01:37.020 ***** 
ok: [managed-node3] => {
    "ansible_facts": {
        "bootloader_facts": [
            {
                "args": "test=kernel", 
                "default": false, 
                "index": "0", 
                "initrd": "/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone2", 
                "kernel": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2", 
                "title": "Clone2"
            }, 
            {
                "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 settings] *********************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:74
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.321)       0:01:37.341 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove Clone2 kernel with kernel path] ***********************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:81
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.023)       0:01:37.364 ***** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.095)       0:01:37.459 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.025)       0:01:37.485 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.021)       0:01:37.506 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.018)       0:01:37.525 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.018)       0:01:37.543 ***** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.043)       0:01:37.587 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.022)       0:01:37.609 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "grubby-8.28-26.el7.x86_64 providing grubby is already installed"
    ]
}
lsrpackages: grubby

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 14 December 2024  07:53:04 -0500 (0:00:00.573)       0:01:38.183 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180780.4995897, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180756.5803812, 
        "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": 1734180756.5803812, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "772402696", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.304)       0:01:38.488 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.019)       0:01:38.508 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.019)       0:01:38.528 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.284)       0:01:38.812 ***** 
ok: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.031)       0:01:38.843 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180780.4995897, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "357716d173bd9fd9cdb1871ec82de2c0a39ffaa0", 
        "ctime": 1734180756.5803812, 
        "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": 1734180756.5803812, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 306, 
        "uid": 0, 
        "version": "772402696", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 14 December 2024  07:53:05 -0500 (0:00:00.299)       0:01:39.143 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "atime": 1734180733.5502458, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "dd4a829b9057a88b4d1c0d9b50cfc16c28a1c3b5", 
        "ctime": 1734180733.1782572, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 137496, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1734180733.1782572, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5233, 
        "uid": 0, 
        "version": "2144140841", 
        "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 14 December 2024  07:53:06 -0500 (0:00:00.309)       0:01:39.452 ***** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.005278", 
    "end": "2024-12-14 07:53:06.165290", 
    "rc": 0, 
    "start": "2024-12-14 07:53:06.160012"
}

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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 14 December 2024  07:53:06 -0500 (0:00:00.302)       0:01:39.755 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 14 December 2024  07:53:06 -0500 (0:00:00.022)       0:01:39.778 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 14 December 2024  07:53:06 -0500 (0:00:00.292)       0:01:40.071 ***** 
ok: [managed-node3] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.294)       0:01:40.365 ***** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node3
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node3
changed: [managed-node3] => {
    "actions": [
        "grubby --remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.319)       0:01:40.684 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.020)       0:01:40.705 ***** 
skipping: [managed-node3] => {
    "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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.017)       0:01:40.723 ***** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.020)       0:01:40.743 ***** 
ok: [managed-node3] => {
    "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
}

TASK [Verify that Clone2 kernel is removed] ************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:91
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.308)       0:01:41.052 ***** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove cloned kernels] ***************************************************
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95
Saturday 14 December 2024  07:53:07 -0500 (0:00:00.023)       0:01:41.075 ***** 
changed: [managed-node3] => (item=1) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "cmd": [
        "grubby", 
        "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1"
    ], 
    "delta": "0:00:00.013929", 
    "end": "2024-12-14 07:53:07.927561", 
    "failed_when_result": false, 
    "item": 1, 
    "rc": 0, 
    "start": "2024-12-14 07:53:07.913632"
}
changed: [managed-node3] => (item=2) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "cmd": [
        "grubby", 
        "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone2"
    ], 
    "delta": "0:00:00.013320", 
    "end": "2024-12-14 07:53:08.238809", 
    "failed_when_result": false, 
    "item": 2, 
    "rc": 0, 
    "start": "2024-12-14 07:53:08.225489"
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Saturday 14 December 2024  07:53:08 -0500 (0:00:00.594)       0:01:41.670 ***** 
changed: [managed-node3] => {
    "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.018693", 
    "end": "2024-12-14 07:53:08.571617", 
    "rc": 0, 
    "start": "2024-12-14 07:53:08.552924"
}

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="ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 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-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Saturday 14 December 2024  07:53:08 -0500 (0:00:00.304)       0:01:41.974 ***** 
included: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node3

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Saturday 14 December 2024  07:53:08 -0500 (0:00:00.020)       0:01:41.995 ***** 
changed: [managed-node3] => {
    "changed": true, 
    "elapsed": 21, 
    "rebooted": true
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Saturday 14 December 2024  07:53:30 -0500 (0:00:22.223)       0:02:04.218 ***** 
skipping: [managed-node3] => {}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Saturday 14 December 2024  07:53:31 -0500 (0:00:00.018)       0:02:04.236 ***** 
ok: [managed-node3] => {
    "ansible_facts": {
        "bootloader_reboot_required": false
    }, 
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node3              : ok=115  changed=15   unreachable=0    failed=0    skipped=81   rescued=0    ignored=0   

Saturday 14 December 2024  07:53:31 -0500 (0:00:00.024)       0:02:04.261 ***** 
=============================================================================== 
fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 23.18s
/tmp/collections-GnV/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.84s
/tmp/collections-GnV/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.66s
/tmp/collections-GnV/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.22s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 
Clone test_kernel kernel and initrd for test purposes ------------------- 0.93s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 
Gather architecture facts ----------------------------------------------- 0.88s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.75s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
Clone test_kernel kernel and initrd for test purposes ------------------- 0.71s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 
Remove cloned kernels --------------------------------------------------- 0.59s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_add_rm.yml:95 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.59s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.59s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.57s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.47s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 
fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.36s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.35s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 
fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.34s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.34s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 
fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.33s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 
fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.32s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 
fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.32s
/tmp/collections-GnV/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87