diff --git a/roles/network/tasks/computed_network.yml b/roles/network/tasks/computed_network.yml index 51b65497d..c66bb0a14 100644 --- a/roles/network/tasks/computed_network.yml +++ b/roles/network/tasks/computed_network.yml @@ -157,7 +157,7 @@ # so this works - name: Interface count - shell: ls /sys/class/net | grep -v -e lo | wc | awk '{print $1}' + shell: ls /sys/class/net | grep -v -e lo -e bridge0 -e veth | wc | awk '{print $1}' register: adapter_count # well if there ever was a point to tell the user things are FUBAR this is it.