Add "---" into some files of yaml

TrivialFix

Change-Id: Id2cd736f136068514f26977b434b15a8b1ffc8be
This commit is contained in:
caoyuan 2016-09-20 20:04:48 +08:00
parent aa7a338f2e
commit a071bce07b
6 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Running Glance bootstrap container
kolla_docker:
action: "start_container"

View File

@ -1,3 +1,4 @@
---
- name: Running Heat bootstrap container
kolla_docker:
action: "start_container"

View File

@ -1,3 +1,4 @@
---
- name: Running Ironic bootstrap container
kolla_docker:
action: "start_container"

View File

@ -1,3 +1,4 @@
---
- name: Pulling Kibana image
kolla_docker:
action: "pull_image"

View File

@ -1,3 +1,4 @@
---
docker_version_min: '1.10.0'
docker_py_version_min: '1.6.0'
ansible_version_min: '2.0.0'

View File

@ -1,3 +1,4 @@
---
skip_bootstrap: true
skip_start: true
install_dib: true