We want the ini and env vars to both override in the same order

There's an ssh version and a generic version.  We want the ssh version
to override the generic version in both cases.

(cherry picked from commit 52497920fa)
This commit is contained in:
Toshio Kuratomi 2017-10-03 13:51:56 -07:00
parent 327f76f8fd
commit 8281627d43

View file

@ -161,8 +161,8 @@ ANSIBLE_PIPELINING:
- "However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first
disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default."
env:
- name: ANSIBLE_SSH_PIPELINING
- name: ANSIBLE_PIPELINING
- name: ANSIBLE_SSH_PIPELINING
ini:
- section: connection
key: pipelining