dotfiles/roles/certbot/tasks/install.yml
Matej Focko 62c7d2d4c0
fix(certbot): migrate from Cloudflare to Porkbun
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-11-11 17:29:15 +01:00

6 lines
126 B
YAML

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