No log on license install
This commit is contained in:
parent
b82f1bdce5
commit
367c704b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue