nxos_bfd_global - add missing import of re (#62226)
This commit is contained in:
parent
c324503f5a
commit
b010acfb27
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- nxos_bfd_global - add missing import of re
|
|
@ -139,6 +139,7 @@ cmds:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
import re
|
||||||
from ansible.module_utils.network.nxos.nxos import NxosCmdRef
|
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 nxos_argument_spec, check_args
|
||||||
from ansible.module_utils.network.nxos.nxos import load_config
|
from ansible.module_utils.network.nxos.nxos import load_config
|
||||||
|
|
Loading…
Reference in a new issue