blob: 2f3cfe685b0c453acdb4bacde0c3b2f13936799a [file] [log] [blame]
- hosts: all
name: Copy image
tasks:
- synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts/"
mode: pull
src: "{{ ansible_user_dir }}/test-server"
verify_host: true
rsync_opts:
- "--exclude=/*/*/"