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