Files
ansible-shared/web/certbot/tasks/main.yml
2021-07-15 15:42:30 -06:00

10 lines
152 B
YAML

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