1
0
Fork 0

Use mosquitto_become and mosquitto_become_user

This commit is contained in:
Daniele Tricoli 2021-05-27 05:29:51 +02:00
parent 644a296b92
commit 3b2e3c64a1
1 changed files with 36 additions and 31 deletions

View File

@ -1,4 +1,6 @@
---
- block:
- name: install mosquitto
apt:
name:
@ -34,3 +36,6 @@
systemd:
state: started
name: mosquitto
become: "{{ mosquitto_become }}"
become_user: "{{ mosquitto_become_user }}"