Refer the new php-fpm role.

This commit is contained in:
Andrea Dell'Amico 2020-04-27 20:20:53 +02:00
parent eeadf6a892
commit 84edcb5964
1 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ galaxy_info:
# Maximum 20 tags per role.
dependencies:
- { role: '../../library/roles/php-fpm', when: not phpmyadmin_shared_installation | bool }
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-php-fpm.git
version: master
name: php-fpm
state: latest
- { role: '../../library/roles/nginx', when: not phpmyadmin_shared_installation | bool and phpmyadmin_behind_nginx | bool }
- { role: '../../library/roles/apache', when: not phpmyadmin_shared_installation | bool and phpmyadmin_behind_apache | bool }