diff options
Diffstat (limited to 'lib/ansible/plugins/test/match.yml')
-rw-r--r-- | lib/ansible/plugins/test/match.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/test/match.yml b/lib/ansible/plugins/test/match.yml index ecb4ae65..76f656bf 100644 --- a/lib/ansible/plugins/test/match.yml +++ b/lib/ansible/plugins/test/match.yml @@ -19,7 +19,7 @@ DOCUMENTATION: type: boolean default: False multiline: - description: Match against mulitple lines in string. + description: Match against multiple lines in string. type: boolean default: False EXAMPLES: | @@ -28,5 +28,5 @@ EXAMPLES: | nomatch: url is match("/users/.*/resources") RETURN: _value: - description: Returns C(True) if there is a match, C(False) otherwise. + description: Returns V(True) if there is a match, V(False) otherwise. type: boolean |