Remove bogus post_tasks line from upload-logs

Bad copy-pasta

Change-Id: If637b0d6f22e345b1a4e462585080a890a9acc26
This commit is contained in:
Monty Taylor 2017-08-20 09:18:06 -05:00
parent ce51ea6115
commit 85a987cc38
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -35,11 +35,10 @@
dest: "{{zuul_logserver_root}}/{{ log_path }}/job-output.txt.gz" dest: "{{zuul_logserver_root}}/{{ log_path }}/job-output.txt.gz"
verify_host: true verify_host: true
post_tasks: - name: Return log URL to Zuul
- name: Return log URL to Zuul delegate_to: localhost
delegate_to: localhost zuul_return:
zuul_return: data:
data: zuul:
zuul: log_url: "{{ zuul_log_url }}/{{ log_path }}/"
log_url: "{{ zuul_log_url }}/{{ log_path }}/" when: zuul_log_url is defined
when: zuul_log_url is defined