mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-23 18:15:00 +02:00
Update main.yml (#1727)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user