Skip to content

Commit

Permalink
Fix pip3 version to 21.1.3 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tei-k committed Jul 28, 2021
1 parent 8cbc0af commit a479dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions provision/ansible/playbooks/roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
pip_version: 21.1.3
pip_packages:
- j2cli

Expand Down
3 changes: 2 additions & 1 deletion provision/ansible/playbooks/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
pip:
name: pip
executable: pip3
state: latest
state: present
version: "{{ pip_version }}"

- name: Install required packages via pip
pip:
Expand Down

0 comments on commit a479dc2

Please sign in to comment.