From 48dd6baad2d56ebc6f26a38d2fbc659bd55b896c Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Fri, 24 Apr 2020 11:23:25 +1000 Subject: [PATCH] DCD-261: Prevent JDBC_PASSWORD from being logged --- roles/product_startup/handlers/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/product_startup/handlers/main.yml b/roles/product_startup/handlers/main.yml index ecf2a75..6e9e1d8 100644 --- a/roles/product_startup/handlers/main.yml +++ b/roles/product_startup/handlers/main.yml @@ -5,9 +5,11 @@ name: "{{ atl_systemd_service_name }}" state: restarted when: atl_startup_restart + no_log: true - name: Enable Product service: name: "{{ atl_systemd_service_name }}" enabled: true when: atl_startup_enable + no_log: true