dotfiles/roles/certbot/tasks/install.yml

7 lines
126 B
YAML
Raw Normal View History

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