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

6 lines
126 B
YAML

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