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

pull/774/head
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
1 changed files with 4 additions and 0 deletions

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