From 8b1aeda37a3d55ff0be70954173f44850dd90f04 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2020 17:18:34 -0700 Subject: [PATCH] iad2 / bridgify: try just not setting the state on the down interfaces Signed-off-by: Kevin Fenzi --- playbooks/bridgeify.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/bridgeify.yml b/playbooks/bridgeify.yml index 4b62f656ca..b7b881a7e6 100644 --- a/playbooks/bridgeify.yml +++ b/playbooks/bridgeify.yml @@ -45,12 +45,10 @@ mac: "{{ mac2 }}" - name: eno3 - state: down type: ethernet mac: "{{ mac3 }}" - name: eno4 - state: down type: ethernet mac: "{{ mac4 }}"