fix syntax error
This commit is contained in:
parent
dc25d75d18
commit
f1d70fecc0
1 changed files with 1 additions and 1 deletions
|
@ -90,5 +90,5 @@
|
|||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
- name: hotfix libtaskotron to set longer timeout for testcloud
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60):' replace=', timeout=120):' backup=yes
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60\):' replace=', timeout=120):' backup=yes
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue