diff --git a/ansible/roles/network-debug-script/templates/debug_script.sh b/ansible/roles/network-debug-script/templates/debug_script.sh index 47e32c2..6d7b900 100644 --- a/ansible/roles/network-debug-script/templates/debug_script.sh +++ b/ansible/roles/network-debug-script/templates/debug_script.sh @@ -4,6 +4,7 @@ function get_network_state() { set -x ip route ip --brief address show + networkctl list docker network list }