Merge "Add the "---" into ansible yaml file"

This commit is contained in:
Zuul 2018-09-23 14:05:35 +00:00 committed by Gerrit Code Review
commit c46c1204a6
7 changed files with 7 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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