Ver código fonte

working on changes, and debugging

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

+ 9
- 9
playbooks/mpdf.yaml Ver arquivo

@@ -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) }}"


Carregando…
Cancelar
Salvar