mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
9 lines
275 B
YAML
9 lines
275 B
YAML
---
|
|
|
|
dependencies:
|
|
- role: mkdir
|
|
- role: mysql_server
|
|
when: squashtm_db_engine == 'mysql' and squashtm_db_server in ['localhost', '127.0.0.1']
|
|
- role: postgresql_server
|
|
when: squashtm_db_engine == 'postgres' and squashtm_db_server in ['localhost', '127.0.0.1']
|