From ff3b64a3ccb14b44df898608e7b1f8a6873b5f22 Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:37:25 +0200 Subject: [PATCH] Update fetch_rpi_data.yml slow rpi --- services/ansible_openvpn/playbooks/fetch_rpi_data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml index 620d437..e05026d 100644 --- a/services/ansible_openvpn/playbooks/fetch_rpi_data.yml +++ b/services/ansible_openvpn/playbooks/fetch_rpi_data.yml @@ -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: [] + disabled_sync: ["b827ebd87ca3"] tasks: # - name: get current RX # shell: /usr/sbin/ifconfig tun0 | grep "RX packets" | awk '{print $5}'