openstack-ansible-os_tempest/examples/playbook.yml
fpxie 36de3b8ee6 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I1c5f591a476cf888fbd3bb09ea55a46849c66e04
2018-06-20 16:27:19 +08:00

7 lines
96 B
YAML

---
- name: os_tempest role
hosts: "hosts"
user: root
roles:
- { role: "os_tempest" }