diff options
Diffstat (limited to 'lib/ansible/plugins/test/uri.yml')
-rw-r--r-- | lib/ansible/plugins/test/uri.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/test/uri.yml b/lib/ansible/plugins/test/uri.yml index bb3b8bdd..c51329bb 100644 --- a/lib/ansible/plugins/test/uri.yml +++ b/lib/ansible/plugins/test/uri.yml @@ -26,5 +26,5 @@ EXAMPLES: | {{ 'http://nobody:secret@example.com' is uri(['ftp', 'ftps', 'http', 'https', 'ws', 'wss']) }} RETURN: _value: - description: Returns C(false) if the string is not a URI or the schema extracted does not match the supplied list. + description: Returns V(false) if the string is not a URI or the schema extracted does not match the supplied list. type: boolean |