This commit is contained in:
parent
beafa707ce
commit
f344eb780c
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
virt_net:
|
virt_net:
|
||||||
command: define
|
command: define
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
xml: '{{ lookup ("template", "networks/{{ item }}.xml.j2") }}'
|
xml: '{{ lookup ("template", "networks/" + item + ".xml.j2") }}'
|
||||||
with_items:
|
with_items:
|
||||||
- default
|
- default
|
||||||
- private
|
- private
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue