From 0c8bfdb3d978da00fb656512efd5fa3832fb8813 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Tue, 3 May 2022 11:55:51 +0200 Subject: [PATCH] DEV-452: tried to fix some stuff --- roles/hcloud/tasks/_check_for_internal_address.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/hcloud/tasks/_check_for_internal_address.yml b/roles/hcloud/tasks/_check_for_internal_address.yml index 4c04786..bcab3bd 100644 --- a/roles/hcloud/tasks/_check_for_internal_address.yml +++ b/roles/hcloud/tasks/_check_for_internal_address.yml @@ -4,6 +4,12 @@ - name: "Block to handle missing internal hetzner server network" block: + - name: "Exec setup again to catch e.g. new network interfaces" + ansible.builtin.setup: + gather_subset: + - network + - virtual + - name: "DEBUG" debug: msg: "ansible_all_ipv4_addresses: {{ ansible_all_ipv4_addresses }}"