Skip to content

Commit e706305

Browse files
committed
Fix issue accessing IPv6 address from soap
1 parent 5a6b290 commit e706305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_connection_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
- name: Convert XML of IPv6 response to JSON
7575
xml:
76-
xmlstring: "{{external_ip_xml.results[0].content}}"
76+
xmlstring: "{{external_ipv6_xml.results[0].content}}"
7777
xpath: /s:Envelope/s:Body/u:X_AVM_DE_GetExternalIPv6AddressResponse/NewExternalIPv6Address
7878
content: text
7979
namespaces:

0 commit comments

Comments
 (0)