Files
ansible-shared/web/certbot/tasks/main.yml

10 lines
153 B
YAML

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