From 6510655645d565e757583b8fd244f10d2ddd4d29 Mon Sep 17 00:00:00 2001 From: dezeroku Date: Sat, 18 May 2024 23:30:52 +0200 Subject: [PATCH] refind: fix typo --- roles/refind/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/refind/tasks/main.yml b/roles/refind/tasks/main.yml index efcb6b4..4c86b59 100644 --- a/roles/refind/tasks/main.yml +++ b/roles/refind/tasks/main.yml @@ -23,7 +23,7 @@ - name: Sanity check variables when: refind_cryptdevice_container and not refind_cryptdevice_uuid ansible.builtin.fail: - msg: "refind_cryptdevice_container is set, while refind_cryptdeviceuuid is empty. Did you forget to set it in custom.yml?" + msg: "refind_cryptdevice_container is set, while refind_cryptdevice_uuid is empty. Did you forget to set it in custom.yml?" - name: Template refind_linux.conf ansible.builtin.template: