postfix/tasks/install.yml
Ludovic Cartier 53beeec066 first commit
2024-12-06 11:04:10 +01:00

8 lines
108 B
YAML

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