bugfix that adds missing itertools import to ios_facts

fixes #4647
pull/18777/head
Peter Sprygada 8 years ago committed by Matt Clay
parent 702efda508
commit ac1c643cc8

@ -124,6 +124,7 @@ ansible_net_neighbors:
type: dict
"""
import re
import itertools
from ansible.module_utils.basic import get_exception
from ansible.module_utils.netcli import CommandRunner, AddCommandError

Loading…
Cancel
Save