mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
clarify docs for --flush-cache (#32799)
This commit is contained in:
parent
e2fef7beed
commit
53ade280a3
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ class CLI(with_metaclass(ABCMeta, object)):
|
||||||
parser.add_option('--force-handlers', default=C.DEFAULT_FORCE_HANDLERS, dest='force_handlers', action='store_true',
|
parser.add_option('--force-handlers', default=C.DEFAULT_FORCE_HANDLERS, dest='force_handlers', action='store_true',
|
||||||
help="run handlers even if a task fails")
|
help="run handlers even if a task fails")
|
||||||
parser.add_option('--flush-cache', dest='flush_cache', action='store_true',
|
parser.add_option('--flush-cache', dest='flush_cache', action='store_true',
|
||||||
help="clear the fact cache")
|
help="clear the fact cache for every host in inventory")
|
||||||
|
|
||||||
if basedir_opts:
|
if basedir_opts:
|
||||||
parser.add_option('--playbook-dir', default=None, dest='basedir', action='store',
|
parser.add_option('--playbook-dir', default=None, dest='basedir', action='store',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue