docker_stack_task_info tests: add delay to make sure task is running (#765)
parent
a00d615d68
commit
0e8cc31799
|
@ -56,6 +56,10 @@
|
|||
that:
|
||||
- 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
|
||||
docker_stack_info:
|
||||
register: output
|
||||
|
|
Loading…
Reference in New Issue