Merge pull request 'Dependencies are galaxy style roles only.' (#209) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-05-29 13:23:54 +02:00
commit b2353dc44c
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 }