ソースを参照

working on changes, and debugging

master
Erin Sims 2年前
コミット
6d966f84d3
2個のファイルの変更9行の追加1行の削除
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +8
    -0
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存