Skip to content

sum

Collection Note

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

ansible-galaxy collection install ansible.builtin

Synopsis

- Returns the sum of a sequence of numbers plus the value of parameter 'start'.

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