Ignored non functional code

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-04 12:00:19 +02:00
parent ccfc23f3fe
commit 5151a21575
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -8,6 +8,8 @@
# Wildcard certificate should not be used
# OR: The domain is not a first-level subdomain of the primary domain
# The following should not work, checkout the Setup.md instructions.
# @see https://chatgpt.com/share/67efa9f0-1cdc-800f-8bce-62b00fc3e6a2
- name: "recieve wildcard certificate *{{ primary_domain }} for {{domain}}"
command: >-
certbot certonly --agree-tos --email {{ users.administrator.email }}
@ -20,6 +22,7 @@
# AND: The domain is a direct first-level subdomain of the primary domain
- run_once_recieve_certificate is not defined
# Ensure this task runs only once for the wildcard certificate
ignore_errors: true
- name: "Cleanup dedicated cert for {{ domain }}"
command: >-