ansible-collection-nextcloud/roles/php/tasks/main.yml

12 lines
196 B
YAML
Raw Normal View History

2023-02-07 09:04:38 +01:00
---
- ansible.builtin.import_tasks: install.yml
tags:
- "role::php"
- "role::php:install"
- ansible.builtin.import_tasks: config.yml
tags:
- "role::php"
- "role::php:config"