ansible/docs/docsite/rst/reference_appendices
yiskylee 1f0b5b09cd Explanation for "check_mode: no" is confusing (#65777)
When an ansible module, e.g., command, does not support check mode, you can use "check_mode: no" in that task to execute the task in normal mode, even when "--check" flag is used. The current document basically says, use "check_mode: no" to run in check mode, which is confusing and inaccurate.
2019-12-12 17:04:57 -06:00
..
.rstcheck.cfg
automationhub.rst add Automation Hub stub page (#65261) 2019-11-25 13:58:01 -06:00
common_return_values.rst
faq.rst
general_precedence.rst
glossary.rst
interpreter_discovery.rst
logging.rst
module_utils.rst
python_3_support.rst
release_and_maintenance.rst
special_variables.rst
test_strategies.rst Explanation for "check_mode: no" is confusing (#65777) 2019-12-12 17:04:57 -06:00
tower.rst add Automation Hub stub page (#65261) 2019-11-25 13:58:01 -06:00
YAMLSyntax.rst