Skip to content

Commit 1ae9a8a

Browse files
committed
feat(Logging): Log application url during wait
1 parent 24fdb55 commit 1ae9a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- name: Flush handlers before wait
99
meta: flush_handlers
1010

11-
- name: Wait until appication is available
11+
- name: Wait until appication {{ springboot_application_name }} is available ({{ springboot_application_url }})
1212
uri:
1313
url: "{{ springboot_application_url }}/actuator/health"
1414
return_content: true

0 commit comments

Comments
 (0)