Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 13eab9a

Browse files
Merge pull request #21 from madiedinro/master
Sometime server not yet ready for requests, sleep 1 fixes that issue
2 parents b2a0d2c + 88625b9 commit 13eab9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
when: clickhouse_rt_isinstalled.rc == 0 and clickhouse_remove|bool == False
2828
tags: [config,config_sys]
2929

30+
- name: Wait DBMS ready
31+
command: sleep 1
32+
3033
- include: config_db.yml
3134
when: clickhouse_rt_isinstalled.rc == 0 and clickhouse_remove|bool == False
3235
tags: [config,config_db]

0 commit comments

Comments
 (0)