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