Removed default

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-15 21:56:20 +02:00
parent 03564b34bb
commit cb2b9462e1
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -29,7 +29,7 @@
cert_folder_find:
domain: "{{ domain }}"
cert_base_path: "{{ LETSENCRYPT_LIVE_PATH }}"
debug: "{{ MODE_DEBUG | default(false) }}"
debug: "{{ MODE_DEBUG | bool }}"
register: cert_folder_result
delegate_to: "{{ inventory_hostname }}"
changed_when: false