mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-08-18 17:53:35 +00:00
add more flexible versioning logic
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
---
|
||||
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' }}"
|
||||
podman_version: ""
|
||||
|
Reference in New Issue
Block a user