Merge pull request #4649 from privateip/ios_facts
bugfix that adds missing itertools import to ios_facts
This commit is contained in:
commit
baa2e930bb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue