8 lines
143 B
YAML
8 lines
143 B
YAML
---
|
|
- name: Install Certbot and Nginx plugin
|
|
ansible.builtin.apt:
|
|
name:
|
|
- certbot
|
|
- python3-certbot-nginx
|
|
state: present
|