mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-08-23 20:03:37 +00:00
add podman role
This commit is contained in:
2
defaults/main.yml
Normal file
2
defaults/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
podman_version: "{{ '1.6.4' if ansible_distribution_major_version == '7' else '3.2.3' if ansible_distribution_major_version == '8' }}"
|
Reference in New Issue
Block a user