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

idempotently wait for native realm to come up #831

Merged
merged 3 commits into from
Dec 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@

# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up
- name: Wait {{ es_api_sleep }} seconds for the Native Realm to come up
command: "sleep {{ es_api_sleep }}"
wait_for:
timeout: "{{ es_api_sleep }}"
when: manage_native_realm | bool

- name: activate-license
Expand Down