Added -f/--force option to ansible-pull

This commit is contained in:
John Florian 2013-09-03 16:39:19 -04:00
commit c8a5aabf39
2 changed files with 15 additions and 1 deletions

View file

@ -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