Merge pull request #13535 from robinro/patch-4

add --full flag to ansible-pull man page
pull/4420/head
Brian Coca 2015-12-13 12:13:48 -05:00
commit e88334b7da
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ Force running of playbook even if unable to update playbook repository. This
can be useful, for example, to enforce run-time state when a network
connection may not always be up or possible.
*--full*::
Do a full clone of the repository. By default ansible-pull will do a shallow clone based on the last revision.
*-h*, *--help*::
Show the help message and exit.