diff options
author | Robin Roth <robin-roth@online.de> | 2015-12-13 18:00:54 +0100 |
---|---|---|
committer | Robin Roth <robin-roth@online.de> | 2015-12-13 18:00:54 +0100 |
commit | 0c954bd14298a81be4c9026563326a87f9c42f58 (patch) | |
tree | 4d807b5473cdcbdb60fa370a77408dcc7c330916 /docs/man | |
parent | 4734a8011ef42734a2855859d79f4bd4d7e14152 (diff) | |
download | ansible-0c954bd14298a81be4c9026563326a87f9c42f58.tar.gz |
add --full flag to ansible-pull man page
add --full flag that was added in #13502
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/man1/ansible-pull.1.asciidoc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 333b8e34e0..0afba2aeaa 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -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. |