fix: Add meta:clear_facts to podman role to ensure pip is found

This commit is contained in:
Tobias J. Endres 2025-09-02 20:45:41 +02:00
parent fbd68fad4c
commit 20f56da90e

View File

@ -9,6 +9,9 @@
name: python3-pip
state: present
- name: Clear facts to ensure pip is found
meta: clear_facts
- name: Install podman-compose
ansible.builtin.pip:
name: podman-compose