mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
rename network_get network_put modules to net_get net_put (#40381)
This commit is contained in:
parent
de2c1dc241
commit
9e3ad96fa9
6 changed files with 16 additions and 16 deletions
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: network_get
|
||||
module: net_get
|
||||
version_added: "2.6"
|
||||
author: "Deepak Agrawal (@dagrawal)"
|
||||
short_description: Copy files from a network device to Ansible Controller
|
||||
|
@ -57,7 +57,7 @@ notes:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: copy file from the network device to ansible controller
|
||||
network_get:
|
||||
net_get:
|
||||
src: running_cfg_ios1.txt
|
||||
|
||||
- name: copy file from ios to common location at /tmp
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: network_put
|
||||
module: net_put
|
||||
version_added: "2.6"
|
||||
author: "Deepak Agrawal (@dagrawal)"
|
||||
short_description: Copy files from Ansibe controller to a network device
|
||||
|
@ -57,11 +57,11 @@ notes:
|
|||
|
||||
EXAMPLES = """
|
||||
- name: copy file from ansible controller to a network device
|
||||
network_put:
|
||||
net_put:
|
||||
src: running_cfg_ios1.txt
|
||||
|
||||
- name: copy file at root dir of flash in slot 3 of sw1(ios)
|
||||
network_put:
|
||||
net_put:
|
||||
src: running_cfg_sw1.txt
|
||||
protocol: sftp
|
||||
dest : flash3:/running_cfg_sw1.txt
|
Loading…
Add table
Add a link
Reference in a new issue