Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Idc217ee0d4409360c0763779acadf21d39206ff7
This commit is contained in:
fpxie
2018-05-08 17:34:53 +08:00
parent 7f04e633c0
commit cf847ca8da
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
---
- name: Basic LXC host setup
hosts: "hosts"
user: root
+1
View File
@@ -1,3 +1,4 @@
---
# Copyright 2018, SUSE LINUX GmbH.
#
# Licensed under the Apache License, Version 2.0 (the "License");
+1
View File
@@ -1 +1,2 @@
---
lxc_install_yum.yml
+1
View File
@@ -1,3 +1,4 @@
---
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
+1
View File
@@ -1,3 +1,4 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");