You've already forked ansible-role-directadmin
13 lines
348 B
YAML
13 lines
348 B
YAML
|
|
|
||
|
|
- 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"
|