Changeset - 8050d3c5be84
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-07-30 23:34:59
branko@majic.rs
MAR-131: Make sure we have a minimum required version of pip-tools installed for pip requirements upgrade checks.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/common/tasks/main.yml
Show inline comments
 
@@ -379,7 +379,7 @@
 

	
 
- name: Install pip-tools if not present
 
  pip:
 
    name: pip-tools
 
    name: pip-tools>=2.0.2
 
    state: present
 
    virtualenv: "{{ item }}"
 
  become: true
0 comments (0 inline, 0 general)