10 lines
148 B
YAML
10 lines
148 B
YAML
|
---
|
||
|
- name: install postfix mta
|
||
|
package:
|
||
|
name: '{{ item }}'
|
||
|
state: latest
|
||
|
with_items:
|
||
|
- postfix
|
||
|
- cyrus-sasl-plain
|
||
|
- mailx
|