docs: Fix install docs now Ansible package layout changed.

wip-fakessh-exit-status
David Wilson 7 years ago
parent e0382ab2db
commit cd53023768

@ -149,7 +149,7 @@ Configuration
2. ``python -m pip install -U git+https://github.com/dw/mitogen.git`` **on the 2. ``python -m pip install -U git+https://github.com/dw/mitogen.git`` **on the
host machine only**. host machine only**.
3. ``python -c 'import ansible_mitogen as a; print a.__path__'`` 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``. path from above to the ``[defaults]`` section of ``ansible.cfg``.
5. Add ``strategy = mitogen`` 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. 6. Cross your fingers and try it out.

Loading…
Cancel
Save