Przeglądaj źródła

also install postfix-mysql

master
rodzic
commit
c93b7d1e7a
1 zmienionych plików z 5 dodań i 2 usunięć
  1. +5
    -2
      tasks/main.yml

+ 5
- 2
tasks/main.yml Wyświetl plik

@@ -1,8 +1,11 @@
---

- name: install package
- name: install packages
apt:
pkg: postfix
pkg: "{{item}}"
with_items:
- postfix
- postfix-mysql

- name: main configuration
template:


Ładowanie…
Anuluj
Zapisz