mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
5 lines
89 B
YAML
5 lines
89 B
YAML
- name: install postfix
|
|
community.general.pacman:
|
|
name: postfix
|
|
state: present
|