Refer to the remote php-fpm role.

This commit is contained in:
Andrea Dell'Amico 2020-05-24 13:34:52 +02:00
parent 50657d5f82
commit e05633878e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
dependencies:
- { role: '../../library/roles/php-fpm' }
- { role: 'php-fpm' }
- { role: '../../library/roles/composer', when: drupal_install_drush }

View File

@ -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 }

View File

@ -1,3 +1,3 @@
---
dependencies:
- role: '../../library/roles/php-fpm'
- role: 'php-fpm'