From 367c704b6e1b1ddec9470f86bb23a759181822da Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Thu, 5 Jan 2017 12:24:51 +0000 Subject: [PATCH] No log on license install --- handlers/shield/elasticsearch-xpack-activation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/shield/elasticsearch-xpack-activation.yml b/handlers/shield/elasticsearch-xpack-activation.yml index 063a9e9..948bd83 100644 --- a/handlers/shield/elasticsearch-xpack-activation.yml +++ b/handlers/shield/elasticsearch-xpack-activation.yml @@ -26,7 +26,7 @@ body: "{{ es_xpack_license }}" return_content: yes register: license_activated - #no_log: True + no_log: True when: '"shield" in es_xpack_features' failed_when: > license_activated.status != 200 or