forked from ISTI-ansible-roles/ansible-roles
gitea dependencies: fix the conditionals.
This commit is contained in:
parent
a96a7d1009
commit
0887586c88
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue