Divide add config and rproxy installation
This commit is contained in:
15
roles/podman/tasks/main.yml
Normal file
15
roles/podman/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Install podman
|
||||
ansible.builtin.yum:
|
||||
name:
|
||||
- podman
|
||||
- podman-compose
|
||||
- podman-docker
|
||||
- buildah
|
||||
update_cache: yes
|
||||
|
||||
- name: Enable Podman
|
||||
ansible.builtin.systemd:
|
||||
name: podman
|
||||
state: started
|
||||
enabled: yes
|
||||
Reference in New Issue
Block a user