From f3f36d6244521a5f5a73207921cb56f3919fa59b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Nov 2018 20:20:50 +0000 Subject: [PATCH] docs: add connection: "smart" to known issues. --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 33c4489a..4fa850bd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -499,6 +499,12 @@ Mitogen for Ansible **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 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