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 }}"