mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
WIP on the re-implementation of fact caching and various backends.
This commit is contained in:
parent
fb5a1403dd
commit
aa419044c4
11 changed files with 466 additions and 48 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue