From c678b17dd06fbc48f411550c0a6f689c73ee55fe Mon Sep 17 00:00:00 2001 From: Michal Date: Oct 02 2019 10:09:30 +0000 Subject: Add destination path for log directory where repo is created repo-fetch role returns repo url. Including repo path will allow to use rsync to download the rpm repo folder rather then http. --- diff --git a/roles/repo-fetch/tasks/main.yaml b/roles/repo-fetch/tasks/main.yaml index 5e3c243..2b537c6 100644 --- a/roles/repo-fetch/tasks/main.yaml +++ b/roles/repo-fetch/tasks/main.yaml @@ -12,3 +12,5 @@ artifacts: - name: repo url: buildset + metadata: + dest_path: '{{ zuul.executor.log_root }}/buildset/'