Install a specific version of requests.

This commit is contained in:
Andrea Dell'Amico 2024-11-07 14:30:52 +01:00
parent 8381518cf7
commit f6936c7b42
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
---
py3_env_install: True
py3_env_pip_pkgs:
- docker-py
- docker
- jsondiff
py3_env_versioned_pip_pkgs:
- pkg: "requests"
version: "2.29.0"
docker_deb_repo_key_url: 'https://download.docker.com/linux/ubuntu/gpg'
# Set to the Debian distribution name if not Ubuntu
docker_linux_distribution: '{{ ansible_distribution_release | lower }}'