mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Added -f/--force option to ansible-pull
This commit is contained in:
parent
2696135b3b
commit
c8a5aabf39
2 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue