From 1b23e1a4e783986c7c7d693361a4f1d7888d6d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 16 Sep 2020 14:38:05 +0200 Subject: [PATCH] network-debug-script: add networkctl list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/roles/network-debug-script/templates/debug_script.sh | 1 + 1 file changed, 1 insertion(+) 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 }