From f6fe3c24840e892ef451f164065f93f4b81328e4 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 3 Mar 2022 02:47:14 +0100 Subject: [PATCH] returned to the normal openstack image --- modules/host/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host/main.tf b/modules/host/main.tf index 8eae7d6..e085883 100644 --- a/modules/host/main.tf +++ b/modules/host/main.tf @@ -35,7 +35,7 @@ resource "hcloud_server" "server" { "set -ex", "apt-get update", "apt-get install -y aria2", - "aria2c --follow-metalink=mem https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-k3s-OpenStack-Cloud.qcow2.meta4", + "aria2c --follow-metalink=mem https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.meta4", "qemu-img convert -p -f qcow2 -O host_device $(ls -a | grep -ie '^opensuse.*microos.*qcow2$') /dev/sda", ] }