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:
parent
0851b6093d
commit
718fccc51c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue