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