From 89179ed2674d096efe88662d1edf2f2c21e57e3b Mon Sep 17 00:00:00 2001 From: Maciej Delmanowski Date: Fri, 27 Feb 2015 13:00:49 +0100 Subject: [PATCH] Rename 'lxc-container' module to 'lxc_container' This is done to keep the convention of naming modules with underscores instead of hypens. --- .../extras/cloud/lxc/{lxc-container.py => lxc_container.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/ansible/modules/extras/cloud/lxc/{lxc-container.py => lxc_container.py} (100%) diff --git a/lib/ansible/modules/extras/cloud/lxc/lxc-container.py b/lib/ansible/modules/extras/cloud/lxc/lxc_container.py similarity index 100% rename from lib/ansible/modules/extras/cloud/lxc/lxc-container.py rename to lib/ansible/modules/extras/cloud/lxc/lxc_container.py