13 lines
403 B
YAML
Raw Normal View History

2025-04-02 03:17:05 +02:00
# SPDX-License-Identifier: MIT
- name: 'Rebuild e-mail aliases lookup tables'
ansible.builtin.shell: |
newaliases
listen: 'Ensure that a Mail Transfer Agent is running with newest config'
- name: 'Restart postfix.service'
ansible.builtin.service:
name: 'postfix.service'
state: 'restarted'
enabled: true
listen: 'Ensure that a Mail Transfer Agent is running with newest config'