Merge "Add "---" into some files of yaml"

This commit is contained in:
Jenkins 2016-09-21 15:11:32 +00:00 committed by Gerrit Code Review
commit 5e0fe095b0
6 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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