ansible-collection-webserver/roles/apache2/tasks/main.yml
s3lph aeef456223
All checks were successful
Ansible Lint / build (push) Successful in 1m24s
Ansible Galaxy / deploy (push) Successful in 2m8s
major cleanup
2024-08-11 03:39:26 +02:00

13 lines
262 B
YAML

---
- name: Install Apache2
ansible.builtin.import_tasks: install.yml
tags:
- "role::apache2"
- "role::apache2:install"
- name: Configure Apache2
ansible.builtin.import_tasks: config.yml
tags:
- "role::apache2"
- "role::apache2:config"