Browse Source

working on changes, and debugging

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

+ 2
- 2
playbooks/mpdf.yaml View File

@@ -65,7 +65,7 @@
owner: mpd
group: mpd
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
file:
path: "/var/lib/mpd {{ item }}/music"
@@ -73,7 +73,7 @@
owner: mpd
group: mpd
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
loop: "{{ range(1,count|int + 1) }}"
- name: setup service on hosts
template:
src: mpdf.service.j2


Loading…
Cancel
Save