Update main.yml (#1727)

pull/1719/head^2
Jack Ivanov 4 years ago committed by GitHub
parent 1e8a9c5cf1
commit 28d95eace2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,9 @@
---
- name: Verify the provider
assert:
that: algo_provider in aip_supported_providers
msg: Algo does not support Alternative Ingress IP for {{ algo_provider }}
- name: Include alternative ingress ip configuration
include_tasks:
file: "{{ algo_provider if algo_provider in aip_supported_providers else 'placeholder' }}.yml"

Loading…
Cancel
Save