86cd68e465
It is now included in the common role itself, which is applied to all.
7 lines
88 B
YAML
7 lines
88 B
YAML
---
|
|
# Run all plays as root.
|
|
- hosts: databases
|
|
become: True
|
|
roles:
|
|
- mariadb
|