ansible-collection-nextcloud/roles/php/tasks/main.yml
s3lph 81576dc751
Some checks failed
Ansible Lint / build (push) Successful in 1m7s
Ansible Galaxy / deploy (push) Failing after 1m47s
fix: ansible-lint
2024-04-14 19:56:19 +02:00

13 lines
238 B
YAML

---
- name: Install PHP
ansible.builtin.import_tasks: install.yml
tags:
- "role::php"
- "role::php:install"
- name: Configure PHP
ansible.builtin.import_tasks: config.yml
tags:
- "role::php"
- "role::php:config"