mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
docker_stack_task_info tests: add delay to make sure task is running (#765)
This commit is contained in:
parent
2416b910c5
commit
f6181de5cb
@ -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 New Issue
Block a user