From 8fdd48478f79b4528b5c13f376512f499a8b0b23 Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:29:06 +0200 Subject: [PATCH] b827ebc3d1e5 is too slow --- 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 8a9d1b0..a3d75bd 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: ["b827eb11d0a3","b827eb423d54","b827eb63c0d3"] + disabled_sync: ["b827eb11d0a3","b827eb423d54","b827eb63c0d3", "b827ebc3d1e5"] tasks: # - name: get current RX # shell: /usr/sbin/ifconfig tun0 | grep "RX packets" | awk '{print $5}'