浏览代码

working on changes, and debugging

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

+ 8
- 8
playbooks/mpdf.yaml 查看文件

@@ -60,13 +60,13 @@
group: root
loop: "{{ range(1,count|int + 1) }}"

- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"
- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"



正在加载...
取消
保存