7 lines
165 B
YAML
7 lines
165 B
YAML
---
|
|
- name: Install the Certbot and Cloudflare plugin
|
|
ansible.builtin.package:
|
|
name:
|
|
- certbot
|
|
- python3-certbot-dns-cloudflare
|
|
state: present
|