add Debian support

This commit is contained in:
ace
2024-04-03 18:13:41 +03:00
parent 3caa5a2049
commit 5e53d8d50b
3 changed files with 10 additions and 1 deletions

2
vars/Debian.yaml Normal file
View 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 }}"