Note
This filter plugin is part of ansible-core and included in all Ansible installations. In most cases, you can use the short plugin name realpath. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.realpath for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same filter plugin name.
This describes the input of the filter, the value before | ansible.builtin.realpath.
Parameter | Comments |
|---|---|
Input path / required | A path. |
# realpath => /usr/bin/somebinary
realpath: {{ '/path/to/synlink' | realpath }}
Key | Description |
|---|---|
Return value path | The canonical path. Returned: success |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/realpath_filter.html