mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixing argument_spec
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user