Skip to content

Commit

Permalink
refind: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed May 18, 2024
1 parent 0aeb49c commit 6510655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/refind/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6510655

Please sign in to comment.