Remove debug statements

This commit is contained in:
Dale McDiarmid 2016-07-24 17:48:42 +01:00
parent 9eacd3a5e0
commit 5353524137
2 changed files with 4 additions and 5 deletions

View file

@ -1,9 +1,7 @@
---
- set_fact: es_version_changed={{((elasticsearch_install_from_package is defined and elasticsearch_install_from_repo.changed) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed))}}
- set_fact: es_version_changed={{ ((elasticsearch_install_from_package is defined and elasticsearch_install_from_repo.changed) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) }}
- debug: msg="{{es_version_changed}}"
#enabling xpack installs the license. Not a xpack feature and does not need to be specified - TODO: we should append it to the list if xpack is enabled and remove this
#Check if license is installed