Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
9700a8b393
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      playbooks/mpdb.yaml

+ 2
- 2
playbooks/mpdb.yaml View File

@@ -62,7 +62,7 @@
mode: '0755' mode: '0755'
notify: notify:
- Restart MPD - Restart MPD
- name: setup service on hosts
- name: setup service on hosts
template: template:
src: mpdb.service.j2 src: mpdb.service.j2
dest: "/usr/lib/systemd/system/mpd.service" dest: "/usr/lib/systemd/system/mpd.service"
@@ -71,7 +71,7 @@
group: root group: root
notify: notify:
- Restart MPD - Restart MPD
- name: mpd service start
- name: mpd service start
systemd: systemd:
name: "mpd" name: "mpd"
state: started state: started


Loading…
Cancel
Save