You've already forked ansible-role-rspamd
Initial Commit
This commit is contained in:
9
tasks/logging_create.yaml
Normal file
9
tasks/logging_create.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: "Create logging.inc"
|
||||
ansible.builtin.template:
|
||||
src: etc/rspamd/local.d/logging.inc.j2
|
||||
dest: "{{ rspamd_local_d_dir }}/logging.inc"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
Reference in New Issue
Block a user