From bccfbca60504eddd0b41c6842d5e4c5e3d263a1f Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Mon, 30 Aug 2021 15:06:51 +0100 Subject: [ansible][logparser] Enable logparser by default in one-click install Signed-off-by: "Emma Foley " Change-Id: I6dd8e166433feab16dd06c9767e58d6d96ca948d --- docker/ansible/roles/config_files/tasks/logparser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docker/ansible/roles/config_files/tasks') diff --git a/docker/ansible/roles/config_files/tasks/logparser.yml b/docker/ansible/roles/config_files/tasks/logparser.yml index 615d2e2b..72adcea2 100644 --- a/docker/ansible/roles/config_files/tasks/logparser.yml +++ b/docker/ansible/roles/config_files/tasks/logparser.yml @@ -1,4 +1,4 @@ -#Copyright 2019 OPNFV and Intel Corporation +# Copyright 2019-21 Anuket, Intel Corporation, and others # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,9 +15,8 @@ - name: enable logparser plugin template: - src: experimental/logparser.conf.j2 + src: logparser.conf.j2 dest: "{{ config_file_dir }}/logparser.conf" - when: flavor|default('stable')|string == 'experimental' tags: - logparser -- cgit 1.2.3-korg