Add YAML missing dashes at start of file
YAML files are supposed to start with three dashes to indicate the beginning of the document. Nota: Ansible won’t complain if they are missing. Change-Id: I5cd417971f7af2977e7527b7b454a999718cfcda
This commit is contained in:
parent
21e8948839
commit
1d003a54ca
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Restart memcached container
|
||||
vars:
|
||||
service: "{{ memcached_services.memcached }}"
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Restart rally container
|
||||
vars:
|
||||
service_name: "rally"
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Restart tempest container
|
||||
vars:
|
||||
service_name: "tempest"
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: Restart vmtp container
|
||||
vars:
|
||||
service_name: "vmtp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user