postfix/tasks/install.yml

8 lines
108 B
YAML
Raw Normal View History

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