Fix a string concat issue

Change-Id: If6b352471ec77c2fcdd20853768acdc53159f4c1
This commit is contained in:
Monty Taylor 2017-08-19 09:51:57 -05:00
parent 1dd472471b
commit 76c78a348e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -10,5 +10,5 @@
when: ara_db_stat.stat.exists
- name: Generate ara html output
command: ara generate html "{{ zuul.executor.log_root/ara }}"
command: "ara generate html {{ zuul.executor.log_root }}/ara"
when: ara_command_type|succeeded and not ara_command_type|skipped