1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-10 02:04:08 +00:00

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.
This commit is contained in:
Devin Austin 2014-09-16 11:05:37 -06:00
parent 79a2e586fe
commit 5dd9231743

View file

@ -65,8 +65,7 @@ options:
default: None
version_added: "1.5"
description:
- Uses the same wrapper method as ssh_opts to pass
"-i <key_file>" to the ssh arguments used by git
- Specify an optional private key file to use for the checkout.
reference:
required: false
default: null