Remove debug statements
This commit is contained in:
parent
9eacd3a5e0
commit
5353524137
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue