Skip to content

Commit

Permalink
Adds a delay to wait for kibana to be fully ready
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaxley committed Dec 16, 2024
1 parent 1ca74d1 commit 3be9984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/post_install_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
register: fleet_output_ssl_result
no_log: "{{ not debug_mode }}"

- name: Wait for Kibana to be fully ready
pause:
seconds: 180
before: Create Endpoint Policy

- name: Create Endpoint Policy
# TODO: This might need to check if the system is running before creating the policy
uri:
Expand Down

0 comments on commit 3be9984

Please sign in to comment.