upload-logs/bindep: fix indentation

These roles are failing yamllint:
  roles/upload-logs/tasks/main.yaml
  23:5      error    wrong indentation: expected 6 but found 4  (indentation)

  roles/bindep/tasks/install.yaml
  7:3       error    wrong indentation: expected 4 but found 2  (indentation)

Change-Id: I189dd08c4d1c091d1e53ca87d52dbaf3f89ba45f
This commit is contained in:
Tristan Cacqueray 2017-09-03 01:10:40 +00:00
parent 88cd3b6c58
commit 4fdad7a741
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
prefix: bindep
register: bindep_temp_dir
notify:
- remove bindep temp dir
- remove bindep temp dir
- name: install bindep into temporary venv
pip:

View File

@ -20,7 +20,7 @@
src: "{{ zuul.executor.log_root }}/"
dest: "{{zuul_logserver_root}}/{{ log_path }}/"
rsync_opts:
- "--exclude=job-output.txt"
- "--exclude=job-output.txt"
no_log: true
# After this point there are no more logs