Skip to content

Commit d97f30f

Browse files
committed
Fix short description for facts
Signed-off-by: NilashishC <[email protected]>
1 parent 4c19e00 commit d97f30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/resource_module/templates/module_directory/network_os/network_os_facts.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DOCUMENTATION = """
2121
---
2222
module: {{ network_os }}_facts
2323
version_added: {{ rm['info']['version_added'] }}
24-
short_description: {{ rm['info']['short_description'] }}
24+
short_description: Get facts about {{ network_os }} devices.
2525
description:
2626
- Collects facts from network devices running the {{ network_os }} operating
2727
system. This module places the facts gathered in the fact tree keyed by the

0 commit comments

Comments
 (0)