Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ibf8a41b10c0aa222c5ce1c78f39a33f70c2ffcb7
This commit is contained in:
fpxie 2018-06-20 16:15:21 +08:00
parent e916c744d5
commit 63faaf8184
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Set up repo builds
hosts: repo_all
user: root

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 @@
---
# Test data output from the py_pkgs lookup
# To produce a fresh version of this, execute:
# /opt/ansible-runtime/bin/python /etc/ansible/roles/plugins/lookup/py_pkgs.py \

View File

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