Update main.yml (#1727)

This commit is contained in:
Jack Ivanov 2020-02-18 16:20:27 +01:00 committed by GitHub
parent 1e8a9c5cf1
commit 28d95eace2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"