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-VwU executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] (/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-VwU/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-VwU/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-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Friday 07 February 2025 09:53:53 -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-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Friday 07 February 2025 09:53:56 -0500 (0:00:02.639) 0:00:02.647 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18 Friday 07 February 2025 09:53:56 -0500 (0:00:00.446) 0:00:03.093 ******* 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-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Friday 07 February 2025 09:53:56 -0500 (0:00:00.007) 0:00:03.101 ******* ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Friday 07 February 2025 09:53:56 -0500 (0:00:00.039) 0:00:03.140 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Friday 07 February 2025 09:53:57 -0500 (0:00:00.367) 0:00:03.508 ******* ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Intall ansible-freeipa collection] *************************************** task path: /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Friday 07 February 2025 09:53:57 -0500 (0:00:00.023) 0:00:03.531 ******* fatal: [managed-node1]: FAILED! => { "changed": true, "cmd": "ansible-galaxy collection install freeipa.ansible_freeipa", "delta": "0:00:00.003467", "end": "2025-02-07 09:53:57.543030", "rc": 127, "start": "2025-02-07 09:53:57.539563" } 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:57 -0500 (0:00:00.537) 0:00:04.069 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 2.64s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Intall ansible-freeipa collection --------------------------------------- 0.54s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Check if system is ostree ----------------------------------------------- 0.45s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Check if system is ostree ----------------------------------------------- 0.37s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Set __is_beaker_env ----------------------------------------------------- 0.04s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Skip if not supported --------------------------------------------------- 0.01s /tmp/collections-VwU/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18