Ubuntu < 20.04 does not have requests 2.29.

This commit is contained in:
Andrea Dell'Amico 2025-03-03 15:08:52 +01:00
parent 5f0181abf9
commit 8b41f0f15b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ py3_env_pip_pkgs:
py3_env_versioned_pip_pkgs:
- pkg: "requests"
version: "2.29.0"
version: '{% if ansible_distribution_version is version_compare("20.04", ">=") %}2.29.0{% else %}2.27.1{% endif %}'
docker_python_deb_pkgs:
- python3-docker