mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove purge from nxos_logging doc, argspec (#39947)
* remove purge from nxos_logging doc, argspec Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * shippable Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
a8156c52d4
commit
f1103a7a02
2 changed files with 1 additions and 7 deletions
|
@ -52,10 +52,6 @@ options:
|
|||
- Set logging serverity levels for facility based log messages.
|
||||
aggregate:
|
||||
description: List of logging definitions.
|
||||
purge:
|
||||
description:
|
||||
- Purge logging not defined in the aggregate parameter.
|
||||
default: no
|
||||
state:
|
||||
description:
|
||||
- State of the logging configuration.
|
||||
|
@ -295,8 +291,7 @@ def main():
|
|||
dest_level=dict(type='int', aliases=['level']),
|
||||
facility_level=dict(type='int'),
|
||||
state=dict(default='present', choices=['present', 'absent']),
|
||||
aggregate=dict(type='list'),
|
||||
purge=dict(default=False, type='bool')
|
||||
aggregate=dict(type='list')
|
||||
)
|
||||
|
||||
argument_spec.update(nxos_argument_spec)
|
||||
|
|
|
@ -1059,7 +1059,6 @@ lib/ansible/modules/network/nxos/nxos_gir.py E326
|
|||
lib/ansible/modules/network/nxos/nxos_igmp_interface.py E326
|
||||
lib/ansible/modules/network/nxos/nxos_interface.py E324
|
||||
lib/ansible/modules/network/nxos/nxos_lldp.py E326
|
||||
lib/ansible/modules/network/nxos/nxos_logging.py E325
|
||||
lib/ansible/modules/network/nxos/nxos_nxapi.py E324
|
||||
lib/ansible/modules/network/nxos/nxos_nxapi.py E326
|
||||
lib/ansible/modules/network/nxos/nxos_pim_interface.py E326
|
||||
|
|
Loading…
Reference in a new issue