diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-26 20:20:02 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-26 20:20:02 -0400 |
commit | 7d7ff9d6163f9356efde701e2af936e56aa4a0de (patch) | |
tree | 24db6d8aeee6b2a30d227943016fcc1386b98865 /setup.py | |
parent | 7f6aa2d3d5c2b9f3b84ef929535f4d438b869522 (diff) | |
download | ansible-7d7ff9d6163f9356efde701e2af936e56aa4a0de.tar.gz |
Fixup setup.py path
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |