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

Commit

Permalink
small fixe after review
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed May 29, 2019
1 parent a8fbdc6 commit 1686498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/xpack/security/elasticsearch-xpack-activation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
return_content: yes
register: license_activated
no_log: True
when: es_api_basic_auth_username is defined or es_api_basic_auth_password is defined
when: es_api_basic_auth_username is defined and es_api_basic_auth_password is defined
failed_when: >
license_activated.status != 200 or
license_activated.json.license_status is not defined or
Expand Down

0 comments on commit 1686498

Please sign in to comment.