dotfiles/roles/certbot/tasks/install.yml
Matej Focko f6428b2406
fix(certbot): migrate from Cloudflare to Porkbun
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-12 16:40:14 +01:00

6 lines
126 B
YAML

---
- name: Install the Certbot and Cloudflare plugin
ansible.builtin.package:
name:
- certbot
state: present