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

12 lines
180 B
YAML
Raw Normal View History

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