mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
b80d408a25
Add ssh_config module option for identities_only (#7704)
* Add ssh_config module option for identities_only
* Add changelog fragment for 7704
* remove trailing whitespace
* Apply suggestions from code review
Documentation change suggestions from felixfontein
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Michael Finney <michael.finney@tpwd.texas.gov>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6c1eb77f18
)
Co-authored-by: mjfinney <mjfinney@gmail.com>
2 lines
168 B
YAML
2 lines
168 B
YAML
minor_changes:
|
|
- ssh_config - new feature to set ``IdentitiesOnly`` option to ``yes`` or ``no`` (https://github.com/ansible-collections/community.general/pull/7704).
|