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 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
roles/common/defaults/main.yml
Show inline comments
 
@@ -4,28 +4,27 @@ enable_backup: False
 
common_packages: []
 
os_users: []
 
os_groups: []
 
ca_certificates: {}
 
incoming_connection_limit: 3/second
 
incoming_connection_limit_burst: 9
 
prompt_colour: none
 
prompt_id: null
 
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:
 
  black: "0;30"
 
  red: "0;31"
 
  green: "0;32"
 
  brown: "0;33"
 
  blue: "0;34"
 
  purple: "0;35"
 
  cyan: "0;36"
 
  light_gray: "0;37"
 
  dark_gray: "1;30"
0 comments (0 inline, 0 general)