From 53abcb23fa89f33cdeccb2050d3edd0dd9a59391 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Sat, 20 Aug 2016 08:07:46 -0400 Subject: [PATCH] rename netcmd module to netcli This is part of the 2.2 refactor to extract the Cli class into a separate module. This renames netcmd to netcli which is consistent with the network shared modules implementations --- lib/ansible/module_utils/{netcmd.py => netcli.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/ansible/module_utils/{netcmd.py => netcli.py} (100%) diff --git a/lib/ansible/module_utils/netcmd.py b/lib/ansible/module_utils/netcli.py similarity index 100% rename from lib/ansible/module_utils/netcmd.py rename to lib/ansible/module_utils/netcli.py