podman/defaults/main.yaml

3 lines
157 B
YAML
Raw Normal View History

2021-11-16 12:31:29 +00:00
---
2022-01-26 15:17:19 +00:00
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '3.3.1' if ansible_facts['distribution_major_version'] == '8' }}"