Fix the phpmyadmin dependencies.

This commit is contained in:
Andrea Dell'Amico 2020-06-05 22:44:39 +02:00
parent 84edcb5964
commit d6f7220715
1 changed files with 14 additions and 2 deletions

View File

@ -45,5 +45,17 @@ dependencies:
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 }
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-nginx.git
version: master
name: nginx
state: latest
when:
- not phpmyadmin_shared_installation
- phpmyadmin_behind_nginx
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-apache.git
version: master
name: apache
state: latest
when:
- not phpmyadmin_shared_installation
- phpmyadmin_behind_apache