We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb59e56 commit 9818e63Copy full SHA for 9818e63
get_connection_info.yml
@@ -146,9 +146,9 @@
146
147
- name: Remove colon at the end of IPv6 prefix
148
when:
149
- - ipv6_prefix != ""
+ - ipv6_prefix_address != ""
150
set_fact:
151
- ipv6_prefix_without_colon: "{{ ipv6_prefix | regex_replace(':$', '') }}"
+ ipv6_prefix_without_colon: "{{ ipv6_prefix_address | regex_replace(':$', '') }}"
152
153
- name: Set external IPv6 address to prefix and identifier if
154
@@ -159,7 +159,7 @@
159
160
- name: Print external IPv6 address
161
162
- - external_ipv6_address == ""
+ - external_ipv6_address != ""
163
debug:
164
var: external_ipv6_address
165
0 commit comments