add podman role

This commit is contained in:
ace
2021-11-16 15:31:29 +03:00
commit 119d7fe089
5 changed files with 12 additions and 0 deletions

2
defaults/main.yml Normal file
View 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' }}"