iad2 / bridgify: try just not setting the state on the down interfaces

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-13 17:18:34 -07:00
parent 36cdf951aa
commit 8b1aeda37a

View file

@ -45,12 +45,10 @@
mac: "{{ mac2 }}"
- name: eno3
state: down
type: ethernet
mac: "{{ mac3 }}"
- name: eno4
state: down
type: ethernet
mac: "{{ mac4 }}"