mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +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:
|
||||
- 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
Block a user