mirror of
https://github.com/ansible/ansible.git
synced 2026-07-30 16:14:40 +02:00
Fixes the action plugin mkdtemp and expand_user calls to fallback to the original non-pipelined variants when a connection plugin does not support pipelining. For example a 3rd party Windows connection plugin may not support pipelining and thus cannot use the user _mkdtemp2 and _expand_user2 variants exposed by the `powershell` shell plugin as they require data to be sent over stdin.