Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
15bafcf56f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      playbooks/mpdf.yaml

+ 2
- 2
playbooks/mpdf.yaml Ver fichero

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


Cargando…
Cancelar
Guardar