diff --git a/playbooks/mpdb.yaml b/playbooks/mpdb.yaml index f1e56e3..2cff2c0 100644 --- a/playbooks/mpdb.yaml +++ b/playbooks/mpdb.yaml @@ -62,7 +62,7 @@ mode: '0755' notify: - Restart MPD - - name: setup service on hosts + - name: setup service on hosts template: src: mpdb.service.j2 dest: "/usr/lib/systemd/system/mpd.service" @@ -71,7 +71,7 @@ group: root notify: - Restart MPD - - name: mpd service start + - name: mpd service start systemd: name: "mpd" state: started