docs: fix default runner returns value

This commit is contained in:
xieyi.nino 2021-09-29 18:27:31 +08:00 committed by Megan Wilhite
parent 740635ca23
commit 40c3ce7feb

View file

@ -2646,14 +2646,14 @@ Enable extra routines for YAML renderer used states containing UTF characters.
``runner_returns``
------------------
Default: ``False``
Default: ``True``
If set to ``True``, runner jobs will be saved to job cache (defined by
If set to ``False``, runner jobs will not be saved to job cache (defined by
:conf_master:`master_job_cache`).
.. code-block:: yaml
runner_returns: True
runner_returns: False
.. _master-file-server-settings: