Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Id26976a9ba87992562024d801f4f7e3ab3504817
This commit is contained in:
fpxie 2018-06-20 16:09:48 +08:00
parent 8cdaee5b85
commit dbb88cbe39
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Install swift server
hosts: swift_all
user: root

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");