diff options
author | uvok cheetah | 2024-06-25 18:42:39 +0200 |
---|---|---|
committer | uvok cheetah | 2024-06-25 18:42:39 +0200 |
commit | 8221d0341c45a1cc7db978256e3574a215b85dcf (patch) | |
tree | ae66e2823ebf1d543d4ed6fef3c9efdb8bb61660 /roles | |
parent | 7d69b4221866498a841dc16a796d844d4f818206 (diff) |
bird: Make rsync use checksum
Diffstat (limited to 'roles')
-rw-r--r-- | roles/uvok_bird/tasks/main.yml | 1 |
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' |