Skip to content

Commit

Permalink
decrease timeout of rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jun 25, 2024
1 parent c7f96b9 commit 203a52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ansible_openvpn/playbooks/fetch_rpi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
mode: 'pull'
src: '{{ source }}'
dest: '{{ destination }}{{ year_week.stdout }}/{{ rpi_mac.stdout }}'
rsync_timeout: 900
rsync_timeout: 30
rsync_opts:
- "--remove-source-files"
- "--exclude='*.tmp'"
Expand All @@ -42,7 +42,7 @@
mode: 'pull'
src: '{{ source2 }}'
dest: '{{ destination }}{{ year_week.stdout }}/{{ rpi_mac.stdout }}'
rsync_timeout: 900
rsync_timeout: 30
rsync_opts:
- "--remove-source-files"
- "--exclude='*.tmp'"
Expand Down

0 comments on commit 203a52c

Please sign in to comment.