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

6 lines
126 B
YAML

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