Skip to content
Snippets Groups Projects
Commit 9dab0907 authored by ale's avatar ale
Browse files

Force podman_version to int

parent 4c15ade7
No related branches found
No related tags found
No related merge requests found
Pipeline #84269 failed
......@@ -17,7 +17,7 @@
# Try to detect which podman version we're on based on source and
# distribution.
- set_fact:
podman_version: "{{ podman_version_by_distro[float_debian_dist] }}"
podman_version: "{{ podman_version_by_distro[float_debian_dist] | int }}"
when: "podman_package_source == 'debian'"
- set_fact:
podman_version: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment