mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Update main.yml (#1727)
This commit is contained in:
parent
1e8a9c5cf1
commit
28d95eace2
1 changed files with 5 additions and 0 deletions
|
@ -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
|
- name: Include alternative ingress ip configuration
|
||||||
include_tasks:
|
include_tasks:
|
||||||
file: "{{ algo_provider if algo_provider in aip_supported_providers else 'placeholder' }}.yml"
|
file: "{{ algo_provider if algo_provider in aip_supported_providers else 'placeholder' }}.yml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue