stack status

This commit is contained in:
2026-05-14 17:00:55 +02:00
parent 7f536273d9
commit 38b476fc1a

View File

@@ -33,7 +33,7 @@
- name: verify end-to-end connectivity to loadbalancer - name: verify end-to-end connectivity to loadbalancer
uri: url=http://{{item}} return_content=yes uri: url=http://{{item}} return_content=yes
loop: groups.loadbalancer loop: "{{ groups.loadbalancer }}"
register: lb_connectivity register: lb_connectivity
- fail: msg="index failed to return content" - fail: msg="index failed to return content"