From 1a1194b425c075dbea4956745c32c1eafb8dd0af Mon Sep 17 00:00:00 2001 From: Svetlana Shturm Date: Fri, 26 Feb 2021 14:40:08 -0600 Subject: [PATCH] airship-gather-runtime-logs: do not synchronize owner Change-Id: I140f1f00caf720d51a54787d6f4a9cd57ee87c0b --- roles/airship-gather-runtime-logs/tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/airship-gather-runtime-logs/tasks/main.yaml b/roles/airship-gather-runtime-logs/tasks/main.yaml index 84a3f12..ac6d958 100644 --- a/roles/airship-gather-runtime-logs/tasks/main.yaml +++ b/roles/airship-gather-runtime-logs/tasks/main.yaml @@ -43,3 +43,6 @@ src: "{{ runtime_logs_dir }}" dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}" mode: pull + verify_host: true + owner: no + group: no