Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #436 from nicladas/patch-1
Browse files Browse the repository at this point in the history
Update elasticsearch-xpack.yml
  • Loading branch information
Crazybus authored Apr 20, 2018
2 parents 3bdcd8f + 910deb5 commit d1348a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/xpack/elasticsearch-xpack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: set fact es_version_changed
set_fact: es_version_changed={{ ((elasticsearch_install_from_package is defined and (debian_elasticsearch_install_from_repo.changed or redhat_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 ((debian_elasticsearch_install_from_repo is defined and debian_elasticsearch_install_from_repo.changed) or (redhat_elasticsearch_install_from_repo is defined and redhat_elasticsearch_install_from_repo.changed))) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) }}

- name: include elasticsearch-xpack-install.yml
include: elasticsearch-xpack-install.yml
Expand Down

0 comments on commit d1348a4

Please sign in to comment.