The test option is only valid for the minion, not the master

This commit is contained in:
Yoram Hekma 2017-01-12 09:13:46 +01:00
parent cfd82d1631
commit 57df3bf148
2 changed files with 14 additions and 16 deletions

View File

@ -1317,22 +1317,6 @@ Enable extra routines for YAML renderer used states containing UTF characters.
yaml_utf8: False
.. conf_master:: test
``test``
--------
Default: ``False``
Set all state calls to only test if they are going to actually make changes
or just post what changes are going to be made.
.. code-block:: yaml
test: False
.. conf_master:: runner_returns
``runner_returns``
------------------

View File

@ -1198,6 +1198,20 @@ The default renderer used for local state executions
renderer: yaml_jinja
.. conf_master:: test
``test``
--------
Default: ``False``
Set all state calls to only test if they are going to actually make changes
or just post what changes are going to be made.
.. code-block:: yaml
test: False
.. conf_minion:: state_verbose
``state_verbose``