No more verbose on kvm, use full kvm clone, up down interface instead of reboot

This commit is contained in:
2018-11-25 09:54:40 -05:00
parent 207f509a25
commit c8f851d4be
5 changed files with 15 additions and 8 deletions

View File

@@ -2,8 +2,11 @@
- name: Fix dpkg if needed
raw: dpkg --configure -a
- name: Update apt
raw: apt-get update
- name: Install package dependencies
raw: apt-get update -qq && apt-get install -y python-simplejson python-urllib3 python-openssl python-pyasn1 python-pip ca-certificates
raw: apt-get install -y python-simplejson python-urllib3 python-openssl python-pyasn1 python-pip ca-certificates
- name: Install pip dependencies
raw: pip install ndg-httpsclient