Skip to content

Commit

Permalink
Update fetch_rpi_data.yml
Browse files Browse the repository at this point in the history
Remove disabled sync as slow data-rate rpi has been moved
  • Loading branch information
nicolas-f authored Aug 19, 2024
1 parent da0cd18 commit d1c7e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ansible_openvpn/playbooks/fetch_rpi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
destination: '/home/semaphore/data/to_process/'
ansible_rsync_path: '/usr/bin/timeout 600 /usr/bin/rsync'
year_week: "{{ hostvars['localhost']['year_week'] }}"
disabled_sync: ["b827eb11d0a3","b827eb423d54","b827eb63c0d3", "b827ebc3d1e5"]
disabled_sync: []
tasks:
# - name: get current RX
# shell: /usr/sbin/ifconfig tun0 | grep "RX packets" | awk '{print $5}'
Expand Down

0 comments on commit d1c7e51

Please sign in to comment.