diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 016fa84..39b5678 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: true + ignore_unreachable: false ignore_errors: true tasks: - name: Install python3-pip