Skip to content

Commit

Permalink
Bump pip role version and pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Nov 23, 2021
1 parent 1dc2d58 commit 1f109c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ansible/host_vars/tuxedo/vars
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f109c7

Please sign in to comment.