- name: restart dovecot service: name=dovecot state=restarted - name: restart prometheus-dovecot-master-exporter ansible.builtin.systemd_service: name: prometheus-dovecot-master-exporter state: restarted enabled: true daemon_reload: true - name: restart postfix service: name=postfix state=restarted - name: restart prometheus-postfix-exporter service: name=prometheus-postfix-exporter state=restarted - name: restart postsrsd service: name=postsrsd state=restarted