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:
parent
99a05c6a78
commit
664dd5da5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue