added doc to note that git the command line tool is required for this moduel to function
fixes http://github.com/ansible/ansible/issues/11358
This commit is contained in:
parent
6f6d7f5c18
commit
2d3e93e558
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ options:
|
|||
to be installed. The commit MUST be signed and the public key MUST
|
||||
be trusted in the GPG trustdb.
|
||||
|
||||
|
||||
requirements:
|
||||
- git (the command line tool)
|
||||
notes:
|
||||
- "If the task seems to be hanging, first verify remote host is in C(known_hosts).
|
||||
SSH will prompt user to authorize the first contact with a remote host. To avoid this prompt,
|
||||
|
|
Loading…
Reference in a new issue