--- - name: Ensure /etc/exim is present file: path: /etc/exim state: directory - name: Add plusaddressing to Exim copy: dest: /etc/exim/local_part_suffix.conf content: | local_part_suffix = +* local_part_suffix_optional notify: - "directadmin : Restart Exim" - name: Ensure Exim custom strings configured template: src: templates/exim/strings.conf.custom.j2 dest: /etc/exim.strings.conf.custom notify: - "directadmin : Restart Exim"