ソースを参照

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



読み込み中…
キャンセル
保存