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"
|