7 lines
96 B
YAML
7 lines
96 B
YAML
---
|
|
- name: Pre-flight safety checks
|
|
hosts: all
|
|
gather_facts: true
|
|
roles:
|
|
- preflight
|