From b59294e30b75d9edbf6c905ede112e493acb7b4d Mon Sep 17 00:00:00 2001 From: jaydee Date: Sun, 2 Jun 2024 23:44:58 +0200 Subject: [PATCH] bitwarden --- playbooks/modify_tasmotas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/modify_tasmotas.yml b/playbooks/modify_tasmotas.yml index acfbe31..2ea0b79 100644 --- a/playbooks/modify_tasmotas.yml +++ b/playbooks/modify_tasmotas.yml @@ -5,6 +5,7 @@ - name: Check that you can connect (GET) to a page and it returns a status 200 ansible.builtin.uri: url: http://{{ item }}/cm?cmnd=Backlog%20MqttHost%20{{ MQTT_BROKER }}%3BMqttUser%20{{ MQTT_USER }}%3BMqttPassword%20{{ MQTT_PASS }} + ignore_errors: true with_items: - 192.168.77.180 - 192.168.77.181