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

11 lines
180 B
YAML

---
- import_tasks: install.yml
tags:
- "role::apache2"
- "role::apache2:install"
- import_tasks: config.yml
tags:
- "role::apache2"
- "role::apache2:config"