Added DNS_PROVIDER condition

This commit is contained in:
2025-12-04 11:00:03 +01:00
parent db68f16e19
commit 4dbf58e082

View File

@@ -5,6 +5,8 @@
- name: "Include tasks for 'No-Webroot-ACME-CHALLENGE-METHOD'"
include_tasks: 02_no_webroot.yml
when: CERTBOT_ACME_CHALLENGE_METHOD != 'webroot'
when:
- CERTBOT_ACME_CHALLENGE_METHOD != 'webroot'
- DNS_PROVIDER == "cloudflare"
- include_tasks: utils/once/flag.yml