forked from ISTI-ansible-roles/ansible-roles
Dependencies are galaxy style roles only.
This commit is contained in:
parent
5a81560775
commit
db93e253b5
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue