summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2024-06-25 18:42:39 +0200
committeruvok cheetah2024-06-25 18:42:39 +0200
commit8221d0341c45a1cc7db978256e3574a215b85dcf (patch)
treeae66e2823ebf1d543d4ed6fef3c9efdb8bb61660
parent7d69b4221866498a841dc16a796d844d4f818206 (diff)
bird: Make rsync use checksum
-rw-r--r--roles/uvok_bird/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/uvok_bird/tasks/main.yml b/roles/uvok_bird/tasks/main.yml
index 1bb1043..4c9390d 100644
--- a/roles/uvok_bird/tasks/main.yml
+++ b/roles/uvok_bird/tasks/main.yml
@@ -83,6 +83,7 @@
recursive: true
archive: false
compress: false
+ checksum: true
rsync_opts:
- '--chown=bird:bird'
- '--chmod=0640'