fix: enable and start stunnel4
This commit is contained in:
@@ -12,6 +12,12 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
notify: Restart stunnel4
|
notify: Restart stunnel4
|
||||||
|
|
||||||
|
- name: Ensure stunnel is enabled and running
|
||||||
|
ansible.builtin.service:
|
||||||
|
name: stunnel4
|
||||||
|
state: started
|
||||||
|
enabled: true
|
||||||
|
|
||||||
- name: Rewrite var smtprelay_host
|
- name: Rewrite var smtprelay_host
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
smtprelay_host: "localhost"
|
smtprelay_host: "localhost"
|
||||||
|
Reference in New Issue
Block a user