Skip to content

Commit

Permalink
add --full flag to ansible-pull man page
Browse files Browse the repository at this point in the history
add --full flag that was added in ansible#13502
  • Loading branch information
robinro committed Dec 13, 2015
1 parent 4734a80 commit 0c954bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/man/man1/ansible-pull.1.asciidoc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c954bd

Please sign in to comment.