summaryrefslogtreecommitdiff
path: root/playbooks/devstack/grenade/post.yaml
blob: baf87608654ef81680c909b019c1e61566bd808c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- hosts: primary
  tasks:
    - name: Copy files from {{ ansible_user_dir }}/workspace/ on node
      synchronize:
        src: '{{ ansible_user_dir }}/workspace/'
        dest: '{{ zuul.executor.log_root }}'
        mode: pull
        copy_links: true
        verify_host: true
        rsync_opts:
          - --include=/logs/**
          - --include=*/
          - --exclude=*
          - --prune-empty-dirs