13 lines
238 B
YAML
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"
|