Sfoglia il codice sorgente

working on changes, and debugging

master
Erin Sims 2 anni fa
parent
commit
d91b6cbdde
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. +9
    -9
      playbooks/mpdf.yaml

+ 9
- 9
playbooks/mpdf.yaml Vedi File

@@ -42,13 +42,13 @@
name: mpd
state: present

- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: /etc/mpdf{{ item ]].conf
owner: root
group: root
notify:
- restart mpd
loop: "{{ range(1,count|int + 1) }}"
- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: /etc/mpdf{{ item ]].conf
owner: root
group: root
notify:
- restart mpd
loop: "{{ range(1,count|int + 1) }}"


Caricamento…
Annulla
Salva