summaryrefslogtreecommitdiff
path: root/playbooks/image-build/post.yaml
blob: bebd79fb2b75be6db124b165ada243030cc4e9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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:
          - --include="trove-*.qcow2"
          - --exclude=*
          - --prune-empty-dirs