use podman 3.3.1 for RHEL8

This commit is contained in:
ace 2021-11-16 17:15:43 +03:00
parent fe82e93e50
commit 9602c43f27
No account linked to committer's email address

View File

@ -1,2 +1,2 @@
---
podman_version: "{{ '1.6.4' if ansible_distribution_major_version == '7' else '3.2.3' if ansible_distribution_major_version == '8' }}"
podman_version: "{{ '1.6.4' if ansible_distribution_major_version == '7' else '3.3.1' if ansible_distribution_major_version == '8' }}"