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-waa executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/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-waa/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-waa/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-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Friday 07 February 2025 09:54:17 -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.9, 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-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Friday 07 February 2025 09:54:19 -0500 (0:00:02.451) 0:00:02.459 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Friday 07 February 2025 09:54:20 -0500 (0:00:00.438) 0:00:02.898 ******* 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-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Friday 07 February 2025 09:54:20 -0500 (0:00:00.007) 0:00:02.905 ******* ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Friday 07 February 2025 09:54:20 -0500 (0:00:00.037) 0:00:02.942 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Friday 07 February 2025 09:54:20 -0500 (0:00:00.352) 0:00:03.295 ******* ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Intall ansible-freeipa collection] *************************************** task path: /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Friday 07 February 2025 09:54:20 -0500 (0:00:00.031) 0:00:03.326 ******* fatal: [managed-node1]: FAILED! => { "changed": true, "cmd": "ansible-galaxy collection install freeipa.ansible_freeipa", "delta": "0:00:00.003379", "end": "2025-02-07 09:54:21.018829", "rc": 127, "start": "2025-02-07 09:54:21.015450" } 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:54:21 -0500 (0:00:00.530) 0:00:03.857 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 2.45s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Intall ansible-freeipa collection --------------------------------------- 0.53s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Check if system is ostree ----------------------------------------------- 0.44s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Check if system is ostree ----------------------------------------------- 0.35s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Set __is_beaker_env ----------------------------------------------------- 0.04s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Skip if not supported --------------------------------------------------- 0.01s /tmp/collections-waa/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18