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
pull/23378/head
John R Barker 7 years ago committed by GitHub
parent 3c75808c5c
commit 6633ae1afa

@ -59,14 +59,14 @@ options:
- if false, disables looking for ssh keys - if false, disables looking for ssh keys
default: true default: true
required: false required: false
version_added: "2.3" version_added: "2.4"
allow_agent: allow_agent:
description: description:
- if true, enables querying SSH agent (if found) for keys - if true, enables querying SSH agent (if found) for keys
- if false, disables querying the SSH agent for ssh keys - if false, disables querying the SSH agent for ssh keys
default: true default: true
required: false required: false
version_added: "2.3" version_added: "2.4"
username: username:
description: description:
- the username to authenticate with - the username to authenticate with

Loading…
Cancel
Save