dotfiles/roles/server/certbot/tasks/install.yml

8 lines
165 B
YAML
Raw Normal View History

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