Add the "---" into ansible yaml file

Change-Id: If4e684da58bffbe25d5bbed4dd4c56d0b5345114
Story: #2003783
Task: #26488
This commit is contained in:
jacky06 2018-09-16 01:35:14 -04:00
parent 47fe222b6d
commit 2eed13885a
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- hosts: all
environment:
OS_CLOUD: devstack-admin

View File

@ -1,3 +1,4 @@
---
- name: Find Cirros UEC image
shell: openstack image list -f value -c Name | grep 'cirros-.*-uec$'
register: cirros_uec_image_result

View File

@ -1,3 +1,4 @@
---
- name: Create a port
command: openstack port create --network private test-port
when: metalsmith_precreate_port

View File

@ -1,3 +1,4 @@
---
- hosts: all
tasks:
- name: Check that VM logs exist

View File

@ -1,3 +1,4 @@
---
- hosts: all
roles:
- run-devstack

View File

@ -1,3 +1,4 @@
---
- hosts: all
environment:
OS_CLOUD: devstack-admin

View File

@ -1,3 +1,4 @@
---
- name: Find a public SSH key file
find:
path: ~/.ssh/