mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docker_stack_task_info tests: add delay to make sure task is running (#765)
This commit is contained in:
parent
a00d615d68
commit
0e8cc31799
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
||||||
that:
|
that:
|
||||||
- output is changed
|
- output is changed
|
||||||
|
|
||||||
|
- name: Wait a bit to make sure stack is running
|
||||||
|
pause:
|
||||||
|
seconds: 5
|
||||||
|
|
||||||
- name: Get docker_stack_info when docker is running
|
- name: Get docker_stack_info when docker is running
|
||||||
docker_stack_info:
|
docker_stack_info:
|
||||||
register: output
|
register: output
|
||||||
|
|
Loading…
Reference in a new issue