Merge "run-base: exclude __pycache__ from logs"

This commit is contained in:
Zuul 2018-08-30 18:57:02 +00:00 committed by Gerrit Code Review
commit 017fdf3e34

View File

@ -19,4 +19,6 @@
mode: pull
src: "/etc/ansible"
verify_host: true
rsync_opts:
- "--exclude=__pycache__"
ignore_errors: true