{"id":"auto-install-deps-parameter","text":"The `automation()` context manager accepts `auto_install_deps=True` to automatically install required Ansible collections if they are missing.","truth_value":"IN","source":"entries/2026/05/11/examples-07-azure-example_azure_web_stack.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{"example":"async with automation(\n    auto_install_deps=True,\n    verbose=True,\n) as ftl:\n    # Missing Python deps for Ansible modules auto-installed\n    await ftl.azure.azcollection.azure_rm_resourcegroup(\n        name=\"myRG\", location=\"eastus\",\n    )"},"explanation":{"steps":[{"node":"auto-install-deps-parameter","truth_value":"IN","reason":"premise"}]}}