From a491f80f6fcf10dc4b1dd42b766e72aa59d6d2d4 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@redhat.com>
Date: Thu, 30 Aug 2018 11:05:49 -0700
Subject: [PATCH] run-base: exclude __pycache__ from logs

We don't need to copy this back over.

Change-Id: I419c9c80526953177f808ad7b180deba9bf0434e
---
 playbooks/zuul/run-base-post.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/playbooks/zuul/run-base-post.yaml b/playbooks/zuul/run-base-post.yaml
index 75926dd564..8adf1a9e88 100644
--- a/playbooks/zuul/run-base-post.yaml
+++ b/playbooks/zuul/run-base-post.yaml
@@ -19,4 +19,6 @@
         mode: pull
         src: "/etc/ansible"
         verify_host: true
+        rsync_opts:
+          - "--exclude=__pycache__"
       ignore_errors: true