From a5a13246ce02fd4c4ce997627b4f42152e59d288 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 27 May 2021 17:16:54 -0400 Subject: [PATCH] ssh remove unused/unusable cli option ssh_args (#74846) --- changelogs/fragments/no_ssh_args.yml | 2 ++ lib/ansible/plugins/connection/ssh.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/no_ssh_args.yml diff --git a/changelogs/fragments/no_ssh_args.yml b/changelogs/fragments/no_ssh_args.yml new file mode 100644 index 00000000000..08050846fce --- /dev/null +++ b/changelogs/fragments/no_ssh_args.yml @@ -0,0 +1,2 @@ +bugfixes: + - connection ssh, no ssh_args cli option, so removed doc entry. diff --git a/lib/ansible/plugins/connection/ssh.py b/lib/ansible/plugins/connection/ssh.py index e4cb6c4f48e..7e92a778d28 100644 --- a/lib/ansible/plugins/connection/ssh.py +++ b/lib/ansible/plugins/connection/ssh.py @@ -77,8 +77,6 @@ DOCUMENTATION = ''' vars: - name: ansible_ssh_args version_added: '2.7' - cli: - - name: ssh_args ssh_common_args: description: Common extra args for all ssh CLI tools ini: