attempting to hotfix error in taskotron 0.3.20 for testing
This commit is contained in:
parent
851765eefb
commit
6aa0b5adab
1 changed files with 4 additions and 0 deletions
|
@ -38,3 +38,7 @@
|
|||
|
||||
- name: create /var/log/taskotron for task logfiles
|
||||
file: path=/var/log/taskotron state=directory owner={{ slave_user }} group={{ slave_user }} mode=1755
|
||||
|
||||
- name: hotfix change to config_defaults for testing
|
||||
when: deployment_type == 'dev'
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/config_defaults.py regexp='\s+fas_password = None.*$' replace=' fas_password = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue