ansible-collection-webserver/roles/certbot/tasks/main.yml
2021-04-26 00:07:37 +02:00

11 lines
178 B
YAML

---
- import_tasks: install.yml
tags:
- "role::certbot"
- "role::certbot:install"
- import_tasks: issue.yml
tags:
- "role::certbot"
- "role::certbot:issue"