diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-13 02:07:45 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-13 02:07:45 +0200 |
commit | dd3beb844ff0b62b1686535f16ab42120103bb73 (patch) | |
tree | 8b188995c4b9e17dc2f238be1a6612cf4adbc3c2 /setup.py | |
parent | implement lookup plugins for arbitrary enumeration over arbitrary things. S... (diff) | |
download | ansible-dd3beb844ff0b62b1686535f16ab42120103bb73.tar.xz ansible-dd3beb844ff0b62b1686535f16ab42120103bb73.zip |
add lookup plugins to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ setup(name='ansible', 'ansible.playbook', 'ansible.runner', 'ansible.runner.action_plugins', + 'ansible.runner.lookup_plugins', 'ansible.runner.connection_plugins', 'ansible.runner.action_plugins', 'ansible.callback_plugins', |