Explorar el Código

also install postfix-mysql

master
padre
commit
c93b7d1e7a
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      tasks/main.yml

+ 5
- 2
tasks/main.yml Ver fichero

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

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

- name: main configuration
template:


Cargando…
Cancelar
Guardar