Fixing argument_spec
This commit is contained in:
parent
57f86c0efc
commit
5f0060ec41
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ def get_trap_commands(group, state, existing, module):
|
|||
|
||||
def main():
|
||||
argument_spec = dict(
|
||||
state=dict(choices=['enabled', 'disabled'], required=True),
|
||||
state=dict(choices=['enabled', 'disabled'], default='enabled'),
|
||||
group=dict(choices=['aaa', 'bridge', 'callhome', 'cfs', 'config',
|
||||
'entity', 'feature-control', 'hsrp',
|
||||
'license', 'link', 'lldp', 'ospf', 'pim', 'rf',
|
||||
|
|
Loading…
Reference in a new issue