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

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

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

TASK [Skip on s390x architecture] **********************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:13
Saturday 25 January 2025  07:48:20 -0500 (0:00:00.024)       0:00:00.024 ****** 
included: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml for managed-node1

TASK [Gather architecture facts] ***********************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/skip_on_s390x.yml:3
Saturday 25 January 2025  07:48:20 -0500 (0:00:00.075)       0:00:00.100 ****** 
ok: [managed-node1]
META: end_host conditional evaluated to false, continuing execution for managed-node1

TASK [Get bootloader_facts] ****************************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:16
Saturday 25 January 2025  07:48:21 -0500 (0:00:00.988)       0:00:01.088 ****** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 25 January 2025  07:48:21 -0500 (0:00:00.056)       0:00:01.144 ****** 
included: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 25 January 2025  07:48:21 -0500 (0:00:00.024)       0:00:01.169 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 25 January 2025  07:48:21 -0500 (0:00:00.018)       0:00:01.188 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 25 January 2025  07:48:22 -0500 (0:00:00.401)       0:00:01.590 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__bootloader_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 25 January 2025  07:48:22 -0500 (0:00:00.036)       0:00:01.626 ****** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 25 January 2025  07:48:22 -0500 (0:00:00.070)       0:00:01.696 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 25 January 2025  07:48:22 -0500 (0:00:00.028)       0:00:01.725 ****** 
ok: [managed-node1] => {
    "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.818)       0:00:02.543 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1718881015.7736502, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "8ab49c3273c7b6cc2f0f05364b562bad28973dd5", 
        "ctime": 1718881011.4856503, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 144314, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718881011.4826503, 
        "nlink": 1, 
        "path": "/etc/default/grub", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 286, 
        "uid": 0, 
        "version": "22411331", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Get bootloader args of the default kernel] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.286)       0:00:02.830 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.028)       0:00:02.858 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.027)       0:00:02.886 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.280)       0:00:03.167 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__bootloader_grub_conf": "/boot/grub2/grub.cfg", 
        "__bootloader_user_conf": "/boot/grub2/user.cfg"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 25 January 2025  07:48:23 -0500 (0:00:00.029)       0:00:03.197 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1737809303.3778644, 
        "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 25 January 2025  07:48:24 -0500 (0:00:00.293)       0:00:03.491 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1718880548.6646502, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 16, 
        "charset": "us-ascii", 
        "checksum": "7d8dd2e2e9cc294b8a73fa9034b2304cde587a08", 
        "ctime": 1718881171.2176502, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 134061, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0644", 
        "mtime": 1718880548.6706502, 
        "nlink": 1, 
        "path": "/boot/grub2/grub.cfg", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 5032, 
        "uid": 0, 
        "version": "22411319", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 25 January 2025  07:48:24 -0500 (0:00:00.451)       0:00:03.942 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004033", 
    "end": "2025-01-25 07:48:25.090490", 
    "rc": 0, 
    "start": "2025-01-25 07:48:25.086457"
}

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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 25 January 2025  07:48:25 -0500 (0:00:00.621)       0:00:04.564 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 25 January 2025  07:48:25 -0500 (0:00:00.035)       0:00:04.600 ****** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 25 January 2025  07:48:25 -0500 (0:00:00.444)       0:00:05.044 ****** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 25 January 2025  07:48:26 -0500 (0:00:00.369)       0:00:05.413 ****** 
ok: [managed-node1] => {
    "actions": [], 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 25 January 2025  07:48:26 -0500 (0:00:00.529)       0:00:05.942 ****** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 25 January 2025  07:48:26 -0500 (0:00:00.044)       0:00:05.987 ****** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 25 January 2025  07:48:26 -0500 (0:00:00.040)       0:00:06.027 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [Clone kernel to Clone1] **************************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:32
Saturday 25 January 2025  07:48:27 -0500 (0:00:00.542)       0:00:06.601 ****** 
included: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml for managed-node1

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

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

TASK [Create kernel Clone1] ****************************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:21
Saturday 25 January 2025  07:48:28 -0500 (0:00:01.013)       0:00:07.720 ****** 

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.106)       0:00:07.826 ****** 
included: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for managed-node1

TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.057)       0:00:07.884 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Check if system is ostree] ********
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.039)       0:00:07.923 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set flag to indicate system is ostree] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:16
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.030)       0:00:07.954 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:20
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.038)       0:00:07.992 ****** 
skipping: [managed-node1] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Fail on s390x architecture] *******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.053)       0:00:08.046 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13
Saturday 25 January 2025  07:48:28 -0500 (0:00:00.022)       0:00:08.069 ****** 
ok: [managed-node1] => {
    "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19
Saturday 25 January 2025  07:48:29 -0500 (0:00:00.654)       0:00:08.723 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1737809303.3778644, 
        "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:27
Saturday 25 January 2025  07:48:29 -0500 (0:00:00.323)       0:00:09.047 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Generate /etc/default/grub] *******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:34
Saturday 25 January 2025  07:48:29 -0500 (0:00:00.029)       0:00:09.077 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Determine platform type] **********
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44
Saturday 25 January 2025  07:48:29 -0500 (0:00:00.025)       0:00:09.102 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:49
Saturday 25 January 2025  07:48:30 -0500 (0:00:00.300)       0:00:09.402 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__bootloader_grub_conf": "/boot/grub2/grub.cfg", 
        "__bootloader_user_conf": "/boot/grub2/user.cfg"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub] ****
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60
Saturday 25 January 2025  07:48:30 -0500 (0:00:00.051)       0:00:09.454 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1737809303.3778644, 
        "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65
Saturday 25 January 2025  07:48:30 -0500 (0:00:00.331)       0:00:09.786 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "atime": 1737809304.483862, 
        "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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73
Saturday 25 January 2025  07:48:30 -0500 (0:00:00.312)       0:00:10.099 ****** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "grep \"configfile\" /boot/grub2/grub.cfg || true", 
    "delta": "0:00:00.004025", 
    "end": "2025-01-25 07:48:31.000011", 
    "rc": 0, 
    "start": "2025-01-25 07:48:30.995986"
}

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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:79
Saturday 25 January 2025  07:48:31 -0500 (0:00:00.347)       0:00:10.447 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87
Saturday 25 January 2025  07:48:31 -0500 (0:00:00.035)       0:00:10.482 ****** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95
Saturday 25 January 2025  07:48:31 -0500 (0:00:00.429)       0:00:10.912 ****** 
ok: [managed-node1] => {
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ******
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102
Saturday 25 January 2025  07:48:31 -0500 (0:00:00.367)       0:00:11.279 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for managed-node1
NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for managed-node1
changed: [managed-node1] => {
    "actions": [
        "grubby --initrd=/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img_clone1 --add-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1 --title=Clone1 --args=test=kernel --copy-default"
    ], 
    "changed": true
}

TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] ****
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:112
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.492)       0:00:11.771 ****** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Put boot loader password to /boot/grub2/user.cfg] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:124
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.026)       0:00:11.798 ****** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.bootloader : Remove boot loader password configuration] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:132
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.036)       0:00:11.835 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] *********
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.026)       0:00:11.862 ****** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.069)       0:00:11.931 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": "set -o pipefail\ngrubby --info=DEFAULT | awk '/^args/ {print $0}'\ncat /etc/default/grub\neval $(grubby --info=DEFAULT | awk '/^args/ {print $0}')\nsed -i -e \"s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\\\"$args\\\"|\"  /etc/default/grub\ncat /etc/default/grub", 
    "delta": "0:00:00.016162", 
    "end": "2025-01-25 07:48:32.882540", 
    "rc": 0, 
    "start": "2025-01-25 07:48:32.866378"
}

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-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:15
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.403)       0:00:12.335 ****** 
included: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for managed-node1

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3
Saturday 25 January 2025  07:48:32 -0500 (0:00:00.028)       0:00:12.364 ****** 
fatal: [managed-node1]: FAILED! => {
    "changed": false, 
    "elapsed": 7226, 
    "rebooted": true
}

MSG:

Timed out waiting for last boot time check (timeout=600)

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7
Saturday 25 January 2025  09:49:00 -0500 (2:00:27.871)       2:00:40.236 ****** 

RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] ***
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14
Saturday 25 January 2025  09:49:00 -0500 (0:00:00.000)       2:00:40.236 ****** 
META: ran handlers

TASK [Remove cloned kernels] ***************************************************
task path: /tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tests_settings.yml:172
Saturday 25 January 2025  09:49:00 -0500 (0:00:00.005)       2:00:40.242 ****** 
changed: [managed-node1] => {
    "changed": true, 
    "cmd": [
        "grubby", 
        "--remove-kernel=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64_clone1"
    ], 
    "delta": "0:00:00.021489", 
    "end": "2025-01-25 09:49:01.108025", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-01-25 09:49:01.086536"
}

PLAY RECAP *********************************************************************
managed-node1              : ok=33   changed=4    unreachable=0    failed=1    skipped=21   rescued=0    ignored=0   

Saturday 25 January 2025  09:49:01 -0500 (0:00:00.294)       2:00:40.536 ****** 
=============================================================================== 
fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true  7227.87s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 
Clone test_kernel kernel and initrd for test purposes ------------------- 1.01s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/tests/bootloader/tasks/clone_kernel.yml:7 
Gather architecture facts ----------------------------------------------- 0.99s
/tmp/collections-svu/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.82s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 0.65s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:13 
fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.62s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 
fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.54s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:139 
fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.53s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 
fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.49s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:102 
fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.45s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65 
fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.44s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 
fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /etc/default/grub --- 0.43s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:87 
fedora.linux_system_roles.bootloader : Fix default kernel boot parameters --- 0.40s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 
fedora.linux_system_roles.bootloader : Check if system is ostree -------- 0.40s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:11 
fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.37s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 
fedora.linux_system_roles.bootloader : Update boot loader timeout configuration in /boot/grub2/grub.cfg --- 0.37s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:95 
fedora.linux_system_roles.bootloader : Verify if there is a stab config in /boot/grub2/grub.cfg --- 0.35s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:73 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.33s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:60 
fedora.linux_system_roles.bootloader : Get stat of /etc/default/grub ---- 0.32s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:19 
fedora.linux_system_roles.bootloader : Get stat of /boot/grub2/grub.cfg --- 0.31s
/tmp/collections-svu/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:65