1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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 committed by GitHub
parent a00d615d68
commit 0e8cc31799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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