1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-24 22:23:29 +02:00
2022-02-15 16:00:13 +01:00

10 lines
176 B
YAML

---
allow_duplicates: True
dependencies:
- role: mkdir
- role: httpd_php
- role: mysql_server
when: kimai_db_server in ['localhost', '127.0.0.1']
- role: composer