diff --git a/tasks/install.yml b/tasks/install.yml index 32f7052..3c055c9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -35,3 +35,10 @@ system: yes createhome: no shell: /sbin/nologin + +- name: Enable systemd service + systemd: + state: started + daemon_reload: yes + enabled: yes + name: mosquitto