ansible-playbook [core 2.17.8] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-zYG executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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_basic_ipa.yml ************************************************** 1 plays in /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Friday 07 February 2025 09:53:50 -0500 (0:00:00.008) 0:00:00.008 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Friday 07 February 2025 09:53:55 -0500 (0:00:04.600) 0:00:04.609 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Friday 07 February 2025 09:53:55 -0500 (0:00:00.524) 0:00:05.133 ******* META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Set __is_beaker_env] ***************************************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Friday 07 February 2025 09:53:55 -0500 (0:00:00.007) 0:00:05.141 ******* ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Friday 07 February 2025 09:53:55 -0500 (0:00:00.039) 0:00:05.181 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Friday 07 February 2025 09:53:56 -0500 (0:00:00.437) 0:00:05.618 ******* ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Intall ansible-freeipa collection] *************************************** task path: /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Friday 07 February 2025 09:53:56 -0500 (0:00:00.077) 0:00:05.695 ******* fatal: [managed-node1]: FAILED! => { "changed": true, "cmd": "ansible-galaxy collection install freeipa.ansible_freeipa", "delta": "0:00:00.003496", "end": "2025-02-07 09:53:56.916565", "rc": 127, "start": "2025-02-07 09:53:56.913069" } STDERR: /bin/sh: line 1: ansible-galaxy: command not found MSG: non-zero return code PLAY RECAP ********************************************************************* managed-node1 : ok=5 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Friday 07 February 2025 09:53:56 -0500 (0:00:00.557) 0:00:06.253 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 4.60s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Intall ansible-freeipa collection --------------------------------------- 0.56s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Check if system is ostree ----------------------------------------------- 0.52s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Set flag to indicate system is ostree ----------------------------------- 0.08s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Set __is_beaker_env ----------------------------------------------------- 0.04s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Skip if not supported --------------------------------------------------- 0.01s /tmp/collections-zYG/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18