From 4ecbd288765d8b1d72099fbacb7959f1193fc484 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Tue, 22 Nov 2022 22:33:36 +0100 Subject: [PATCH] fix block --- hetzner/autoinstall/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hetzner/autoinstall/tasks/main.yml b/hetzner/autoinstall/tasks/main.yml index 8e8ee5c..8d78f25 100644 --- a/hetzner/autoinstall/tasks/main.yml +++ b/hetzner/autoinstall/tasks/main.yml @@ -1,5 +1,6 @@ -- block: +- name: bootstrap fully encrypted linux image when: hetzner_autoinstall + block: - name: copy setup.conf template template: src: setup.conf