Debug and fix networkd role to work with cent8
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# ANSIBLE MANAGED FILE - DO NOT EDIT
|
||||
[NetDev]
|
||||
Name={{ item.key }}
|
||||
Name={{ item.0.key }}
|
||||
Kind=vlan
|
||||
{% if item.value['kind'] == 'vlan' %}
|
||||
|
||||
[VLAN]
|
||||
Id={{ item.value['vlan'] }}
|
||||
{% endif %}
|
||||
Id={{ item.1 }}
|
||||
|
||||
# EOF
|
||||
|
Reference in New Issue
Block a user