.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.taplo.toml
AGENTS.md
LICENSE
README.md
codecov.yml
cspell.config.yaml
mkdocs.yml
pyproject.toml
renovate.json
sonar-project.properties
uv.lock
.agents/skills/adr-new/SKILL.md
.agents/skills/adr-new/references/adr-new-example.md
.agents/skills/update-matrix/SKILL.md
.agents/skills/update-matrix/references/sources.md
.config/dictionary.txt
.config/pydoclint-baseline.txt
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/finalize.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
.sdlc/adrs/ADR-001-downstream-matrix-extends-upstream.md
.sdlc/adrs/README.md
.sdlc/templates/adr.md
.vscode/extensions.json
.vscode/settings.json
.vscode/tasks.json
docs/architecture.md
docs/configuration.md
docs/contributor_guide.md
docs/faq.md
docs/galaxy.yml
docs/index.md
docs/installation.md
docs/integration.ini
docs/sanity.ini
docs/tox-ansible.ini
docs/unit.ini
docs/user_guide.md
scripts/generate_adr_index.py
src/tox_ansible/__init__.py
src/tox_ansible/_version.py
src/tox_ansible/plugin.py
src/tox_ansible/py.typed
src/tox_ansible.egg-info/PKG-INFO
src/tox_ansible.egg-info/SOURCES.txt
src/tox_ansible.egg-info/dependency_links.txt
src/tox_ansible.egg-info/entry_points.txt
src/tox_ansible.egg-info/requires.txt
src/tox_ansible.egg-info/scm_file_list.json
src/tox_ansible.egg-info/scm_version.json
src/tox_ansible.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/fixtures/integration/test_ade_workflow/README.md
tests/fixtures/integration/test_ade_workflow/galaxy.yml
tests/fixtures/integration/test_ade_workflow/tox-ansible.ini
tests/fixtures/integration/test_ade_workflow/meta/runtime.yml
tests/fixtures/integration/test_ade_workflow/plugins/module_utils/untested.py
tests/fixtures/integration/test_ade_workflow/plugins/modules/hello.py
tests/fixtures/integration/test_ade_workflow/tests/requirements.yml
tests/fixtures/integration/test_ade_workflow/tests/integration/targets/smoke/tasks/main.yml
tests/fixtures/integration/test_ade_workflow/tests/unit/test_hello.py
tests/fixtures/integration/test_basic/galaxy.yml
tests/fixtures/integration/test_basic/tox-ansible.ini
tests/fixtures/integration/test_basic/tox.ini
tests/fixtures/integration/test_basic/extensions/molecule/default/converge.yml
tests/fixtures/integration/test_basic/extensions/molecule/default/molecule.yml
tests/fixtures/integration/test_basic/extensions/molecule/default/verify.yml
tests/fixtures/integration/test_basic/tests/integration/test_placeholder.py
tests/fixtures/integration/test_downstream_config/README.md
tests/fixtures/integration/test_downstream_config/galaxy.yml
tests/fixtures/integration/test_downstream_config/pyproject.toml
tests/fixtures/integration/test_molecule_disabled/galaxy.yml
tests/fixtures/integration/test_molecule_disabled/pyproject.toml
tests/fixtures/integration/test_molecule_disabled/extensions/molecule/default/molecule.yml
tests/fixtures/integration/test_pyproject_config/README.md
tests/fixtures/integration/test_pyproject_config/galaxy.yml
tests/fixtures/integration/test_pyproject_config/pyproject.toml
tests/fixtures/integration/test_pyproject_config/tests/integration/targets/smoke/tasks/main.yml
tests/fixtures/integration/test_user_provided/galaxy.yml
tests/fixtures/integration/test_user_provided/tox-ansible.ini
tests/fixtures/integration/test_user_provided/tests/integration/targets/smoke/tasks/main.yml
tests/fixtures/unit/test_type/tox-ansible.ini
tests/fixtures/unit/test_type/tests/integration/targets/smoke/tasks/main.yml
tests/integration/__init__.py
tests/integration/test_ade_workflow.py
tests/integration/test_basic.py
tests/integration/test_downstream_config.py
tests/integration/test_molecule_disabled.py
tests/integration/test_pyproject_config.py
tests/integration/test_user_provided.py
tests/unit/__init__.py
tests/unit/test_downstream_matrix.py
tests/unit/test_plugin.py
tests/unit/test_plugin_molecule.py
tests/unit/test_type.py
tools/report-coverage