1
0
Fork 0

Change owner of passwd file to mosquitto

In bullseye this is the user running it.
This commit is contained in:
Daniele Tricoli 2021-05-27 06:07:43 +02:00
parent c6e2090faf
commit f9a47d5f10
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
- name: ensure /etc/mosquitto/passwd has restrictive persmissions
file:
path: /etc/mosquitto/passwd
owner: root
owner: mosquitto
group: root
mode: 0640