mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
The rsync based crawler has two excludes hardcoded: cmd = "rsync --temp-dir=/tmp -r --exclude=.snapshot --exclude='*.~tmp~'" To avoid failures during rsync crawling this adds 'lost+found' to the exclude list via the configuration file. Signed-off-by: Adrian Reber <adrian@lisas.de>