fix: enable and start stunnel4

This commit is contained in:
VC
2024-07-05 11:53:35 +02:00
parent da4798c577
commit 0dedde61d9

View File

@@ -12,6 +12,12 @@
mode: 0644
notify: Restart stunnel4
- name: Ensure stunnel is enabled and running
ansible.builtin.service:
name: stunnel4
state: started
enabled: true
- name: Rewrite var smtprelay_host
ansible.builtin.set_fact:
smtprelay_host: "localhost"