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
@ -17,4 +20,4 @@
- name: Install podman-docker (optional, for docker command alias)
ansible.builtin.apt:
name: podman-docker
state: present
state: present