- name: postfix | install packages
apt:
name:
- postfix
- libsasl2-modules
- libsasl2-modules-db
state: present
tags: ['postfix']