Sfoglia il codice sorgente

working on changes, and debugging

master
Erin Sims 2 anni fa
parent
commit
3d0a66bde4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      playbooks/mpdb.yaml

+ 2
- 2
playbooks/mpdb.yaml Vedi File

@@ -45,7 +45,7 @@
state: present
- name: setup config on hosts
template:
src: mpdf.conf.j2
src: mpdb.conf.j2
dest: "/etc/mpdf.conf"
mode: 0644
owner: root
@@ -59,7 +59,7 @@
mode: '0755'
- name: setup service on hosts
template:
src: mpdf.service.j2
src: mpdb.service.j2
dest: "/usr/lib/systemd/system/mpd.service"
mode: 0644
owner: root


Caricamento…
Annulla
Salva