소스 검색

working on changes, and debugging

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

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

@@ -42,7 +42,8 @@
- name: Install mpdb on hosts
apt:
name: mpd
state: present
state: latest
update_cache: yes
- name: setup config on hosts
template:
src: mpdb.conf.j2


+ 3
- 6
playbooks/mpdf.yaml 파일 보기

@@ -48,12 +48,9 @@
- name: Install mpdf on hosts
apt:
name: mpd
state: present
- name: Install sshfs on hosts
apt:
name: sshfs
state: present
- name: setup config on hosts
state: latest
update_cache: yes
- name: setup config on hosts
template:
src: mpdf.conf.j2
dest: "/etc/mpdf{{ item }}.conf"


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