Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: I702cdf43afb6dffb8b7653e8c173f09dc8227bdc
This commit is contained in:
fpxie 2018-05-08 17:26:32 +08:00
parent bb70c134f1
commit 593efa5561
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Installation and setup of Keystone
hosts: keystone_all
user: root

View File

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

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