瀏覽代碼

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) }}"



Loading…
取消
儲存