8 lines
115 B
YAML
8 lines
115 B
YAML
---
|
|
# Install Certbot
|
|
- name: Installing Certbot
|
|
apt:
|
|
update_cache: yes
|
|
state: present
|
|
name: certbot
|