diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 9d2060a..394ed1d 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -33,7 +33,7 @@ - name: Upload service script config ansible.builtin.copy: src: scripts/mqtt_srv.cfg - dest: /etc/mqtt_srv + dest: /etc/mqtt_srv/ mode: '755' owner: root when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router']