taskotron: remove old hotfix for testcloud

This commit is contained in:
Tim Flink 2019-11-20 18:30:18 +00:00 committed by Pierre-Yves Chibon
parent 84bdb84a65
commit c4a986cad5

View file

@ -118,7 +118,7 @@
- name: hotfix libtaskotron to set longer timeout for testcloud, this should be temporary fix though :/
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', 'prod']
when: deployment_type in ['stg', 'prod']
- name: setup nested virt on virthosts with nested=true variable
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf