replace¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Return a copy of the value with all occurrences of a substring replaced with a new one.¶
- This is the Jinja builtin filter plugin 'replace'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.replace)