feat(role): Initial commit
This commit is contained in:
12
handlers/main.yml
Normal file
12
handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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'
|
Reference in New Issue
Block a user