Install a specific version of requests.
This commit is contained in:
parent
8381518cf7
commit
f6936c7b42
|
@ -1,9 +1,13 @@
|
||||||
---
|
---
|
||||||
py3_env_install: True
|
py3_env_install: True
|
||||||
py3_env_pip_pkgs:
|
py3_env_pip_pkgs:
|
||||||
- docker-py
|
- docker
|
||||||
- jsondiff
|
- jsondiff
|
||||||
|
|
||||||
|
py3_env_versioned_pip_pkgs:
|
||||||
|
- pkg: "requests"
|
||||||
|
version: "2.29.0"
|
||||||
|
|
||||||
docker_deb_repo_key_url: 'https://download.docker.com/linux/ubuntu/gpg'
|
docker_deb_repo_key_url: 'https://download.docker.com/linux/ubuntu/gpg'
|
||||||
# Set to the Debian distribution name if not Ubuntu
|
# Set to the Debian distribution name if not Ubuntu
|
||||||
docker_linux_distribution: '{{ ansible_distribution_release | lower }}'
|
docker_linux_distribution: '{{ ansible_distribution_release | lower }}'
|
||||||
|
|
Loading…
Reference in New Issue