Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Iaf43682075718e85c1e22f8d4ac28fd65dea0d17
This commit is contained in:
wangqi 2018-08-06 07:23:27 +00:00
parent 44037f0c1b
commit 7f96645298
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
haproxy_service_configs:
- service:
haproxy_service_name: cloudkitty_api

View File

@ -1,3 +1,4 @@
---
- name: Enable the cloudkitty-dashboard Horizon panel
file:
src: "{{ item.src }}"

View File

@ -1,3 +1,4 @@
---
## CloudKitty
horizon_enable_cloudkitty: False

View File

@ -1,3 +1,4 @@
---
## Cloudkitty passwords
cloudkitty_service_password:
cloudkitty_rabbitmq_password:

View File

@ -1,3 +1,4 @@
---
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git