mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 17:26:42 +02:00
Removed default
This commit is contained in:
parent
03564b34bb
commit
cb2b9462e1
@ -29,7 +29,7 @@
|
|||||||
cert_folder_find:
|
cert_folder_find:
|
||||||
domain: "{{ domain }}"
|
domain: "{{ domain }}"
|
||||||
cert_base_path: "{{ LETSENCRYPT_LIVE_PATH }}"
|
cert_base_path: "{{ LETSENCRYPT_LIVE_PATH }}"
|
||||||
debug: "{{ MODE_DEBUG | default(false) }}"
|
debug: "{{ MODE_DEBUG | bool }}"
|
||||||
register: cert_folder_result
|
register: cert_folder_result
|
||||||
delegate_to: "{{ inventory_hostname }}"
|
delegate_to: "{{ inventory_hostname }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user