summaryrefslogtreecommitdiff
path: root/playbooks/image-build/post.yaml
blob: d993a0588de5e26986f1363f7bb0a6f187f802b6 (plain)
1
2
3
4
5
6
7
8
9
10
- 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=/*/*/"