Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ie60366cccd6e3c3e0ab8cdeb96a39e31b0565c85
This commit is contained in:
fpxie 2018-05-08 17:29:24 +08:00
parent 1eca517471
commit 6a70955616
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@ -1,3 +1,4 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");