[trival] fix the indent of roles key

Change-Id: Ie0920b4a6a0a357404329a38d2d87ff3c345c940
This commit is contained in:
chenhb 2018-07-31 10:12:37 +08:00
parent 67882d55ca
commit 1d689ab5f7
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ See `official doc
<https://docs.openstack.org/infra/system-config/zuulv3.html>`_ for more
details.
What do we have in this this dir?
What do we have in this dir?
---------------------------------
.. note:: Do not document all files and jobs here. It will (for sure) become

View File

@ -1,6 +1,6 @@
- hosts: all
roles:
- run-devstack
- run-devstack
- hosts: controller
vars:
@ -12,10 +12,10 @@
rally_resources_at_start: '{{ rally_results_dir }}/resources_at_start.txt'
rally_task_args_file: "100-percent-not-exist-file"
roles:
- prepare-for-rally-task
- snapshot-available-os-resources
- run-rally-task
- process-task-results
- import-task-results
- check-os-resources
- check-task-sla
- prepare-for-rally-task
- snapshot-available-os-resources
- run-rally-task
- process-task-results
- import-task-results
- check-os-resources
- check-task-sla