xoxys.postfix_relay/tasks/install.yml

10 lines
147 B
YAML
Raw Normal View History

2017-05-18 23:24:15 +02:00
---
2017-12-10 17:12:11 +01:00
- name: Install postfix mta
package:
2017-05-18 23:24:15 +02:00
name: '{{ item }}'
state: latest
with_items:
- postfix
- cyrus-sasl-plain
- mailx