mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
hotfix libtaskotron to set longer timeout for testcloud (dev,stg)
This commit is contained in:
@@ -88,3 +88,7 @@
|
||||
- name: copy hotfixed domain template to add graphics card
|
||||
copy: src=domain-template.jinja-hotfix dest=/var/lib/testcloud/domain-template.jinja owner=qemu group=testcloud mode=0764
|
||||
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
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
Reference in New Issue
Block a user