소스 검색

working on changes, and debugging

master
Erin Sims 2 년 전
부모
커밋
5b267beb9c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      playbooks/mpdf.yaml

+ 2
- 2
playbooks/mpdf.yaml 파일 보기

@@ -15,7 +15,7 @@
bind_to_address: any
bind_address: any
port_start: 6600
port: "{{ port_start + item }}"
port: 6600
log_level:
gapless_mp3_playback: yes
save_absolute_paths_in_playlists: yes
@@ -46,7 +46,7 @@
- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: /etc/mpdf"{{ item }}".conf
dest: /etc/mpdf{{ item }}.conf
mode: 0644
owner: root
group: root


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