diff options
author | Josh Drake <joshua.c.drake@gmail.com> | 2014-07-02 20:02:28 -0500 |
---|---|---|
committer | Michael DeHaan <michael@ansible.com> | 2014-08-11 12:23:05 -0400 |
commit | aa419044c45e5227710b95fc5ddaaf3abb018f03 (patch) | |
tree | 180aa0bb51892132ac4a4a7849bea38e0417b0ec /setup.py | |
parent | fb5a1403dd16c132280ecaa649ac74dcecf4d0df (diff) | |
download | ansible-aa419044c45e5227710b95fc5ddaaf3abb018f03.tar.gz |
WIP on the re-implementation of fact caching and various backends.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ setup(name='ansible', package_dir={ 'ansible': 'lib/ansible' }, packages=[ 'ansible', + 'ansible.cache', 'ansible.utils', 'ansible.utils.module_docs_fragments', 'ansible.inventory', |