From b1fe6e7f45efb5a9d356c7ea55ca808b0aef6dbf Mon Sep 17 00:00:00 2001 From: nicolas-f <1382241+nicolas-f@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:32:55 +0200 Subject: [PATCH] Update fetch_rpi_data.yml add ignored 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 e05026d..e3b98aa 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: ["b827ebd87ca3"] + disabled_sync: ["b827ebd87ca3", "b827eb56874e"] tasks: # - name: get current RX # shell: /usr/sbin/ifconfig tun0 | grep "RX packets" | awk '{print $5}'