Change that for stg and prod as well
This commit is contained in:
parent
8254408303
commit
83476e0a8c
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@
|
|||
|
||||
- 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']
|
||||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue