safe¶
Collection Note
This module is part of the ansible.builtin collection. To install the collection, use:
Synopsis¶
- Mark the value as safe which means that in an environment with automatic escaping enabled this variable will not be escaped.¶
- This is the Jinja builtin filter plugin 'safe'.
- See: U(https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.safe)