Skip to content

Commit

Permalink
We want the ini and env vars to both override in the same order
Browse files Browse the repository at this point in the history
There's an ssh version and a generic version.  We want the ssh version
to override the generic version in both cases.
  • Loading branch information
abadger committed Oct 4, 2017
1 parent 6459bac commit 5249792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5249792

Please sign in to comment.