mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
fix(aip): correct assertion for SNAT IPv4 address validation (#14949)
This commit is contained in:
@@ -11,5 +11,5 @@
|
||||
|
||||
- name: Verify SNAT IPv4 found
|
||||
assert:
|
||||
that: snat_aipv4 | ansible.utils.ipv4
|
||||
that: snat_aipv4 | trim is ansible.utils.ipv4_address
|
||||
msg: The SNAT IPv4 address not found. Cannot proceed with the alternative ingress ip.
|
||||
|
||||
Reference in New Issue
Block a user