From cde7b2b022c1b4626f0c2218c2e1cd41ed40f40d Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 17 Oct 2025 15:44:43 +0000 Subject: [PATCH] Remove leftover docs fragment about mitogen (#12630) This was left behind from 1fb14b746 (docs: remove outdated mitogen documentation. (#12619), 2025-10-14) --- docs/ansible/ansible.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ansible/ansible.md b/docs/ansible/ansible.md index 02d67501b..3283e2c1f 100644 --- a/docs/ansible/ansible.md +++ b/docs/ansible/ansible.md @@ -181,10 +181,6 @@ ansible-playbook -i inventory/sample/hosts.ini cluster.yml \ Note: use `--tags` and `--skip-tags` wisely and only if you're 100% sure what you're doing. -## Mitogen - -Mitogen support is deprecated, please see [mitogen related docs](/docs/advanced/mitogen.md) for usage and reasons for deprecation. - ## Troubleshooting Ansible issues Having the wrong version of ansible, ansible collections or python dependencies can cause issue.