ソースを参照

working on that concatenation

master
Erin Sims 2年前
コミット
290f71d80c
1個のファイルの変更1行の追加5行の削除
  1. +1
    -5
      playbooks/mpdf.yaml

+ 1
- 5
playbooks/mpdf.yaml ファイルの表示

@@ -5,11 +5,7 @@
count: 5
path: /var/lib
service_name: "{{ mpd + item }}"
playlist_directory: >-
{{ "%s/%s/playlist/"
path,
service_name
}}
playlist_directory: >- "{{ "%s/%s/playlist/" % (path, service_name) }}"
db_file: tag_cache
log_file: mpd.log
pid_file: pid


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