xoxys.postfix_relay/tasks/install.yml

10 lines
147 B
YAML

---
- name: Install postfix mta
package:
name: '{{ item }}'
state: latest
with_items:
- postfix
- cyrus-sasl-plain
- mailx