mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-02-22 11:44:46 +00:00
use ansible_facts
This commit is contained in:
parent
b153ca73c0
commit
a921c02360
@ -1,2 +1,2 @@
|
||||
---
|
||||
podman_version: "{{ '1.6.4' if ansible_distribution_major_version == '7' else '3.3.1' if ansible_distribution_major_version == '8' }}"
|
||||
podman_version: "{{ '1.6.4' if ansible_facts['distribution_major_version'] == '7' else '3.3.1' if ansible_facts['distribution_major_version'] == '8' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user