mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add note to network agnostic modules for supported platforms (#51617)
* added doc fragment to multiple network modules
This commit is contained in:
committed by
Alicia Cozine
parent
84a6519481
commit
eb6989ecbc
@@ -19,6 +19,7 @@ author: "Nathaniel Case (@qalthos)"
|
||||
short_description: Run a cli command on cli-based network devices
|
||||
description:
|
||||
- Sends a command to a network device and returns the result read from the device.
|
||||
extends_documentation_fragment: network_agnostic
|
||||
options:
|
||||
command:
|
||||
description:
|
||||
|
||||
@@ -22,6 +22,7 @@ short_description: Push text based configuration to network devices over network
|
||||
description:
|
||||
- This module provides platform agnostic way of pushing text based
|
||||
configuration to network devices over network_cli connection plugin.
|
||||
extends_documentation_fragment: network_agnostic
|
||||
options:
|
||||
config:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user