소스 검색

working on changes, and debugging

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

+ 9
- 1
playbooks/mpdf.yaml 파일 보기

@@ -66,7 +66,15 @@
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
- name: mpdf pid file
file:
path: "/var/lib/mpd{{ item }}/pid"
state: file
owner: root
group: root
mode: '0755'
loop: "{{ range(1,count|int + 1) }}"
- name: mpdf music directory
file:
path: "/var/lib/mpd{{ item }}/music"
state: directory


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