mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 22:23:29 +02:00
9 lines
159 B
YAML
9 lines
159 B
YAML
![]() |
---
|
||
|
|
||
|
allow_duplicates: True
|
||
|
dependencies:
|
||
|
- role: mkdir
|
||
|
- role: mysql_server
|
||
|
when: bookstack_db_server in ['localhost','127.0.0.1']
|
||
|
- role: composer
|