From f6936c7b422e7ba02b0e28567c14822be77251ac Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 7 Nov 2024 14:30:52 +0100 Subject: [PATCH] Install a specific version of requests. --- vars/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index c6d9ec7..0bdd41a 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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 }}'