Files
ansible-shared/web/certbot/tasks/main.yml
2020-04-03 13:54:44 -06:00

8 lines
115 B
YAML

---
# Install Certbot
- name: Installing Certbot
apt:
update_cache: yes
state: present
name: certbot