You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
11
tasks/dkim_delete.yaml
Normal file
11
tasks/dkim_delete.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: "Delete directory for dkim keys"
|
||||
ansible.builtin.file:
|
||||
path: "{{ rspamd_dkim_dir }}"
|
||||
state: "absent"
|
||||
|
||||
- name: "Delete dkim_signing.conf"
|
||||
ansible.builtin.file:
|
||||
path: "{{ rspamd_local_d_dir }}/dkim_signing.conf"
|
||||
state: "absent"
|
||||
Reference in New Issue
Block a user