diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index a9397d5..f3b0d35 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 tasks: - name: Install python3-pip ansible.builtin.apt: