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