diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-12-27 21:33:33 +0100 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-12-27 21:33:33 +0100 |
commit | fdb8505a5e8890dfb0113934b49c29d3353031b0 (patch) | |
tree | 4f3b16397a2bb22299893fa403efc43796b48cb2 /docs/man | |
parent | Added note about tag groups to AWS guide. (diff) | |
download | ansible-fdb8505a5e8890dfb0113934b49c29d3353031b0.tar.xz ansible-fdb8505a5e8890dfb0113934b49c29d3353031b0.zip |
Add ansible-pull's -o to the manpage.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/man1/ansible-pull.1.asciidoc.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 2e39d53aa8..12a38f674b 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -83,6 +83,9 @@ Purge the checkout after the playbook is run. Module used to checkout playbook repository. Defaults to git. +*-o*, *--only-if-changed*:: + +Run the playbook only if the repository has changed AUTHOR ------ |