Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/assert.py')
-rw-r--r--lib/ansible/modules/assert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/assert.py b/lib/ansible/modules/assert.py
index 71b2424e766..0ef5eb04368 100644
--- a/lib/ansible/modules/assert.py
+++ b/lib/ansible/modules/assert.py
@@ -36,7 +36,7 @@ options:
version_added: "2.7"
quiet:
description:
- - Set this to C(yes) to avoid verbose output.
+ - Set this to C(true) to avoid verbose output.
type: bool
default: no
version_added: "2.8"