role-certbot/tasks/main.yml

7 lines
117 B
YAML
Raw Normal View History

2024-10-05 13:21:15 -05:00
---
# tasks file for certbot
- name: install certbot
ansible.builtin.package:
name: certbot
state: present