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

14 lines
238 B
YAML
Raw Permalink Normal View History

2023-02-07 09:04:38 +01:00
---
2024-04-14 19:56:19 +02:00
- name: Install PHP
ansible.builtin.import_tasks: install.yml
2023-02-07 09:04:38 +01:00
tags:
- "role::php"
- "role::php:install"
2024-04-14 19:56:19 +02:00
- name: Configure PHP
ansible.builtin.import_tasks: config.yml
2023-02-07 09:04:38 +01:00
tags:
- "role::php"
- "role::php:config"