X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=playbooks%2Froles%2Fjump-vm%2Ftasks%2Fmain.yaml;h=9c556da320eefd89c708f237dc91af321de0421b;hb=064ec6700a1b382f4e79bfaab80152e79f0d624e;hp=c5738c3236ac1d844406c0b3a9590d69c72e04f9;hpb=7eae11323bd3dfc857a66e8fd1049c103a4eac22;p=kuberef.git diff --git a/playbooks/roles/jump-vm/tasks/main.yaml b/playbooks/roles/jump-vm/tasks/main.yaml index c5738c3..9c556da 100644 --- a/playbooks/roles/jump-vm/tasks/main.yaml +++ b/playbooks/roles/jump-vm/tasks/main.yaml @@ -68,7 +68,7 @@ mode: '0666' - name: create new VM image from base image - command: "qemu-img create -f qcow2 -o backing_file={{ images_path }}/bionic-server-cloudimg-amd64.img {{ workspace }}/{{ jumphost.name }}.qcow2 10G" + command: "qemu-img create -f qcow2 -F qcow2 -o backing_file={{ images_path }}/bionic-server-cloudimg-amd64.img {{ workspace }}/{{ jumphost.name }}.qcow2 10G" - name: render config files for jump VM from templates template: