fix(hedgedoc): incorrect module used

This commit is contained in:
transcaffeine 2024-10-19 17:13:11 +02:00
parent 0a132b0ad5
commit 88dc6377ce
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -15,7 +15,7 @@
when: hedgedoc_deployment_method not in hedgedoc_deployment_methods
- name: Ensure required variables are given
ansible.builtin.file:
ansible.builtin.fail:
msg: "Required variable '{{ item }}' is undefined!"
loop: "{{ hedgedoc_required_arguments }}"
when: >-2