Trivial: Fix the pep8 warning

The yaml should start with "---"

Change-Id: Ie33623c5607194d57a29557e794c6f9a96582965
This commit is contained in:
fpxie 2018-06-20 16:22:26 +08:00
parent d1730f37a3
commit 5ff348020c
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Install and configure pip
hosts: all
user: root

View File

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