mirror of https://github.com/ansible/ansible.git
Removed deprecated DEFAULT_TRANSPORT smart option (#85810)
* Removed deprecated DEFAULT_TRANSPORT smart option Removes the logic for handling `DEFAULT_TRANSPORT` set to `smart`. * Remove unused importpull/85808/head
parent
c59db5349e
commit
94c78cb38f
@ -0,0 +1,4 @@
|
||||
removed_features:
|
||||
- >-
|
||||
Removed the option to set the ``DEFAULT_TRANSPORT`` configuration to ``smart`` that selects the default transport
|
||||
as either ``ssh`` or ``paramiko`` based on the underlying platform configuraton.
|
||||
Loading…
Reference in New Issue