docs: remove delegate_to limitation

This commit is contained in:
David Wilson 2018-02-27 15:43:10 +05:45
parent 9fee0bd112
commit 860a635500
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ This is a proof of concept: issues below are exclusively due to code immaturity.
* Interaction with modules employing special action plugins is mostly untested, * Interaction with modules employing special action plugins is mostly untested,
except for the ``synchronize`` and ``template`` modules. except for the ``synchronize`` and ``template`` modules.
* More situations likely exist where the playbook's execution conditions are
not respected (``delegate_to``, ``connection: local``, etc.).
* Ansible defaults to requiring pseudo TTYs for most SSH invocations, in order * Ansible defaults to requiring pseudo TTYs for most SSH invocations, in order
to allow it to handle ``sudo`` with ``requiretty`` enabled, however it to allow it to handle ``sudo`` with ``requiretty`` enabled, however it
disables pseudo TTYs for certain commands where standard input is required or disables pseudo TTYs for certain commands where standard input is required or