Skip to content

Commit 28d95ea

Browse files
authored
Update main.yml (#1727)
1 parent 1e8a9c5 commit 28d95ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/common/tasks/aip/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- name: Verify the provider
3+
assert:
4+
that: algo_provider in aip_supported_providers
5+
msg: Algo does not support Alternative Ingress IP for {{ algo_provider }}
6+
27
- name: Include alternative ingress ip configuration
38
include_tasks:
49
file: "{{ algo_provider if algo_provider in aip_supported_providers else 'placeholder' }}.yml"

0 commit comments

Comments
 (0)