瀏覽代碼

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"


Loading…
取消
儲存