mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Note: Python2 is not as intelligent at detecting false import loops as Python3. context_objects.py cannot be added to cli/arguments because it would set up an import loop between cli/__init__.py, cli/arguments/context_objects.py, and context.py on Python2. ci_complete |
||
|---|---|---|
| .. | ||
| arguments | ||
| test_data/role_skeleton | ||
| __init__.py | ||
| test_adhoc.py | ||
| test_cli.py | ||
| test_console.py | ||
| test_galaxy.py | ||
| test_playbook.py | ||
| test_vault.py | ||