소스 검색

working on changes, and debugging

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

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

@@ -42,13 +42,13 @@
name: mpd
state: present

- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: /etc/mpdf{{ item ]].conf
owner: root
group: root
notify:
- restart mpd
loop: "{{ range(1,count|int + 1) }}"
- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: /etc/mpdf{{ item ]].conf
owner: root
group: root
notify:
- restart mpd
loop: "{{ range(1,count|int + 1) }}"


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