mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-14 09:13:16 +02:00
7 lines
130 B
YAML
7 lines
130 B
YAML
---
|
|
|
|
dependencies:
|
|
- role: mysql_server
|
|
when: offen_db_engine == 'mysql' and offen_db_server in ['localhost', '127.0.0.1']
|
|
|