Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
603c4f5882
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      playbooks/mpdf.yaml

+ 6
- 6
playbooks/mpdf.yaml View File

@@ -54,24 +54,24 @@
file:
path: "/var/lib/mpd{{ item }}"
state: directory
owner: mpd
group: mpd
owner: root
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf playlist directory
file:
path: "/var/lib/mpd{{ item }}/playlist"
state: directory
owner: mpd
group: mpd
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
owner: mpd
group: mpd
owner: root
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: setup service on hosts


Loading…
Cancel
Save