1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update computed_network.yml

Docker
This commit is contained in:
Jerry Vonau 2019-06-20 12:11:45 -05:00 committed by GitHub
parent 0851b6093d
commit 718fccc51c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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