Try if this works better

This commit is contained in:
Martin Krizek 2016-02-10 10:25:05 +00:00
parent ba0e2c7db6
commit 8254408303

View file

@ -79,9 +79,6 @@
service: name=libvirtd state=started enabled=yes
when: deployment_type in ['dev', 'stg', 'prod']
- name: upload custom libvirt network config
copy: src=default.xml dest=/root/default.xml owner=root group=root mode=0644
when: deployment_type in ['dev', 'stg', 'prod']
- name: define libvirt network config
command: virsh net-define /root/default.xml
- name: copy custom libvirt network config
copy: src=default.xml dest=/etc/libvirt/qemu/networks/default.xml owner=root group=root mode=0600
when: deployment_type in ['dev']