Removed default

This commit is contained in:
2025-08-15 21:56:20 +02:00
parent 03564b34bb
commit cb2b9462e1

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