소스 검색

working on changes, and debugging

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

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

@@ -130,8 +130,9 @@
handlers:
- name: Restart MPD
ansible.builtin.service:
name: mpd
name: "mpdf{{ item }}"
state: restarted
loop: "{{ range(1,mpdcount|int + 1) }}"
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml


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