- name: Ensure custom ESF directory exists file: path: /etc/exim.easy_spam_fighter state: directory - name: Apply ESF Configurations template: src: templates/exim/exim.easy_spam_fighter/variables.conf.custom.j2 dest: /etc/exim.easy_spam_fighter/variables.conf.custom mode: 0600 notify: - "directadmin : Restart Exim"