disable logging on license install

This commit is contained in:
Dale McDiarmid 2017-01-04 13:28:38 +00:00
parent 4c47e609d7
commit 3ed945d2aa

View file

@ -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