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