summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/nxos/nxos_file_copy.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/network/nxos/nxos_file_copy.py')
-rw-r--r--lib/ansible/modules/network/nxos/nxos_file_copy.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/ansible/modules/network/nxos/nxos_file_copy.py b/lib/ansible/modules/network/nxos/nxos_file_copy.py
index cf8bd15acb..d0d3a0e09f 100644
--- a/lib/ansible/modules/network/nxos/nxos_file_copy.py
+++ b/lib/ansible/modules/network/nxos/nxos_file_copy.py
@@ -16,11 +16,9 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
-ANSIBLE_METADATA = {
- 'metadata_version': '1.0',
- 'status': ['preview'],
- 'supported_by': 'community'
-}
+ANSIBLE_METADATA = {'metadata_version': '1.1',
+ 'status': ['preview'],
+ 'supported_by': 'community'}
DOCUMENTATION = '''
---