blob: 2f3cfe685b0c453acdb4bacde0c3b2f13936799a [file] [log] [blame]
Gregory Thiemongee437e222026-01-12 10:14:40 +01001- hosts: all
2 name: Copy image
3 tasks:
4 - synchronize:
5 dest: "{{ zuul.executor.work_root }}/artifacts/"
6 mode: pull
7 src: "{{ ansible_user_dir }}/test-server"
8 verify_host: true
9 rsync_opts:
10 - "--exclude=/*/*/"