Pārlūkot izejas kodu

working on changes, and debugging

master
Erin Sims pirms 2 gadiem
vecāks
revīzija
6d966f84d3
2 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +8
    -0
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 Parādīt failu

@@ -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 Parādīt failu

@@ -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


Notiek ielāde…
Atcelt
Saglabāt