--- - name: Redémarrer dovecot ansible.builtin.systemd: name: "{{ serveur_dovecot_service }}" state: restarted daemon_reload: true when: not ansible_check_mode