podman/defaults/main.yaml

3 lines
224 B
YAML
Raw Normal View History

2021-11-16 12:31:29 +00:00
---
2023-06-13 18:39:26 +00:00
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '4.4.1' if ansible_facts['distribution_major_version'] == '8' else '4.4.1' if ansible_facts['distribution_major_version'] == '9' }}"