Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ibb810c8cbbf129d99250879584c19fab5f5ec3da
This commit is contained in:
fpxie 2018-05-08 17:21:36 +08:00
parent 9c4bdb962b
commit 0894c91063
5 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Basic host setup
hosts: "hosts"
user: root

View File

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

View File

@ -1 +1,2 @@
---
openstack_hosts_configure_yum.yml

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