updated git module documentation
Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key.pull/4420/head
parent
79a2e586fe
commit
5dd9231743
|
@ -65,8 +65,7 @@ options:
|
||||||
default: None
|
default: None
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
description:
|
description:
|
||||||
- Uses the same wrapper method as ssh_opts to pass
|
- Specify an optional private key file to use for the checkout.
|
||||||
"-i <key_file>" to the ssh arguments used by git
|
|
||||||
reference:
|
reference:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in New Issue