docker_stack_task_info tests: add delay to make sure task is running (#765)

This commit is contained in:
Felix Fontein 2020-08-11 10:39:43 +02:00
parent 2416b910c5
commit f6181de5cb

View File

@ -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