fpxie 0894c91063 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ibb810c8cbbf129d99250879584c19fab5f5ec3da
2018-05-08 17:23:18 +08:00

7 lines
102 B
YAML

---
- name: Basic host setup
hosts: "hosts"
user: root
roles:
- { role: "openstack_hosts" }