mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
docs: fix default runner returns value
This commit is contained in:
parent
740635ca23
commit
40c3ce7feb
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue