From 3327ffe530028934e8ced4aae9a536f67c61c167 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 9 Jul 2024 01:51:42 +0200 Subject: [PATCH] upt playbook --- playbooks/install_mqtt_srv.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 4b4b4f5..39b5678 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -1,6 +1,7 @@ - hosts: mqtt_srv name: Install mqtt_srv ignore_unreachable: false + ignore_errors: true tasks: - name: Install python3-pip ansible.builtin.apt: