mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
docker_stack_task_info tests: add delay to make sure task is running (#765)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user