Files
ansible-role-rspamd/tasks/redis_delete.yaml
Markus Pesch 3c1f5f718f
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 19s
Lint Markdown files / markdown-lint (push) Successful in 4s
Initial Commit
2026-03-02 18:48:41 +01:00

7 lines
125 B
YAML

---
- name: "Delete redis.conf"
ansible.builtin.file:
path: "{{ rspamd_local_d_dir }}/redis.conf"
state: "absent"