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

7 lines
109 B
YAML

---
- name: Install certbot
become: true
apt:
name: certbot
state: present
update_cache: yes