소스 검색

working on changes, and debugging

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

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

@@ -60,13 +60,13 @@
group: root
loop: "{{ range(1,count|int + 1) }}"

- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"
- name: mpd service start
systemd:
name: "mpd{{ item }}"
state: started
enabled: yes
masked: no
daemon_reload: yes
loop: "{{ range(1,count|int + 1) }}"



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