mirror of https://github.com/ansible/ansible.git
Set explicit default for ANSIBLE_SSH_ARGS
The earlier code behaved exactly as though this default had been set, but it was actually handled as a(n unnecessary) special case inside the connection plugin, rather than set as an explicit default. If the default is overriden either in ansible.cfg or the environment, the new code will continue to work (in fact, it won't know or care, since it just uses the value set in the PlayContext). This is submitted as a separate commit for easier review to address backwards-compatibility concerns.pull/12604/head
parent
1981bf2b95
commit
96c4dc273a
Loading…
Reference in New Issue