소스 검색

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


불러오는 중...
취소
저장