Fix install EPEL packages.
This commit is contained in:
parent
439d329372
commit
63255565b2
@ -152,11 +152,18 @@
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- podman
|
||||
- podman-compose
|
||||
- podman-docker
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: install podman-compose
|
||||
ansible.builtin.dnf:
|
||||
name:
|
||||
- podman-compose
|
||||
enablerepo: epel
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: deploy containers.conf
|
||||
ansible.builtin.copy:
|
||||
src: containers.conf
|
||||
|
Loading…
Reference in New Issue
Block a user