mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
@@ -52,10 +52,6 @@ options:
|
|||||||
- Set logging serverity levels for facility based log messages.
|
- Set logging serverity levels for facility based log messages.
|
||||||
aggregate:
|
aggregate:
|
||||||
description: List of logging definitions.
|
description: List of logging definitions.
|
||||||
purge:
|
|
||||||
description:
|
|
||||||
- Purge logging not defined in the aggregate parameter.
|
|
||||||
default: no
|
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the logging configuration.
|
- State of the logging configuration.
|
||||||
@@ -295,8 +291,7 @@ def main():
|
|||||||
dest_level=dict(type='int', aliases=['level']),
|
dest_level=dict(type='int', aliases=['level']),
|
||||||
facility_level=dict(type='int'),
|
facility_level=dict(type='int'),
|
||||||
state=dict(default='present', choices=['present', 'absent']),
|
state=dict(default='present', choices=['present', 'absent']),
|
||||||
aggregate=dict(type='list'),
|
aggregate=dict(type='list')
|
||||||
purge=dict(default=False, type='bool')
|
|
||||||
)
|
)
|
||||||
|
|
||||||
argument_spec.update(nxos_argument_spec)
|
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_igmp_interface.py E326
|
||||||
lib/ansible/modules/network/nxos/nxos_interface.py E324
|
lib/ansible/modules/network/nxos/nxos_interface.py E324
|
||||||
lib/ansible/modules/network/nxos/nxos_lldp.py E326
|
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 E324
|
||||||
lib/ansible/modules/network/nxos/nxos_nxapi.py E326
|
lib/ansible/modules/network/nxos/nxos_nxapi.py E326
|
||||||
lib/ansible/modules/network/nxos/nxos_pim_interface.py E326
|
lib/ansible/modules/network/nxos/nxos_pim_interface.py E326
|
||||||
|
|||||||
Reference in New Issue
Block a user