Add configurable native realm sleep

This commit is contained in:
pemontto 2019-10-25 10:10:42 +01:00
parent f4e4216ed5
commit 7fd243827c
No known key found for this signature in database
GPG key ID: EDCB93C3DA1B5DA9
2 changed files with 3 additions and 2 deletions

View file

@ -82,8 +82,8 @@
- (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 Realm to come up
command: sleep 15
- name: Wait {{ es_api_sleep }} seconds for the Native Realm to come up
command: "sleep {{ es_api_sleep }}"
when: manage_native_realm | bool
- name: activate-license