mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.
This commit is contained in:
parent
6459bacb6b
commit
52497920fa
1 changed files with 1 additions and 1 deletions
|
@ -66,8 +66,8 @@ ANSIBLE_PIPELINING:
|
||||||
- "However this conflicts with privilege escalation (become). For example, when using 'sudo:' operations you must first
|
- "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."
|
disable 'requiretty' in /etc/sudoers on all managed hosts, which is why it is disabled by default."
|
||||||
env:
|
env:
|
||||||
- name: ANSIBLE_SSH_PIPELINING
|
|
||||||
- name: ANSIBLE_PIPELINING
|
- name: ANSIBLE_PIPELINING
|
||||||
|
- name: ANSIBLE_SSH_PIPELINING
|
||||||
ini:
|
ini:
|
||||||
- section: connection
|
- section: connection
|
||||||
key: pipelining
|
key: pipelining
|
||||||
|
|
Loading…
Reference in a new issue