diff --git a/docs/docsite/rst/reference_appendices/test_strategies.rst b/docs/docsite/rst/reference_appendices/test_strategies.rst index 8a2a874ede4..d41cdb69a29 100644 --- a/docs/docsite/rst/reference_appendices/test_strategies.rst +++ b/docs/docsite/rst/reference_appendices/test_strategies.rst @@ -47,7 +47,7 @@ existing system, using the `--check` flag to the `ansible` command will report i bring the system into a desired state. This can let you know up front if there is any need to deploy onto the given system. Ordinarily scripts and commands don't run in check mode, so if you -want certain steps to always execute in check mode, such as calls to the script module, disable check mode for those tasks:: +want certain steps to execute in normal mode even when the `--check` flag is used, such as calls to the script module, disable check mode for those tasks:: roles: