diff options
Diffstat (limited to 'lib/ansible/plugins/test/file.yml')
-rw-r--r-- | lib/ansible/plugins/test/file.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/test/file.yml b/lib/ansible/plugins/test/file.yml index 8b79c07d..5e36b017 100644 --- a/lib/ansible/plugins/test/file.yml +++ b/lib/ansible/plugins/test/file.yml @@ -18,5 +18,5 @@ EXAMPLES: | RETURN: _value: - description: Returns C(True) if the path corresponds to an existing file on the filesystem on the controller, C(False) if otherwise. + description: Returns V(True) if the path corresponds to an existing file on the filesystem on the controller, V(False) if otherwise. type: boolean |