run-base: exclude __pycache__ from logs
We don't need to copy this back over. Change-Id: I419c9c80526953177f808ad7b180deba9bf0434e
This commit is contained in:
parent
6dab882147
commit
a491f80f6f
@ -19,4 +19,6 @@
|
|||||||
mode: pull
|
mode: pull
|
||||||
src: "/etc/ansible"
|
src: "/etc/ansible"
|
||||||
verify_host: true
|
verify_host: true
|
||||||
|
rsync_opts:
|
||||||
|
- "--exclude=__pycache__"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user