mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2024-11-25 15:26:38 +00:00
4 lines
225 B
YAML
4 lines
225 B
YAML
---
|
|
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '4.0.2' if ansible_facts['distribution_major_version'] == '8' else '4.0.2' if ansible_facts['distribution_major_version'] == '9' }}"
|
|
|