Made sequence indent consistent

Change-Id: I5ea4232ca4fd6e03d5b5f72eb6704bee84d04ea5
This commit is contained in:
Sorin Sbarnea
2020-05-05 13:32:53 +01:00
parent 263fea0727
commit 4af438d136
10 changed files with 45 additions and 44 deletions

View File

@@ -16,11 +16,11 @@
# to cover the find-*.sh scripts in the role a bit more.
- name: Install stestr and subunit-output
pip:
name:
- stestr>=2.0.0,<2.6.0
- python-subunit
virtualenv: "{{ zuul_work_dir }}/.tox/utests/"
virtualenv_command: '{{ ensure_pip_virtualenv_command }}'
name:
- stestr>=2.0.0,<2.6.0
- python-subunit
virtualenv: "{{ zuul_work_dir }}/.tox/utests/"
virtualenv_command: '{{ ensure_pip_virtualenv_command }}'
- name: Ensure that the test directories exists
file: