Make sure apt indexes are up-to-date in recovery environment

This commit is contained in:
Marco Nenciarini
2022-02-17 09:44:18 +01:00
parent f59225bf9c
commit b12bc56b09
4 changed files with 1 additions and 4 deletions

View File

@@ -97,7 +97,6 @@ resource "hcloud_server" "agents" {
]
}
network {
network_id = hcloud_network.k3s.id
ip = cidrhost(hcloud_network_subnet.k3s.ip_range, 513 + count.index)