diff options
author | John Florian <john_florian@dart.biz> | 2013-09-03 16:39:19 -0400 |
---|---|---|
committer | John Florian <john_florian@dart.biz> | 2013-09-03 16:39:19 -0400 |
commit | c8a5aabf39ee9adc5cfd68ba75e110d0c7838553 (patch) | |
tree | b451824787921e51df1e6e1bc7a8199365ac7716 /docs | |
parent | 2696135b3b8d2708cd58062b9c84751982b2c111 (diff) | |
download | ansible-c8a5aabf39ee9adc5cfd68ba75e110d0c7838553.tar.gz |
Added -f/--force option to ansible-pull
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/man1/ansible-pull.1.asciidoc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in index 6d73f4104d..809ec00057 100644 --- a/docs/man/man1/ansible-pull.1.asciidoc.in +++ b/docs/man/man1/ansible-pull.1.asciidoc.in @@ -63,6 +63,12 @@ URL of the playbook repository to checkout. Branch/Tag/Commit to checkout. If not provided, uses default behavior of module used to check out playbook repository. +*-f*, *--force*:: + +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. + *-i* 'PATH', *--inventory=*'PATH':: The 'PATH' to the inventory hosts file. This can be a relative path within |