mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 13:12:30 +00:00
* Make ziploader's ansible and ansible.module_utils libraries into namespace packages. * Move __version__ and __author__ from ansible/__init__ to ansible/release.py. This is because namespace packages only load one __init__.py. If that is not the __init__.py with the author and version info then those won't be available. * In ziplaoder, move the version ito ANSIBLE_CONSTANTS. * Change PluginLoader to properly construct the path to the plugins even when namespace packages are present. |
||
|---|---|---|
| .. | ||
| action | ||
| cache | ||
| callback | ||
| connections | ||
| filter | ||
| inventory | ||
| lookup | ||
| shell | ||
| strategies | ||
| vars | ||
| __init__.py | ||
| test_plugins.py | ||