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: