opensmtpd: Fix restart handler calls
This commit is contained in:
parent
1536ce9a2c
commit
2161586500
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart opensmtpd
|
||||
notify: Restart opensmtpd
|
||||
|
||||
- name: Force server name to domain name
|
||||
ansible.builtin.copy:
|
||||
|
@ -15,7 +15,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart opensmtpd
|
||||
notify: Restart opensmtpd
|
||||
|
||||
- name: Enable opensmtpd
|
||||
ansible.builtin.service:
|
||||
|
|
Loading…
Add table
Reference in a new issue