run-base: exclude __pycache__ from logs

We don't need to copy this back over.

Change-Id: I419c9c80526953177f808ad7b180deba9bf0434e
This commit is contained in:
James E. Blair 2018-08-30 11:05:49 -07:00
parent 6dab882147
commit a491f80f6f
1 changed files with 2 additions and 0 deletions

View File

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