rename network_get network_put modules to net_get net_put (#40381)

This commit is contained in:
Deepak Agrawal 2018-05-18 14:41:47 +05:30 committed by GitHub
commit 9e3ad96fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 16 deletions

View file

@ -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

View file

@ -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