podman/defaults/main.yaml

4 lines
225 B
YAML
Raw Normal View History

2021-11-16 12:31:29 +00:00
---
2023-01-24 11:31:44 +00:00
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '4.2.0' if ansible_facts['distribution_major_version'] == '8' else '4.2.0' if ansible_facts['distribution_major_version'] == '9' }}"