nxos_bfd_global - add missing import of re (#62226)

This commit is contained in:
Sam Doran 2019-09-12 17:37:30 -04:00 committed by Jordan Borean
parent c324503f5a
commit b010acfb27
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- nxos_bfd_global - add missing import of re

View file

@ -139,6 +139,7 @@ cmds:
'''
import re
from ansible.module_utils.network.nxos.nxos import NxosCmdRef
from ansible.module_utils.network.nxos.nxos import nxos_argument_spec, check_args
from ansible.module_utils.network.nxos.nxos import load_config