ansible-collection-webserver/roles/certbot/tasks/main.yml

12 lines
178 B
YAML
Raw Normal View History

2021-04-26 00:07:37 +02:00
---
- import_tasks: install.yml
tags:
- "role::certbot"
- "role::certbot:install"
- import_tasks: issue.yml
tags:
- "role::certbot"
- "role::certbot:issue"