From 84edcb59645c64eae96795d10aad00b9924c23f0 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 27 Apr 2020 20:20:53 +0200 Subject: [PATCH] Refer the new php-fpm role. --- meta/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 710b1a5..7f10c40 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 }