Refer the new php-fpm role.
This commit is contained in:
parent
eeadf6a892
commit
84edcb5964
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue