Change that for stg and prod as well

This commit is contained in:
Martin Krizek 2016-02-10 11:28:50 +00:00
parent 8254408303
commit 83476e0a8c

View file

@ -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']