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