From 52497920fac8b094856e149dfdabb1608d1ea8c3 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 3 Oct 2017 13:51:56 -0700 Subject: [PATCH] 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. --- lib/ansible/config/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index f7933cd5cf9..20d72ce26fd 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -66,8 +66,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