Ver código fonte

working on changes, and debugging

master
Erin Sims 2 anos atrás
pai
commit
94ff20dfb9
1 arquivos alterados com 9 adições e 10 exclusões
  1. +9
    -10
      playbooks/mpdf.yaml

+ 9
- 10
playbooks/mpdf.yaml Ver arquivo

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

owner: mpd
group: mpd
mode: '0755'
- name: setup service on hosts
template:
src: mpdf.service.j2


Carregando…
Cancelar
Salvar