indent¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Return a copy of the string with each line indented by 4 spaces.¶
- This is the Jinja builtin filter plugin 'indent'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.indent)