mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-08-19 01:53:40 +00:00
add Debian support
This commit is contained in:
2
vars/Debian.yaml
Normal file
2
vars/Debian.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
podman_package_name: podman
|
||||
podman_package: "{{ podman_package_name + '-' + podman_version if (podman_version is defined and (podman_version != '*' and podman_version != '' and podman_version != 'latest')) else podman_package_name }}"
|
Reference in New Issue
Block a user