Debug and fix networkd role to work with cent8

This commit is contained in:
2019-11-23 19:18:40 -05:00
parent 8f839a4944
commit b3f9e8fc80
4 changed files with 31 additions and 9 deletions

View File

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