openstack-ansible-os_trove/examples/playbook.yml
wangqi b166766bd6 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I30a278eb546bc5da2ba005c431d703f17d1e71ba
2018-09-04 02:38:53 +00:00

7 lines
88 B
YAML
Executable File

---
- name: Install trove
hosts: all
user: root
roles:
- role: "os_trove"