{"id":"gate-dependencies-parameter","text":"The `gate_dependencies` parameter on `automation()` specifies additional Python packages to bundle into the gate zipapp alongside the modules — needed when modules import libraries not in the Ansible collection (e.g., `httpx`).","truth_value":"IN","source":"repo:ftl2-servercraft/ftl2_servercraft/__init__.py","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{"example":"async with automation(\n    gate_modules=\"auto\",\n    gate_dependencies=[\"httpx\"],  # bundled into gate zipapp\n) as ftl:\n    await script.provision(ftl, config, log)"},"explanation":{"steps":[{"node":"gate-dependencies-parameter","truth_value":"IN","reason":"premise"}]}}