Fixed module structure

reviewable/pr18780/r1
GGabriele 8 years ago
parent e725a077c5
commit 42add2f137

@ -899,7 +899,7 @@ def main():
config=dict(),
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',
'timer_bgp_keepalive']],
supports_check_mode=True)

Loading…
Cancel
Save