From c95da45995cb6861edbb14afd51bb81f5602c10f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 23 Aug 2023 19:21:23 +0200 Subject: cloud/hetzner: add support for arm64 based machines --- inventory/host_vars/ch-testvm-hcloud.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inventory') diff --git a/inventory/host_vars/ch-testvm-hcloud.yml b/inventory/host_vars/ch-testvm-hcloud.yml index ffd5117e..f9e59624 100644 --- a/inventory/host_vars/ch-testvm-hcloud.yml +++ b/inventory/host_vars/ch-testvm-hcloud.yml @@ -1,5 +1,7 @@ --- install: + efi: yes + arch: arm64 cloud: credentials: token: "{{ vault_hcloud_api_token }}" -- cgit v1.2.3