This commit is contained in:
2025-05-06 18:05:32 +02:00
parent bb248011ad
commit 9e3ce2e113

View File

@ -43,6 +43,8 @@
- name: Create dir
ansible.builtin.file:
path: /etc/mqtt_srv/
state: directory
mode: '0755'
owner: root
group: root
- name: Upload service script config