cleanup: Remove ifname if it's still present in network.interface

This was a pre-21.02 thing. We will instead configure a device for the
network.interface to point to.
This commit is contained in:
Martin Kennedy 2022-07-26 12:43:44 -04:00
parent d265d2d9f7
commit 7cfb5261ab

View File

@ -25,6 +25,7 @@
value:
device: "{{ item.device }}"
proto: "{{ item.proto }}"
ifname: "{{ item.ifname | default() }}"
loop: "{{ network['interface'] }}"
- name: commit changes