fix: Add meta:clear_facts to podman role to ensure pip is found
This commit is contained in:
parent
fbd68fad4c
commit
20f56da90e
@ -9,6 +9,9 @@
|
|||||||
name: python3-pip
|
name: python3-pip
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Clear facts to ensure pip is found
|
||||||
|
meta: clear_facts
|
||||||
|
|
||||||
- name: Install podman-compose
|
- name: Install podman-compose
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: podman-compose
|
name: podman-compose
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user