role-certbot/tasks/main.yml
2024-10-05 13:21:15 -05:00

6 lines
117 B
YAML

---
# tasks file for certbot
- name: install certbot
ansible.builtin.package:
name: certbot
state: present