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
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart opensmtpd
|
notify: Restart opensmtpd
|
||||||
|
|
||||||
- name: Force server name to domain name
|
- name: Force server name to domain name
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart opensmtpd
|
notify: Restart opensmtpd
|
||||||
|
|
||||||
- name: Enable opensmtpd
|
- name: Enable opensmtpd
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue