postfix/tasks/install.yml

10 lines
161 B
YAML
Raw Permalink Normal View History

2024-12-06 11:04:10 +01:00
- name: postfix | install packages
apt:
name:
- postfix
- libsasl2-modules
- libsasl2-modules-db
2024-12-06 11:04:10 +01:00
state: present
tags: ['postfix']