forked from ISTI-ansible-roles/ansible-roles
Merge pull request 'Refer to the remote php-fpm role.' (#205) from adellam/ansible-roles:master into master
This commit is contained in:
commit
cd177d0e39
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: '../../library/roles/php-fpm' }
|
||||
- { role: 'php-fpm' }
|
||||
- { role: '../../library/roles/composer', when: drupal_install_drush }
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: '../../library/roles/postgresql', when: nextcloud_local_postgresql }
|
||||
- { role: '../../library/roles/php-fpm' }
|
||||
- { role: 'php-fpm' }
|
||||
- { role: '../../library/roles/nginx' }
|
||||
- { role: '../../library/roles/redis', when nextcloud_use_redis }
|
||||
- { role: '../../library/roles/memcached', when nextcloud_use_memcache }
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: '../../library/roles/php-fpm'
|
||||
- role: 'php-fpm'
|
||||
|
|
Loading…
Reference in New Issue