diff --git a/ansible/start.yml b/ansible/start.yml index 66b165cc85dfbf35f6311b61003c004783b5f243..ab9e9d2d6174cd63e1e1b0365aaccb6b946a70f1 100644 --- a/ansible/start.yml +++ b/ansible/start.yml @@ -17,3 +17,7 @@ - docker-compose.testci.yml state: present remove_orphans: true + + - name: Pause for 10 seconds + ansible.builtin.pause: + seconds: 10