Browse Source

working on changes, and debugging

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

+ 1
- 1
playbooks/mpdf.yaml View File

@@ -46,7 +46,7 @@
- name: setup config on hosts - name: setup config on hosts
template: template:
src: mpdf.conf.j2 src: mpdf.conf.j2
dest: /etc/mpdf{{ item }}.conf
dest: "/etc/mpdf{{ item }}.conf"
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root


Loading…
Cancel
Save