diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-06-23 09:14:55 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-06-23 09:14:55 -0400 |
commit | dae0b833f5bdde749dc1775b54d19473c0871648 (patch) | |
tree | 860257aeb140dac1fb08dd71fa40ae29b2b14cbd /docs/man | |
parent | 7d24e6e95c4fa90c8db2ae03daca99a1668b0131 (diff) | |
download | ansible-dae0b833f5bdde749dc1775b54d19473c0871648.tar.gz |
updated man page with new pull options
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/man1/ansible-pull.1.asciidoc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 9f4e1993f3..42d08d8296 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -163,6 +163,14 @@ URL of the playbook repository to checkout. Vault password file. +*--clean*:: + +Modified files in the working repository will be discarded. + +*--track-subs*:: + +Submodules will track the latest changes. + *-v*, *--verbose*:: Pass -vvv to ansible-playbook. |