From 1f109c7a4c72162ab6951bea257c32a41ad53a36 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Tue, 23 Nov 2021 14:55:06 +0000 Subject: [PATCH] Bump pip role version and pin dependencies --- ansible/host_vars/tuxedo/vars | 4 ++++ ansible/requirements.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/host_vars/tuxedo/vars b/ansible/host_vars/tuxedo/vars index 7eea8a6..ec6c42f 100644 --- a/ansible/host_vars/tuxedo/vars +++ b/ansible/host_vars/tuxedo/vars @@ -1,7 +1,11 @@ --- pip_package: python2-pip +pip_executable: /bin/pip2 pip_install_packages: - name: boto3 + version: 1.18.15 - name: botocore + version: 1.21.15 - name: futures + version: 3.3.0 diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 4a757bc..d218858 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -9,7 +9,7 @@ roles: version: 3.0.0 - src: https://github.com/geerlingguy/ansible-role-pip name: pip - version: 2.0.0 + version: 2.1.0 collections: - name: community.general