Changeset - c9e6c6742fa5
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-11-25 11:38:23
branko@majic.rs
MAR-140: Update requirements for the pipreqcheck (to avoid idempotence failures).
1 file changed with 4 insertions and 5 deletions:
0 comments (0 inline, 0 general)
roles/common/defaults/main.yml
Show inline comments
 
@@ -13,10 +13,9 @@ extra_backup_patterns:
 
  - "/root"
 
  - "/home"
 
pip_check_requirements:
 
  - click==6.7
 
  - first==2.0.1
 
  - pip-tools==1.9.0
 
  - six==1.10.0
 
  - click==7.0
 
  - pip-tools==3.1.0
 
  - six==1.11.0
 

	
 
# Internal use only.
 
prompt_colour_mapping:
 
@@ -36,4 +35,4 @@ prompt_colour_mapping:
 
  light_purple: "1;35"
 
  light_cyan: "1;36"
 
  white: "1;37"
 
  none: "0"
 
\ No newline at end of file
 
  none: "0"
0 comments (0 inline, 0 general)