Remove extra quotation mark

Change-Id: I3d496cc4990cdacaca8e28c23bc126b9c9779edd
This commit is contained in:
Monty Taylor 2017-09-10 12:27:23 -06:00
parent ed7a359f67
commit 0128c488e5
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -6,5 +6,5 @@
when: zuul.change_url is defined
- debug:
msg: "At completion, logs for this job will be available at "{{ zuul_log_url }}/{{ zuul_log_path }}"
msg: "At completion, logs for this job will be available at {{ zuul_log_url }}/{{ zuul_log_path }}"
when: zuul_log_url is defined and zuul_log_path is defined