mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Use M() to link to the replacement module. (#19976)
This commit is contained in:
parent
818ef493ad
commit
40ecc3188f
18 changed files with 18 additions and 18 deletions
|
@ -33,7 +33,7 @@ description:
|
|||
by evaluating the current running-config and only pushing configuration
|
||||
commands that are not already configured. The config source can
|
||||
be a set of commands or a template.
|
||||
deprecated: Deprecated in 2.2. Use ios_config instead
|
||||
deprecated: Deprecated in 2.2. Use M(ios_config) instead.
|
||||
extends_documentation_fragment: ios
|
||||
options:
|
||||
src:
|
||||
|
|
|
@ -33,7 +33,7 @@ description:
|
|||
by evaluating the current running-config and only pushing configuration
|
||||
commands that are not already configured. The config source can
|
||||
be a set of commands or a template.
|
||||
deprecated: Deprecated in 2.2. Use iosxr_config instead
|
||||
deprecated: Deprecated in 2.2. Use M(iosxr_config) instead.
|
||||
extends_documentation_fragment: iosxr
|
||||
options:
|
||||
src:
|
||||
|
|
|
@ -32,7 +32,7 @@ description:
|
|||
from a template file onto a remote device running Junos. The
|
||||
module will return the differences in configuration if the diff
|
||||
option is specified on the Ansible command line
|
||||
deprecated: Deprecated in 2.2. Use junos_config instead
|
||||
deprecated: Deprecated in 2.2. Use M(junos_config) instead.
|
||||
extends_documentation_fragment: junos
|
||||
options:
|
||||
src:
|
||||
|
|
|
@ -33,7 +33,7 @@ description:
|
|||
by evaluating the current running-config and only pushing configuration
|
||||
commands that are not already configured. The config source can
|
||||
be a set of commands or a template.
|
||||
deprecated: Deprecated in 2.2. Use nxos_config instead
|
||||
deprecated: Deprecated in 2.2. Use M(nxos_config) instead.
|
||||
extends_documentation_fragment: nxos
|
||||
options:
|
||||
src:
|
||||
|
|
|
@ -33,7 +33,7 @@ description:
|
|||
against a provided candidate configuration. If there are changes, the
|
||||
candidate configuration is merged with the current configuration and
|
||||
pushed into OpenSwitch
|
||||
deprecated: Deprecated in 2.2. Use ops_config instead
|
||||
deprecated: Deprecated in 2.2. Use M(ops_config) instead.
|
||||
extends_documentation_fragment: openswitch
|
||||
options:
|
||||
src:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue