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_default.yml **************************************************** 1 plays in /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/tests/keylime_server/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** META: ran handlers TASK [fedora.linux_system_roles.keylime_server : Set platform/version specific variables] *** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/main.yml:4 Friday 20 September 2024 20:53:11 -0400 (0:00:00.023) 0:00:00.023 ****** included: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.keylime_server : Ensure ansible_facts used by role] *** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:2 Friday 20 September 2024 20:53:11 -0400 (0:00:00.073) 0:00:00.097 ****** ok: [managed_node1] TASK [fedora.linux_system_roles.keylime_server : Check if system is ostree] **** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:10 Friday 20 September 2024 20:53:12 -0400 (0:00:01.103) 0:00:01.200 ****** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.keylime_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:15 Friday 20 September 2024 20:53:12 -0400 (0:00:00.438) 0:00:01.638 ****** ok: [managed_node1] => { "ansible_facts": { "__keylime_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.keylime_server : Set platform/version specific variables] *** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:19 Friday 20 September 2024 20:53:12 -0400 (0:00:00.057) 0:00:01.695 ****** 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.keylime_server : Ensure required packages are installed] *** task path: /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/main.yml:7 Friday 20 September 2024 20:53:13 -0400 (0:00:00.085) 0:00:01.781 ****** fatal: [managed_node1]: FAILED! => { "changed": false, "rc": 126, "results": [ "No package matching 'keylime-verifier' found available, installed or updated" ] } MSG: No package matching 'keylime-verifier' found available, installed or updated PLAY RECAP ********************************************************************* managed_node1 : ok=4 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Friday 20 September 2024 20:53:17 -0400 (0:00:04.343) 0:00:06.124 ****** =============================================================================== fedora.linux_system_roles.keylime_server : Ensure required packages are installed --- 4.34s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/main.yml:7 fedora.linux_system_roles.keylime_server : Ensure ansible_facts used by role --- 1.10s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:2 fedora.linux_system_roles.keylime_server : Check if system is ostree ---- 0.44s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:10 fedora.linux_system_roles.keylime_server : Set platform/version specific variables --- 0.09s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:19 fedora.linux_system_roles.keylime_server : Set platform/version specific variables --- 0.07s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/main.yml:4 fedora.linux_system_roles.keylime_server : Set flag to indicate system is ostree --- 0.06s /tmp/collections-akN/ansible_collections/fedora/linux_system_roles/roles/keylime_server/tasks/set_vars.yml:15