fixing botched syntax
This commit is contained in:
parent
6aa0b5adab
commit
e48e79445f
1 changed files with 1 additions and 1 deletions
|
@ -41,4 +41,4 @@
|
|||
|
||||
- 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 = ''
|
||||
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