Set max_propagation_days to 0 for CentOS

Upgrade scan-primary-mirror to 0.4.0

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2022-01-19 14:40:40 +01:00
parent 40da8bf522
commit 6a4ca1bac8
No known key found for this signature in database
GPG key ID: 82C9378ED3C4906A
2 changed files with 3 additions and 3 deletions

View file

@ -183,7 +183,7 @@
- name: checkout scan-primary-mirror
git:
repo: https://github.com/adrianreber/scan-primary-mirror.git
version: 0.3.0
version: 0.4.0
dest: /srv/scan-primary-mirror.git
become: yes
become_user: mirrormanager

View file

@ -1,6 +1,6 @@
common_rsync_options="--no-motd --timeout 14400"
max_propagation_days = 2
max_stale_days = 3
max_propagation_days = 0
max_stale_days = 0
excludes=[".*\\.snapshot", ".*/\\.~tmp~"]
[database]