浏览代码

working on changes, and debugging

master
Erin Sims 2 年前
父节点
当前提交
9700a8b393
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      playbooks/mpdb.yaml

+ 2
- 2
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


正在加载...
取消
保存