xoxys.postfix_relay/tasks/install.yml

10 lines
148 B
YAML
Raw Normal View History

2017-05-18 23:24:15 +02:00
---
- name: install postfix mta
package:
name: '{{ item }}'
state: latest
with_items:
- postfix
- cyrus-sasl-plain
- mailx