diff --git a/ansible/roles/mariadb/tasks/bootstrap.yml b/ansible/roles/mariadb/tasks/bootstrap.yml index 1bc6c8a450..d84e255983 100644 --- a/ansible/roles/mariadb/tasks/bootstrap.yml +++ b/ansible/roles/mariadb/tasks/bootstrap.yml @@ -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]