Browse Source

working on changes, and debugging

master
Erin Sims 2 years ago
parent
commit
d91b6cbdde
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      playbooks/mpdf.yaml

+ 9
- 9
playbooks/mpdf.yaml View 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) }}"


Loading…
Cancel
Save