ssh_config: add proxyjump option (#6205)

* feat(ssh_config): proxyjump option

* feat(ssh_config: add proxyjump test

* CamelCase ProxyJump

* add changelog fragment

* Update plugins/modules/ssh_config.py

add version_added

Co-authored-by: Felix Fontein <felix@fontein.de>

* update task name to include new proxyjump option

* adding tests for proxyjump option

* fixing assert variable name

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Gavin Will 2023-03-25 22:16:46 +00:00 committed by GitHub
commit e96552396e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 242 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ssh_config - add ``proxyjump`` option (https://github.com/ansible-collections/community.general/pull/5970).