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:
Bertrand Lallau 2017-04-25 17:14:33 +02:00
parent 21e8948839
commit 1d003a54ca
4 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
- name: Restart memcached container
vars:
service: "{{ memcached_services.memcached }}"

View File

@ -1,3 +1,4 @@
---
- name: Restart rally container
vars:
service_name: "rally"

View File

@ -1,3 +1,4 @@
---
- name: Restart tempest container
vars:
service_name: "tempest"

View File

@ -1,3 +1,4 @@
---
- name: Restart vmtp container
vars:
service_name: "vmtp"