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)

(cherry picked from commit 0e8cc31799)
This commit is contained in:
Felix Fontein 2020-08-11 10:39:43 +02:00
parent dc9cab36ac
commit a9afbe59e5

View file

@ -56,6 +56,10 @@
that: that:
- output is changed - 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 - name: Get docker_stack_info when docker is running
docker_stack_info: docker_stack_info:
register: output register: output