Przeglądaj źródła

working on changes, and debugging

master
Erin Sims 2 lat temu
rodzic
commit
6a6b123d90
1 zmienionych plików z 9 dodań i 1 usunięć
  1. +9
    -1
      playbooks/mpdf.yaml

+ 9
- 1
playbooks/mpdf.yaml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz