Fixed module structure
This commit is contained in:
parent
e725a077c5
commit
42add2f137
1 changed files with 3 additions and 3 deletions
|
@ -899,10 +899,10 @@ def main():
|
||||||
config=dict(),
|
config=dict(),
|
||||||
save=dict(type='bool', default=False)
|
save=dict(type='bool', default=False)
|
||||||
)
|
)
|
||||||
module = get_module(argument_spec=argument_spec,
|
module = get_network_module(argument_spec=argument_spec,
|
||||||
required_together=[['timer_bgp_hold',
|
required_together=[['timer_bgp_hold',
|
||||||
'timer_bgp_keepalive']],
|
'timer_bgp_keepalive']],
|
||||||
supports_check_mode=True)
|
supports_check_mode=True)
|
||||||
|
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
args = [
|
args = [
|
||||||
|
|
Loading…
Reference in a new issue