From 7d7ff9d6163f9356efde701e2af936e56aa4a0de Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 26 Oct 2012 20:20:02 -0400 Subject: [PATCH] Fixup setup.py path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c18064f950..f1aac5c3c2a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name='ansible', packages=[ 'ansible', 'ansible.inventory', - 'ansible.inventory.var_plugins', + 'ansible.inventory.vars_plugins', 'ansible.playbook', 'ansible.runner', 'ansible.runner.action_plugins',