mirror of https://github.com/ansible/ansible.git
fixed typos in the documentation (#82077)
parent
fd009a073a
commit
f2b5c33349
@ -1,5 +1,5 @@
|
|||||||
bugfixes:
|
bugfixes:
|
||||||
- ansible-test - Properly detect docker host when using ``ssh://`` protocol for connecting to the docker daemon.
|
- ansible-test - Properly detect docker host when using ``ssh://`` protocol for connecting to the docker daemon.
|
||||||
- ansible-test - Explicitly supply ``ControlPath=none`` when setting up port fowarding over SSH to address
|
- ansible-test - Explicitly supply ``ControlPath=none`` when setting up port forwarding over SSH to address
|
||||||
the scenario where the local ssh configuration uses ``ControlPath`` for all hosts, and would prevent
|
the scenario where the local ssh configuration uses ``ControlPath`` for all hosts, and would prevent
|
||||||
ports to be forwarded after the initial connection to the host.
|
ports to be forwarded after the initial connection to the host.
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
minor_changes:
|
minor_changes:
|
||||||
- "``import_role`` action now also gets a ``public`` option that controls variable exports, default depending on ``DEFAULT_PRIVATE_ROLE_VARS`` (if using defaults equates to ``public=True``)."
|
- "``import_role`` action now also gets a ``public`` option that controls variable exports, default depending on ``DEFAULT_PRIVATE_ROLE_VARS`` (if using defaults equates to ``public=True``)."
|
||||||
- "``DEFAULT_PRIVATE_ROLE_VARS`` is now overriden by explicit setting of ``public`` for ``include_roles`` and ``import_roles``."
|
- "``DEFAULT_PRIVATE_ROLE_VARS`` is now overridden by explicit setting of ``public`` for ``include_roles`` and ``import_roles``."
|
||||||
|
|||||||
Loading…
Reference in New Issue