Fix the wordpress dependencies.

This commit is contained in:
Andrea Dell'Amico 2020-06-05 22:45:03 +02:00
parent 88e6699ce4
commit 4a6a3ac809
1 changed files with 15 additions and 4 deletions

View File

@ -15,7 +15,18 @@ galaxy_info:
galaxy_tags:
- wordpress
#dependencies:
# - role: 'php-fpm'
# - { role: '../../library/roles/mysql', when: wordpress_local_mysql }
# - { role: '../../library/roles/nginx', when: wordpress_local_nginx }
dependencies:
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-php-fpm.git
version: master
name: php-fpm
state: latest
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-nginx.git
version: master
name: nginx
state: latest
when: wordpress_local_nginx
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-mysql.git
version: master
name: mysql
state: latest
when: wordpress_local_mysql