mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2024-11-25 07:16:39 +00:00
3 lines
224 B
YAML
3 lines
224 B
YAML
---
|
|
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' }}"
|