Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
26758b8a23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      playbooks/mpdf.yaml

+ 3
- 0
playbooks/mpdf.yaml View File

@@ -53,18 +53,21 @@
- name: mpdf var directory
file:
path: "/var/lib/mpd {{ item }}"
state: directory
owner: mpd
group: mpd
mode: '0755'
- name: mpdf playlist directory
file:
path: "/var/lib/mpd {{ item }}/playlist"
state: directory
owner: mpd
group: mpd
mode: '0755'
- name: mpdf music directory
file:
path: "/var/lib/mpd {{ item }}/music"
state: directory
owner: mpd
group: mpd
mode: '0755'


Loading…
Cancel
Save