We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3738716 commit 6fa8a11Copy full SHA for 6fa8a11
1 file changed
roles/common/tasks/aip/main.yml
@@ -11,5 +11,5 @@
11
12
- name: Verify SNAT IPv4 found
13
assert:
14
- that: snat_aipv4 | ansible.utils.ipv4
+ that: snat_aipv4 | trim is ansible.utils.ipv4_address
15
msg: The SNAT IPv4 address not found. Cannot proceed with the alternative ingress ip.
0 commit comments