diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 39b5678..016fa84 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -1,6 +1,6 @@ - hosts: mqtt_srv name: Install mqtt_srv - ignore_unreachable: false + ignore_unreachable: true ignore_errors: true tasks: - name: Install python3-pip