瀏覽代碼

working on changes, and debugging

master
Erin Sims 2 年之前
父節點
當前提交
6a6b123d90
共有 1 個檔案被更改,包括 9 行新增1 行删除
  1. +9
    -1
      playbooks/mpdf.yaml

+ 9
- 1
playbooks/mpdf.yaml 查看文件

@@ -66,7 +66,15 @@
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
- name: mpdf pid file
file:
path: "/var/lib/mpd{{ item }}/pid"
state: file
owner: root
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
file:
path: "/var/lib/mpd{{ item }}/music"
state: directory


Loading…
取消
儲存