mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
placeholder
This commit is contained in:
parent
43500f2c77
commit
8c8bba53db
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Include alternative ingress ip configuration
|
||||
include_tasks:
|
||||
file: "{{ algo_provider }}.yml"
|
||||
file: "{{ algo_provider if algo_provider in aip_supported_providers else 'placeholder' }}.yml"
|
||||
when: algo_provider in aip_supported_providers
|
||||
|
||||
- name: Verify SNAT IPv4 found
|
||||
|
|
Loading…
Add table
Reference in a new issue