From 9700a8b393dbf3cd4099a0ebdf429a5e96d272d6 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Fri, 23 Sep 2022 04:55:38 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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