move from docker to podman
wikijs: bump to v2.5.283, helm chart v2.2.20
This commit is contained in:
5
roles/podman/tasks/RedHat.yaml
Normal file
5
roles/podman/tasks/RedHat.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Ensure podman {{ podman_version }} installed
|
||||
yum:
|
||||
name: "podman-{{ podman_version }}"
|
||||
state: present
|
3
roles/podman/tasks/main.yaml
Normal file
3
roles/podman/tasks/main.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Include podman install
|
||||
include_tasks: "{{ ansible_facts['os_family'] }}.yaml"
|
Reference in New Issue
Block a user