Skip to content
Snippets Groups Projects
Commit a44b0a4b authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Use sleep during database bootstrap"

parents 8ffa0f53 d32ed35d
No related branches found
No related tags found
No related merge requests found
......@@ -58,3 +58,8 @@
container_volumes_from:
- "mariadb_data"
when: delegate_host == 'None' and inventory_hostname == groups['mariadb'][0]
- name: Sleeping for 15 seconds while the cluster starts
command: sleep 15
changed_when: False
when: delegate_host == 'None' and inventory_hostname == groups['mariadb'][0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment