docs: add connection: "smart" to known issues.
This commit is contained in:
parent
5be9a55bf4
commit
f3f36d6244
|
@ -499,6 +499,12 @@ Mitogen for Ansible
|
||||||
|
|
||||||
**Known Issues**
|
**Known Issues**
|
||||||
|
|
||||||
|
* On OS X when a SSH password is specified and the default connection type of
|
||||||
|
``smart`` is used, Ansible may select the Paramiko plug-in rather than
|
||||||
|
Mitogen. If you specify a password on OS X, ensure ``connection: ssh``
|
||||||
|
appears in your playbook, ``ansible.cfg``, or as ``-c ssh`` on the
|
||||||
|
command-line.
|
||||||
|
|
||||||
* The ``raw`` action executes as a regular Mitogen connection, which requires
|
* The ``raw`` action executes as a regular Mitogen connection, which requires
|
||||||
Python on the target, precluding its use for installing Python. This will be
|
Python on the target, precluding its use for installing Python. This will be
|
||||||
addressed in a future 0.2 release. For now, simply mix Mitogen and vanilla
|
addressed in a future 0.2 release. For now, simply mix Mitogen and vanilla
|
||||||
|
|
Loading…
Reference in New Issue