forked from ISTI-ansible-roles/ansible-roles
6 lines
200 B
YAML
6 lines
200 B
YAML
|
---
|
||
|
dependencies:
|
||
|
- { role: '../../library/roles/mysql', when: wordpress_local_mysql }
|
||
|
- role: '../../library/roles/php-fpm'
|
||
|
- { role: '../../library/roles/nginx', when: wordpress_local_nginx }
|