Explorar el Código

working on changes, and debugging

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

+ 8
- 8
playbooks/mpdf.yaml Ver fichero

@@ -60,13 +60,13 @@
group: root
loop: "{{ range(1,count|int + 1) }}"

- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"
- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"



Cargando…
Cancelar
Guardar