From 2c319c859345c1906ebd8d779309fcf7b8d14dc1 Mon Sep 17 00:00:00 2001 From: wangqi Date: Mon, 6 Aug 2018 07:16:06 +0000 Subject: [PATCH] Trivial: Fix the pep8 warning The yaml should start with "---" Change-Id: Ifd6df78a76ed1f90e1523345b775b830b61a003c --- examples/playbook.yml | 1 + tests/ansible-role-requirements.yml | 1 + vars/debian.yml | 1 + vars/distro_install.yml | 1 + vars/redhat.yml | 1 + vars/source_install.yml | 1 + vars/suse.yml | 1 + 7 files changed, 7 insertions(+) diff --git a/examples/playbook.yml b/examples/playbook.yml index 03d4a97..8083e2d 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -1,3 +1,4 @@ +--- - name: Install barbican server hosts: barbican_all user: root diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 5368d68..73ae12a 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/vars/debian.yml b/vars/debian.yml index e204d57..96d1e3f 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -1,3 +1,4 @@ +--- # Copyright 2016, Intel Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vars/distro_install.yml b/vars/distro_install.yml index c53f259..606f610 100644 --- a/vars/distro_install.yml +++ b/vars/distro_install.yml @@ -1,3 +1,4 @@ +--- # Copyright 2017, SUSE Linux GmbH. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vars/redhat.yml b/vars/redhat.yml index ada702b..1c0ea91 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -1,3 +1,4 @@ +--- # Copyright 2016 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vars/source_install.yml b/vars/source_install.yml index b2799b9..a50bc0a 100644 --- a/vars/source_install.yml +++ b/vars/source_install.yml @@ -1,3 +1,4 @@ +--- # Copyright 2019, SUSE Linux GmbH. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/vars/suse.yml b/vars/suse.yml index 9850509..261c1e1 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -1,3 +1,4 @@ +--- # Copyright 2017, SUSE Linux GmbH. # # Licensed under the Apache License, Version 2.0 (the "License");