1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Clarify "multiple secondary gateways" detection

This commit is contained in:
A Holt 2022-08-03 23:00:43 -04:00 committed by GitHub
parent 99a05c6a78
commit 664dd5da5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@
register: second_gateway_found
changed_when: False
- name: Fail intentionally and explain, if multiple secondary gateways are detected
- name: If multiple secondary gateways are detected, fail intentionally and explain
fail:
msg: "IIAB currently DOES NOT SUPPORT multiple secondary gateways: {{ second_gateway_found.stdout }}"
when: second_gateway_found.stdout_lines is defined and second_gateway_found.stdout_lines | length > 1