Просмотр исходного кода

working on changes, and debugging

master
Erin Sims 2 лет назад
Родитель
Сommit
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"


Загрузка…
Отмена
Сохранить