Skip to content

abs

Collection Note

This module is part of the ansible.builtin collection. To install the collection, use:

ansible-galaxy collection install ansible.builtin

Synopsis

- Return the absolute value of the argument.

  • This is the Jinja builtin filter plugin 'abs'.
  • See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.abs)