# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-add-remove-kernelscvztzhmt/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_add_rm.yml ***************************************************** 1 plays in /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml PLAY [Test creating, modifying, and removing kernels] ************************** TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:11 Wednesday 03 January 2024 19:20:32 +0000 (0:00:00.013) 0:00:00.013 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:20:32 +0000 (0:00:00.021) 0:00:00.035 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:20:32 +0000 (0:00:00.009) 0:00:00.044 ***** ok: [sut] TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:20:32 +0000 (0:00:00.492) 0:00:00.536 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:20:32 +0000 (0:00:00.016) 0:00:00.553 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:20:35 +0000 (0:00:02.640) 0:00:03.194 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:20:35 +0000 (0:00:00.279) 0:00:03.473 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:20:35 +0000 (0:00:00.269) 0:00:03.743 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:20:35 +0000 (0:00:00.258) 0:00:04.002 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.019) 0:00:04.022 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.014) 0:00:04.037 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.008) 0:00:04.046 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.014) 0:00:04.060 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "3f4aff2c3bb740bba51164bd518a0125-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-3f4aff2c3bb740bba51164bd518a0125.img", "kernel": "/boot/vmlinuz-0-rescue-3f4aff2c3bb740bba51164bd518a0125", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (0-rescue-3f4aff2c3bb740bba51164bd518a0125) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:17 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.500) 0:00:04.560 ***** META: triggered running handlers for sut TASK [Set fact with the default kernel to use for clones] ********************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:20 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.000) 0:00:04.561 ***** ok: [sut] => { "ansible_facts": { "test_kernel": { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" } }, "changed": false } TASK [Clone test_kernel kernel and initrd for test purposes] ******************* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:24 Wednesday 03 January 2024 19:20:36 +0000 (0:00:00.020) 0:00:04.582 ***** changed: [sut] => (item={'src': '/boot/vmlinuz-6.6.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "c397198fd57622278f51724958f8a9eb9f39a359", "dest": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1", "src": "/boot/vmlinuz-6.6.4-100.fc38.x86_64" }, "md5sum": "c00945b40d81b636d046b4e799e25272", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14662984, "src": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.6.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone1'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "2dc18a9ee708854a53fa08cf0e6c0fc6ecc4da97", "dest": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone1", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone1", "src": "/boot/initramfs-6.6.4-100.fc38.x86_64.img" }, "md5sum": "870aeede12cafa800547f033df00c79a", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20355225, "src": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/vmlinuz-6.6.4-100.fc38.x86_64', 'dest': '/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "c397198fd57622278f51724958f8a9eb9f39a359", "dest": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2", "src": "/boot/vmlinuz-6.6.4-100.fc38.x86_64" }, "md5sum": "c00945b40d81b636d046b4e799e25272", "mode": "0755", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 14662984, "src": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "state": "file", "uid": 0 } changed: [sut] => (item={'src': '/boot/initramfs-6.6.4-100.fc38.x86_64.img', 'dest': '/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone2'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "2dc18a9ee708854a53fa08cf0e6c0fc6ecc4da97", "dest": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone2", "gid": 0, "group": "root", "item": { "dest": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone2", "src": "/boot/initramfs-6.6.4-100.fc38.x86_64.img" }, "md5sum": "870aeede12cafa800547f033df00c79a", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:boot_t:s0", "size": 20355225, "src": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "state": "file", "uid": 0 } TASK [Create Clone1 kernel with copy_defaults=true] **************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:40 Wednesday 03 January 2024 19:20:38 +0000 (0:00:01.892) 0:00:06.474 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:20:38 +0000 (0:00:00.020) 0:00:06.494 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:20:38 +0000 (0:00:00.008) 0:00:06.503 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:20:38 +0000 (0:00:00.015) 0:00:06.518 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:20:38 +0000 (0:00:00.015) 0:00:06.534 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:20:41 +0000 (0:00:02.529) 0:00:09.063 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1 --initrd=/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone1 --title=Clone1 --args=test=setting --copy-default" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.445) 0:00:09.509 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.211) 0:00:09.720 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.205) 0:00:09.925 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.023) 0:00:09.949 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.016) 0:00:09.966 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.015) 0:00:09.982 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:20:41 +0000 (0:00:00.016) 0:00:09.999 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:55 Wednesday 03 January 2024 19:20:42 +0000 (0:00:00.018) 0:00:10.017 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Wednesday 03 January 2024 19:20:42 +0000 (0:00:00.001) 0:00:10.018 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat']", "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:22 Wednesday 03 January 2024 19:20:42 +0000 (0:00:00.007) 0:00:10.026 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Wednesday 03 January 2024 19:20:42 +0000 (0:00:00.008) 0:00:10.034 ***** changed: [sut] => { "changed": true, "elapsed": 41, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Wednesday 03 January 2024 19:21:24 +0000 (0:00:42.098) 0:00:52.133 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.006) 0:00:52.140 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:58 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.008) 0:00:52.148 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:62 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.008) 0:00:52.157 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.022) 0:00:52.179 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.008) 0:00:52.188 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.015) 0:00:52.204 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:21:24 +0000 (0:00:00.015) 0:00:52.219 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:21:30 +0000 (0:00:06.374) 0:00:58.594 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:21:30 +0000 (0:00:00.204) 0:00:58.799 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.207) 0:00:59.006 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.198) 0:00:59.204 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.019) 0:00:59.224 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.010) 0:00:59.234 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.009) 0:00:59.244 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.013) 0:00:59.257 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet test=setting", "default": false, "id": "56a1a04c43ce4b41a3b88b2f2d3aa06a-6.6.4-100.fc38.x86_64_clone1", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone1", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Clone1" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "1", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "3f4aff2c3bb740bba51164bd518a0125-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-3f4aff2c3bb740bba51164bd518a0125.img", "kernel": "/boot/vmlinuz-0-rescue-3f4aff2c3bb740bba51164bd518a0125", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (0-rescue-3f4aff2c3bb740bba51164bd518a0125) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:68 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.366) 0:00:59.624 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone1 kernel with 3 kernel keys] ********************************* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:77 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.021) 0:00:59.645 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.027) 0:00:59.673 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.008) 0:00:59.681 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.015) 0:00:59.697 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:21:31 +0000 (0:00:00.016) 0:00:59.713 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:21:34 +0000 (0:00:02.488) 0:01:02.202 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone1" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:21:34 +0000 (0:00:00.464) 0:01:02.666 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:21:34 +0000 (0:00:00.206) 0:01:02.873 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.200) 0:01:03.073 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.019) 0:01:03.092 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.010) 0:01:03.103 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.009) 0:01:03.112 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.013) 0:01:03.126 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "3f4aff2c3bb740bba51164bd518a0125-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-3f4aff2c3bb740bba51164bd518a0125.img", "kernel": "/boot/vmlinuz-0-rescue-3f4aff2c3bb740bba51164bd518a0125", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (0-rescue-3f4aff2c3bb740bba51164bd518a0125) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone1 kernel is removed] ************************************ task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:94 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.322) 0:01:03.448 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create clone2 kernel without copy_defaults=true] ************************* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:98 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.021) 0:01:03.470 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.030) 0:01:03.500 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.009) 0:01:03.509 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.018) 0:01:03.528 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:21:35 +0000 (0:00:00.019) 0:01:03.547 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:21:38 +0000 (0:00:02.498) 0:01:06.046 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --add-kernel=/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2 --initrd=/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone2 --title=Clone2 --args=console=tty0" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.433) 0:01:06.479 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.203) 0:01:06.682 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.196) 0:01:06.878 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.019) 0:01:06.898 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.010) 0:01:06.909 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.008) 0:01:06.917 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.012) 0:01:06.930 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_gather_facts | bool", "skip_reason": "Conditional result was False" } TASK [Flush handlers] ********************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:112 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.013) 0:01:06.943 ***** NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.001) 0:01:06.945 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat']", "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:22 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.006) 0:01:06.951 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Wednesday 03 January 2024 19:21:38 +0000 (0:00:00.007) 0:01:06.959 ***** changed: [sut] => { "changed": true, "elapsed": 39, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Wednesday 03 January 2024 19:22:19 +0000 (0:00:40.372) 0:01:47.331 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.006) 0:01:47.338 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } TASK [Ensure bootloader_reboot_required is not set to true] ******************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:115 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.008) 0:01:47.347 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get bootloader_facts] **************************************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:119 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.008) 0:01:47.356 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.033) 0:01:47.389 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.008) 0:01:47.398 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.016) 0:01:47.414 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:22:19 +0000 (0:00:00.016) 0:01:47.430 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:22:25 +0000 (0:00:06.345) 0:01:53.776 ***** ok: [sut] => { "actions": [], "changed": false } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:22:25 +0000 (0:00:00.203) 0:01:53.979 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.208) 0:01:54.187 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.197) 0:01:54.385 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.020) 0:01:54.406 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.010) 0:01:54.417 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.009) 0:01:54.427 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.014) 0:01:54.441 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "console=tty0", "default": false, "id": "56a1a04c43ce4b41a3b88b2f2d3aa06a-6.6.4-100.fc38.x86_64_clone2", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img_clone2", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Clone2" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "1", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "3f4aff2c3bb740bba51164bd518a0125-0-rescue", "index": "2", "initrd": "/boot/initramfs-0-rescue-3f4aff2c3bb740bba51164bd518a0125.img", "kernel": "/boot/vmlinuz-0-rescue-3f4aff2c3bb740bba51164bd518a0125", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (0-rescue-3f4aff2c3bb740bba51164bd518a0125) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:125 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.373) 0:01:54.814 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove Clone2 kernel with kernel path] *********************************** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:132 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.020) 0:01:54.835 ***** TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:3 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.037) 0:01:54.872 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.008) 0:01:54.880 ***** skipping: [sut] => { "changed": false, "false_condition": "__bootloader_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Set platform/version specific variables] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:8 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.016) 0:01:54.897 ***** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__bootloader_vars_file is file", "item": "Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.bootloader : Ensure required packages are installed] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Wednesday 03 January 2024 19:22:26 +0000 (0:00:00.016) 0:01:54.913 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.bootloader : Ensure boot loader settings] ****** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 Wednesday 03 January 2024 19:22:29 +0000 (0:00:02.500) 0:01:57.414 ***** Notification for handler Fix default kernel boot parameters has been saved. Notification for handler Reboot system has been saved. changed: [sut] => { "actions": [ "grubby --remove-kernel=/boot/vmlinuz-6.6.4-100.fc38.x86_64_clone2" ], "changed": true } TASK [fedora.linux_system_roles.bootloader : Update boot loader timeout configuration] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:18 Wednesday 03 January 2024 19:22:29 +0000 (0:00:00.460) 0:01:57.874 ***** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.bootloader : Determine platform type] ********** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:25 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.206) 0:01:58.080 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.bootloader : Set boot loader configuration files] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:30 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.200) 0:01:58.281 ***** ok: [sut] => { "ansible_facts": { "__bootloader_grub_conf": "/boot/grub2/grub.cfg", "__bootloader_user_conf": "/boot/grub2/user.cfg" }, "changed": false } TASK [fedora.linux_system_roles.bootloader : Generate boot loader password] **** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:44 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.019) 0:01:58.301 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:56 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.010) 0:01:58.311 ***** skipping: [sut] => { "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: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:64 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.009) 0:01:58.321 ***** skipping: [sut] => { "changed": false, "false_condition": "bootloader_remove_password | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.bootloader : Collect bootloader facts] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.014) 0:01:58.336 ***** ok: [sut] => { "ansible_facts": { "bootloader_facts": [ { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": true, "id": "3f4aff2c3bb740bba51164bd518a0125-6.6.4-100.fc38.x86_64", "index": "0", "initrd": "/boot/initramfs-6.6.4-100.fc38.x86_64.img", "kernel": "/boot/vmlinuz-6.6.4-100.fc38.x86_64", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (6.6.4-100.fc38.x86_64) 38 (Thirty Eight)" }, { "args": "ro crashkernel=auto net.ifnames=0 rhgb quiet", "default": false, "id": "3f4aff2c3bb740bba51164bd518a0125-0-rescue", "index": "1", "initrd": "/boot/initramfs-0-rescue-3f4aff2c3bb740bba51164bd518a0125.img", "kernel": "/boot/vmlinuz-0-rescue-3f4aff2c3bb740bba51164bd518a0125", "root": "UUID=2901de93-8301-4c46-916e-b9984031cd94", "title": "Fedora Linux (0-rescue-3f4aff2c3bb740bba51164bd518a0125) 38 (Thirty Eight)" } ] }, "changed": false } TASK [Verify that Clone2 kernel is removed] ************************************ task path: /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:144 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.318) 0:01:58.654 ***** ok: [sut] => { "changed": false } MSG: All assertions passed NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Fix default kernel boot parameters for sut NOTIFIED HANDLER fedora.linux_system_roles.bootloader : Reboot system for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Fix default kernel boot parameters] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:4 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.022) 0:01:58.677 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat']", "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system] ********* task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/handlers/main.yml:22 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.006) 0:01:58.684 ***** included: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml for sut RUNNING HANDLER [fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 Wednesday 03 January 2024 19:22:30 +0000 (0:00:00.007) 0:01:58.692 ***** changed: [sut] => { "changed": true, "elapsed": 41, "rebooted": true } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Notify about reboot] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:7 Wednesday 03 January 2024 19:23:12 +0000 (0:00:41.696) 0:02:40.389 ***** skipping: [sut] => { "false_condition": "not bootloader_reboot_ok" } RUNNING HANDLER [fedora.linux_system_roles.bootloader : Set bootloader_reboot_required] *** task path: /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:14 Wednesday 03 January 2024 19:23:12 +0000 (0:00:00.006) 0:02:40.396 ***** ok: [sut] => { "ansible_facts": { "bootloader_reboot_required": false }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=65 changed=8 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 03 January 2024 19:23:12 +0000 (0:00:00.009) 0:02:40.405 ***** =============================================================================== fedora.linux_system_roles.bootloader : Reboot system when bootloader_reboot_ok is true -- 42.10s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/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 -- 41.70s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/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 -- 40.37s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/reboot.yml:3 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 6.37s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 6.35s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.64s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.53s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.50s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.50s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 fedora.linux_system_roles.bootloader : Ensure required packages are installed --- 2.49s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:6 Clone test_kernel kernel and initrd for test purposes ------------------- 1.89s /WORKDIR/git-add-remove-kernelscvztzhmt/tests/tests_add_rm.yml:24 ------------- fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.50s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 fedora.linux_system_roles.bootloader : Ensure ansible_facts used by role --- 0.49s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/set_vars.yml:3 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.46s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.46s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.45s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 fedora.linux_system_roles.bootloader : Ensure boot loader settings ------ 0.43s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:11 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.37s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.37s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 fedora.linux_system_roles.bootloader : Collect bootloader facts --------- 0.32s /WORKDIR/git-add-remove-kernelscvztzhmt/.collection/ansible_collections/fedora/linux_system_roles/roles/bootloader/tasks/main.yml:71 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---