Skip to content

Commit 6fa8a11

Browse files
authored
fix(aip): correct assertion for SNAT IPv4 address validation (#14949)
1 parent 3738716 commit 6fa8a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/common/tasks/aip/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111

1212
- name: Verify SNAT IPv4 found
1313
assert:
14-
that: snat_aipv4 | ansible.utils.ipv4
14+
that: snat_aipv4 | trim is ansible.utils.ipv4_address
1515
msg: The SNAT IPv4 address not found. Cannot proceed with the alternative ingress ip.

0 commit comments

Comments
 (0)