Browse Source

working on changes, and debugging

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

+ 1
- 1
playbooks/mpdf.yaml View File

@@ -36,7 +36,7 @@
volume_normalization: no volume_normalization: no
audio_buffer_size: 2048 audio_buffer_size: 2048
buffer_before_play: "1%" buffer_before_play: "1%"
backendhost: {{ inventory_hostname|replace("f", "b" ) }}
backendhost: "{{ inventory_hostname|replace("f", "b") }}"
tasks: tasks:
- name: Install mpdf on hosts - name: Install mpdf on hosts


Loading…
Cancel
Save