look_for_keys & allow_agent actually added in 2.4
https://github.com/ansible/ansible/pull/22429 was merged, though not cherry picked into stable-2.3, so update docs
This commit is contained in:
parent
3c75808c5c
commit
6633ae1afa
1 changed files with 2 additions and 2 deletions
|
@ -59,14 +59,14 @@ options:
|
|||
- if false, disables looking for ssh keys
|
||||
default: true
|
||||
required: false
|
||||
version_added: "2.3"
|
||||
version_added: "2.4"
|
||||
allow_agent:
|
||||
description:
|
||||
- if true, enables querying SSH agent (if found) for keys
|
||||
- if false, disables querying the SSH agent for ssh keys
|
||||
default: true
|
||||
required: false
|
||||
version_added: "2.3"
|
||||
version_added: "2.4"
|
||||
username:
|
||||
description:
|
||||
- the username to authenticate with
|
||||
|
|
Loading…
Reference in a new issue