diff --git a/lib/ansible/modules/network/ios/_ios_template.py b/lib/ansible/modules/network/ios/_ios_template.py index 5791dfbf17..5907698351 100644 --- a/lib/ansible/modules/network/ios/_ios_template.py +++ b/lib/ansible/modules/network/ios/_ios_template.py @@ -28,7 +28,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 eos_config instead +deprecated: Deprecated in 2.2. Use ios_config instead extends_documentation_fragment: ios options: src: diff --git a/lib/ansible/modules/network/iosxr/_iosxr_template.py b/lib/ansible/modules/network/iosxr/_iosxr_template.py index 79ddaa4260..f39ca4d116 100644 --- a/lib/ansible/modules/network/iosxr/_iosxr_template.py +++ b/lib/ansible/modules/network/iosxr/_iosxr_template.py @@ -28,7 +28,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 eos_config instead +deprecated: Deprecated in 2.2. Use iosxr_config instead extends_documentation_fragment: iosxr options: src: diff --git a/lib/ansible/modules/network/junos/_junos_template.py b/lib/ansible/modules/network/junos/_junos_template.py index c50deeef2c..868c52001f 100644 --- a/lib/ansible/modules/network/junos/_junos_template.py +++ b/lib/ansible/modules/network/junos/_junos_template.py @@ -27,7 +27,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 eos_config instead +deprecated: Deprecated in 2.2. Use junos_config instead extends_documentation_fragment: junos options: src: diff --git a/lib/ansible/modules/network/nxos/_nxos_template.py b/lib/ansible/modules/network/nxos/_nxos_template.py index d8c8caf974..371b93b007 100644 --- a/lib/ansible/modules/network/nxos/_nxos_template.py +++ b/lib/ansible/modules/network/nxos/_nxos_template.py @@ -28,7 +28,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 eos_config instead +deprecated: Deprecated in 2.2. Use nxos_config instead extends_documentation_fragment: nxos options: src: diff --git a/lib/ansible/modules/network/openswitch/_ops_template.py b/lib/ansible/modules/network/openswitch/_ops_template.py index 2fb21c263a..5bb77387aa 100644 --- a/lib/ansible/modules/network/openswitch/_ops_template.py +++ b/lib/ansible/modules/network/openswitch/_ops_template.py @@ -28,7 +28,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 eos_config instead +deprecated: Deprecated in 2.2. Use ops_config instead extends_documentation_fragment: openswitch options: src: