trove/playbooks/image-build/post.yaml
Lingxian Kong 86f0ace357 Fix Trove periodic job
Change-Id: Iaa6b7e04ab3882d426b8943591fc9189243d69c0
2019-09-23 22:23:13 +12:00

11 lines
257 B
YAML

- hosts: all
name: Copy image
tasks:
- synchronize:
src: "{{ ansible_user_dir }}/images"
dest: "{{ zuul.executor.work_root }}/artifacts/"
mode: pull
verify_host: true
rsync_opts:
- "--exclude=/*/*/"