You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
280 B
9 lines
280 B
4 years ago
|
---
|
||
|
|
||
|
allow_duplicates: True
|
||
|
dependencies:
|
||
|
- role: mysql_server
|
||
|
when: documize_db_engine == 'mysql' and documize_db_server in ['127.0.0.1','localhost']
|
||
|
- role: postgresql_server
|
||
|
when: documize_db_engine == 'postgres' and documize_db_server in ['127.0.0.1','localhost']
|