Explorar el Código

working on changes, and debugging

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

+ 2
- 1
playbooks/mpdf.yaml Ver fichero

@@ -130,8 +130,9 @@
handlers:
- name: Restart MPD
ansible.builtin.service:
name: mpd
name: "mpdf{{ item }}"
state: restarted
loop: "{{ range(1,mpdcount|int + 1) }}"
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml


Cargando…
Cancelar
Guardar