summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter/realpath.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/filter/realpath.yml')
-rw-r--r--lib/ansible/plugins/filter/realpath.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ansible/plugins/filter/realpath.yml b/lib/ansible/plugins/filter/realpath.yml
index 6e8beb9c..12687b61 100644
--- a/lib/ansible/plugins/filter/realpath.yml
+++ b/lib/ansible/plugins/filter/realpath.yml
@@ -4,8 +4,8 @@ DOCUMENTATION:
version_added: "1.8"
short_description: Turn path into real path
description:
- - Resolves/follows symlinks to return the 'real path' from a given path.
- - Filters always run on the controller so this path is resolved using the controller's filesystem.
+ - Resolves/follows symliknks to return the 'real path' from a given path.
+ - Filters alwasy run on controller so this path is resolved using the controller's filesystem.
options:
_input:
description: A path.
@@ -13,7 +13,6 @@ DOCUMENTATION:
required: true
EXAMPLES: |
- # realpath => /usr/bin/somebinary
realpath: {{ '/path/to/synlink' | realpath }}
RETURN: