mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
disable logging on license install
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
body: "{{ es_xpack_license }}"
|
body: "{{ es_xpack_license }}"
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: license_activated
|
register: license_activated
|
||||||
#no_log: True
|
no_log: True
|
||||||
when: '"shield" in es_xpack_features'
|
when: '"shield" in es_xpack_features'
|
||||||
failed_when: >
|
failed_when: >
|
||||||
license_activated.status != 200 or
|
license_activated.status != 200 or
|
||||||
|
|||||||
Reference in New Issue
Block a user