mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Add extends_documentation_fragment back (#22293)
This commit is contained in:
parent
284b3e42d1
commit
0775d39a87
27 changed files with 28 additions and 1 deletions
|
@ -33,6 +33,7 @@ description:
|
|||
read from the device. This module includes an
|
||||
argument that will cause the module to wait for a specific condition
|
||||
before returning or timing out if the condition is not met.
|
||||
extends_documentation_fragment: junos
|
||||
options:
|
||||
commands:
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ description:
|
|||
configuration running on Juniper JUNOS devices. It provides a set
|
||||
of arguments for loading configuration, performing rollback operations
|
||||
and zeroing the active configuration on the device.
|
||||
extends_documentation_fragment: junos
|
||||
options:
|
||||
lines:
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ description:
|
|||
specified RPC using the NetConf transport. The reply is then
|
||||
returned to the playbook in the c(xml) key. If an alternate output
|
||||
format is requested, the reply is transformed to the requested output.
|
||||
extends_documentation_fragment: junos
|
||||
options:
|
||||
rpc:
|
||||
description:
|
||||
|
|
|
@ -33,6 +33,7 @@ description:
|
|||
network devices running the JUNOS operating system. It provides
|
||||
a set of arguments for creating, removing and updating locally
|
||||
defined accounts
|
||||
extends_documentation_fragment: junos
|
||||
options:
|
||||
users:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue