Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
ebb0e25d8a
2 změnil soubory, kde provedl 5 přidání a 7 odebrání
  1. +2
    -1
      playbooks/mpdb.yaml
  2. +3
    -6
      playbooks/mpdf.yaml

+ 2
- 1
playbooks/mpdb.yaml Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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"


Načítá se…
Zrušit
Uložit