Fix a playbook typo

This is blocking https://review.openstack.org/482282

Change-Id: I9d4c84d0624b01944ad42a1519c64fa886151a4f
This commit is contained in:
Jesse Keating 2017-07-10 14:35:54 -07:00
parent 7f64bddb1d
commit 05735e64e7

View File

@ -1,5 +1,5 @@
- hosts: all
tasks::
tasks:
- name: Collect test-results
synchronize:
dest: "{{ zuul.executor.log_root }}"