From 593efa556181e22d1616a40179c3b225b64e8e1e Mon Sep 17 00:00:00 2001 From: fpxie Date: Tue, 8 May 2018 17:26:32 +0800 Subject: [PATCH] Trivial: Fix the pep8 warning The yaml should start with "---" Change-Id: I702cdf43afb6dffb8b7653e8c173f09dc8227bdc --- examples/playbook.yml | 1 + tasks/keystone_uwsgi.yml | 1 + tests/ansible-role-requirements.yml | 1 + zuul.d/project.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/playbook.yml b/examples/playbook.yml index adfac9f1..947c1a5a 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -1,3 +1,4 @@ +--- - name: Installation and setup of Keystone hosts: keystone_all user: root diff --git a/tasks/keystone_uwsgi.yml b/tasks/keystone_uwsgi.yml index 81523bdc..43bfc7dc 100644 --- a/tasks/keystone_uwsgi.yml +++ b/tasks/keystone_uwsgi.yml @@ -1,3 +1,4 @@ +--- # Copyright 2016, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 14db2d74..8a3cc763 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -1,3 +1,4 @@ +--- - name: apt_package_pinning src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning scm: git diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index ebe708fe..18c7d071 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,3 +1,4 @@ +--- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License");