Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
6d966f84d3
2 změnil soubory, kde provedl 9 přidání a 1 odebrání
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +8
    -0
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 Zobrazit soubor

@@ -63,7 +63,7 @@ state_file "{{ [path,state_file,item]|join() }}"
# The location of the sticker database. This is a database which
# manages dynamic information attached to songs.
#
sticker_file "{{ [path,sticker_file,item,'.sql']|join() }}"
sticker_file "{{ [path,sticker_file,'.sql']|join() }}"

###############################################################################



+ 8
- 0
playbooks/mpdf.yaml Zobrazit soubor

@@ -74,6 +74,14 @@
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: copy sticker.sql
copy:
src: "/var/lib/mpd/sticker.sql"
dest: "var/lib/mpd{{ item }}/sticker.sql"
owner: root
group: root
mode: '0644'
loop: "{{ range(1,count|int + 1) }}"
- name: setup service on hosts
template:
src: mpdf.service.j2


Načítá se…
Zrušit
Uložit