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
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user