self-hosting/roles/certbot/tasks/main.yml

8 lines
109 B
YAML
Raw Normal View History

2022-03-12 19:42:26 +01:00
---
- name: Install certbot
become: true
apt:
name: certbot
state: present
update_cache: yes