7 lines
109 B
YAML
7 lines
109 B
YAML
---
|
|
- name: Install certbot
|
|
become: true
|
|
apt:
|
|
name: certbot
|
|
state: present
|
|
update_cache: yes
|