logsentry: fix variables for configuration files
parent
e7ff98662f
commit
60fd0e1e38
|
@ -66,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* post-install: ignore errors from syspatch
|
||||
* nagios-nrpe: grep in check_ipsecctl_critiques.sh was too large
|
||||
* post-install: fix missing space in generateldif.sh script
|
||||
* logsentry: fix variables for configuration files
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
- name: "Copy custom logsentry configuration files"
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
dest: /etc/logsentry/"{{ item}}"
|
||||
dest: "/etc/logsentry/{{ item }}"
|
||||
owner: root
|
||||
group: wheel
|
||||
mode: "0600"
|
||||
with_items:
|
||||
- "logsentry.ignore"
|
||||
- "logsentry.violations.ignore"
|
||||
- logsentry.ignore
|
||||
- logsentry.violations.ignore
|
||||
tags:
|
||||
- logsentry
|
||||
- logsentry-config
|
||||
|
|
Loading…
Reference in New Issue