From caed49a5f928672150daeaa4730c878d63a87215 Mon Sep 17 00:00:00 2001 From: Olivier Clavel Date: Thu, 27 Oct 2022 17:36:21 +0200 Subject: [PATCH] karaf.log must be a directory (#361) [skip ci] --- tasks/nexus_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nexus_install.yml b/tasks/nexus_install.yml index fd3bf109..fc65b4a2 100644 --- a/tasks/nexus_install.yml +++ b/tasks/nexus_install.yml @@ -223,7 +223,7 @@ lineinfile: dest: "{{ nexus_installation_dir }}/nexus-latest/bin/nexus.vmoptions" regexp: "^-Dkaraf.log=.*" - line: "-Dkaraf.log={{ nexus_data_dir }}log/jvm.log" + line: "-Dkaraf.log={{ nexus_data_dir }}log" notify: - nexus-service-stop