7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
# hashistack prepare playbook
|
|
- name: "Deploy"
|
|
hosts: all
|
|
gather_facts: true
|
|
tasks: []
|