Fix conditionals introduced in #408

This commit is contained in:
pemontto 2018-02-16 16:37:00 -05:00
parent d7a5af8c33
commit 27d81e68dd
3 changed files with 8 additions and 8 deletions

View file

@ -50,7 +50,7 @@
- set_fact: manage_native_realm=false
- set_fact: manage_native_realm=true
when: es_start_service and (es_enable_xpack and '"security" in es_xpack_features') and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined))
when: es_start_service and (es_enable_xpack and "security" in es_xpack_features) and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined))
# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up
- name: Wait 15 seconds for the Native Relm to come up