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.13/site-packages/ansible ansible collection location = /tmp/collections-vsB executable location = /usr/local/bin/ansible-playbook python version = 3.13.1 (main, Dec 9 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.13) 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-vsB/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-vsB/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-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Friday 07 February 2025 09:54:05 -0500 (0:00:00.009) 0:00:00.009 ******* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3, 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-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Friday 07 February 2025 09:54:08 -0500 (0:00:03.260) 0:00:03.270 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Friday 07 February 2025 09:54:09 -0500 (0:00:00.579) 0:00:03.849 ******* 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-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Friday 07 February 2025 09:54:09 -0500 (0:00:00.010) 0:00:03.860 ******* ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Friday 07 February 2025 09:54:09 -0500 (0:00:00.050) 0:00:03.911 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Friday 07 February 2025 09:54:09 -0500 (0:00:00.411) 0:00:04.322 ******* ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Intall ansible-freeipa collection] *************************************** task path: /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Friday 07 February 2025 09:54:09 -0500 (0:00:00.022) 0:00:04.345 ******* fatal: [managed-node1]: FAILED! => { "changed": true, "cmd": "ansible-galaxy collection install freeipa.ansible_freeipa", "delta": "0:00:00.003570", "end": "2025-02-07 09:54:10.405913", "rc": 127, "start": "2025-02-07 09:54:10.402343" } 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:10 -0500 (0:00:00.475) 0:00:04.821 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 3.26s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Check if system is ostree ----------------------------------------------- 0.58s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Intall ansible-freeipa collection --------------------------------------- 0.48s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Check if system is ostree ----------------------------------------------- 0.41s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Set __is_beaker_env ----------------------------------------------------- 0.05s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Skip if not supported --------------------------------------------------- 0.01s /tmp/collections-vsB/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18