Merge "Use synchronize to upload to static site"

This commit is contained in:
Zuul
2017-10-20 17:37:18 +00:00
committed by Gerrit Code Review

View File

@ -12,8 +12,7 @@
- hosts: "{{ fileserver.fqdn }}"
gather_facts: False
tasks:
- name: Upload docs to static site
copy:
synchronize:
src: "{{ zuul.executor.work_root }}/artifacts/"
dest: "{{ fileserver.path }}/{{ zuul.project.short_name }}/"