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:
parent
88cd3b6c58
commit
4fdad7a741
@ -4,7 +4,7 @@
|
|||||||
prefix: bindep
|
prefix: bindep
|
||||||
register: bindep_temp_dir
|
register: bindep_temp_dir
|
||||||
notify:
|
notify:
|
||||||
- remove bindep temp dir
|
- remove bindep temp dir
|
||||||
|
|
||||||
- name: install bindep into temporary venv
|
- name: install bindep into temporary venv
|
||||||
pip:
|
pip:
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
src: "{{ zuul.executor.log_root }}/"
|
src: "{{ zuul.executor.log_root }}/"
|
||||||
dest: "{{zuul_logserver_root}}/{{ log_path }}/"
|
dest: "{{zuul_logserver_root}}/{{ log_path }}/"
|
||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--exclude=job-output.txt"
|
- "--exclude=job-output.txt"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
# After this point there are no more logs
|
# After this point there are no more logs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user