1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix: global name 'HAS_IPADDRESS' is not defined.

This commit is contained in:
Luca Berruti 2018-02-05 12:08:21 +01:00 committed by Toshio Kuratomi
parent 5c2783c161
commit f0ea2b60e1

View file

@ -150,7 +150,7 @@ try:
import ipaddress
HAS_IPADDRESS = True
except ImportError:
HAS_IPADRESS = False
HAS_IPADDRESS = False
try:
from __main__ import display