Try if this works better
This commit is contained in:
parent
ba0e2c7db6
commit
8254408303
1 changed files with 3 additions and 6 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue