Solved another wildcard bug

This commit is contained in:
2025-04-29 04:05:53 +02:00
parent c950862b80
commit 8d5408bf42
3 changed files with 23 additions and 38 deletions

View File

@@ -20,7 +20,6 @@
- name: Find SSL cert folder for domain
cert_folder_find:
domain: "{{ domain }}"
certbot_flavor: "{{ certbot_flavor }}"
cert_base_path: "{{ certbot_cert_path }}"
debug: "{{ enable_debug | default(false) }}"
register: cert_folder_result