gitea dependencies: fix the conditionals.

This commit is contained in:
Andrea Dell'Amico 2019-04-01 15:08:53 +02:00
parent a96a7d1009
commit 0887586c88
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
dependencies:
- { role: '../../library/roles/postgresql', gitea_local_postgresql }
- { role: '../../library/roles/mysql', gitea_local_mysql }
- { role: '../../library/roles/nginx', gitea_nginx_frontend }
- { role: '../../library/roles/redis', when gitea_local_redis }
- { role: '../../library/roles/memcached', when gitea_local_memcache }
- { role: '../../library/roles/postgresql', when: gitea_local_postgresql }
- { role: '../../library/roles/mysql', when: gitea_local_mysql }
- { role: '../../library/roles/nginx', when: gitea_nginx_frontend }
- { role: '../../library/roles/redis', when: gitea_local_redis }
- { role: '../../library/roles/memcached', when: gitea_local_memcache }