Skip to content

safe

Collection Note

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

ansible-galaxy collection install ansible.builtin

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)