You've already forked ansible-role-rspamd
7 lines
147 B
YAML
7 lines
147 B
YAML
---
|
|
|
|
- name: "Delete worker-controller.inc"
|
|
ansible.builtin.file:
|
|
path: "{{ rspamd_local_d_dir }}/worker-controller.inc"
|
|
state: "absent"
|