mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
Fix: global name 'HAS_IPADDRESS' is not defined.
This commit is contained in:
parent
5c2783c161
commit
f0ea2b60e1
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ try:
|
||||||
import ipaddress
|
import ipaddress
|
||||||
HAS_IPADDRESS = True
|
HAS_IPADDRESS = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_IPADRESS = False
|
HAS_IPADDRESS = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from __main__ import display
|
from __main__ import display
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue