fix
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
---
|
||||
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '4.0.2' if ansible_facts['distribution_major_version'] == '8' }}"
|
||||
podman_version: "*"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Ensure podman {{ podman_version }} installed
|
||||
- name: Ensure podman installed
|
||||
yum:
|
||||
name: "podman-{{ podman_version }}"
|
||||
state: present
|
||||
|
Reference in New Issue
Block a user