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
e91818ef77
commit
b261fd8d3e
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
|
to be installed. The commit MUST be signed and the public key MUST
|
||||||
be trusted in the GPG trustdb.
|
be trusted in the GPG trustdb.
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
- git (the command line tool)
|
||||||
notes:
|
notes:
|
||||||
- "If the task seems to be hanging, first verify remote host is in C(known_hosts).
|
- "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,
|
SSH will prompt user to authorize the first contact with a remote host. To avoid this prompt,
|
||||||
|
|
Loading…
Reference in a new issue