Dependencies are galaxy style roles only.

This commit is contained in:
Andrea Dell'Amico 2020-05-29 13:13:12 +02:00
parent 5a81560775
commit db93e253b5
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
---
dependencies:
- { 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 }
- { role: 'postgresql', when: gitea_local_postgresql }
- { role: 'mysql', when: gitea_local_mysql }
- { role: 'nginx', when: gitea_nginx_frontend }
- { role: 'redis', when: gitea_local_redis }
- { role: 'memcached', when: gitea_local_memcache }