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