Browse Source

working on changes, and debugging

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

+ 1
- 1
playbooks/mpdf.yaml View File

@@ -40,7 +40,7 @@
tasks:
- name: "mpd backendhost"
set_fact:
backendhost: "{{ inventory_hostname |replace (f, b) }}"
backendhost: "{{ inventory_hostname |replace ('f', 'b') }}"
- name: Install mpdf on hosts
apt:
name: mpd


Loading…
Cancel
Save