summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-10-26 20:20:02 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-10-26 20:20:02 -0400
commit7d7ff9d6163f9356efde701e2af936e56aa4a0de (patch)
tree24db6d8aeee6b2a30d227943016fcc1386b98865 /setup.py
parent7f6aa2d3d5c2b9f3b84ef929535f4d438b869522 (diff)
downloadansible-7d7ff9d6163f9356efde701e2af936e56aa4a0de.tar.gz
Fixup setup.py path
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6c18064f95..f1aac5c3c2 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',