53d83c1bde
Not sure if i'll keep going this way or find some other solution.
8 lines
103 B
YAML
8 lines
103 B
YAML
---
|
|
# Run all plays as root.
|
|
- hosts: databases
|
|
become: True
|
|
roles:
|
|
- common
|
|
- mariadb
|