Files
computer-playbook/roles/sys-svc-certbot/tasks/01_core.yml

12 lines
317 B
YAML

- name: install certbot
community.general.pacman:
name: certbot
state: present
- name: "Include tasks for 'No-Webroot-ACME-CHALLENGE-METHOD'"
include_tasks: 02_no_webroot.yml
when:
- CERTBOT_ACME_CHALLENGE_METHOD != 'webroot'
- DNS_PROVIDER == "cloudflare"
- include_tasks: utils/once/flag.yml