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