mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
"systemctl daemon_reload" before mosquitto service enabled/started
This commit is contained in:
parent
3d5058f74a
commit
f3e144eb6b
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
|
||||
- name: Enable & Start mosquitto service
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: mosquitto
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue