diff --git a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml index cf3fc4b..ee8cce5 100644 --- a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml +++ b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml @@ -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'" @@ -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'"