10 lines
108 B
YAML
10 lines
108 B
YAML
---
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
roles:
|
|
- setup-validators
|
|
|