Note
This test plugin is part of ansible-core and included in all Ansible installations. In most cases, you can use the short plugin name abs. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.abs for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same test plugin name.
Aliases: is_abs
This describes the input of the test, the value before is ansible.builtin.abs or is not ansible.builtin.abs.
Parameter | Comments |
|---|---|
Input path | A path. |
is_path_absolute: "{{ '/etc/hosts' is abs }}}"
relative_paths: "{{ all_paths | reject('abs') }}"
Key | Description |
|---|---|
Return value boolean | Returns 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/abs_test.html