This commit is contained in:
2025-05-06 18:04:03 +02:00
parent 4a7838cd19
commit bb248011ad

View File

@ -40,7 +40,11 @@
group: root
remote_src: true
when: inventory_hostname != 'nas.home.lan'
- name: Create dir
ansible.builtin.file:
path: /etc/mqtt_srv/
owner: root
group: root
- name: Upload service script config
ansible.builtin.copy:
src: "{{ dest_folder }}/mqtt_srv.cfg"