From cd530237682c1265de5365535c01fc0157646a37 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Mar 2018 00:50:31 +0545 Subject: [PATCH] docs: Fix install docs now Ansible package layout changed. --- docs/ansible.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 69d9d221..433d0343 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -149,7 +149,7 @@ Configuration 2. ``python -m pip install -U git+https://github.com/dw/mitogen.git`` **on the host machine only**. 3. ``python -c 'import ansible_mitogen as a; print a.__path__'`` -4. Add ``strategy_plugins = /path/to/../ansible_mitogen/strategy`` using the +4. Add ``strategy_plugins = /path/to/../ansible_mitogen/plugins/strategy`` using the path from above to the ``[defaults]`` section of ``ansible.cfg``. 5. Add ``strategy = mitogen`` to the ``[defaults]`` section of ``ansible.cfg``. 6. Cross your fingers and try it out.