mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
* Use NativeEnvironment for all templating ci_complete * Keep Templar.copy_with_new_env for backwards compat * Mention that AnsibleUndefined.__repr__ changed in the porting guide * Templar.copy_with_new_env backwards compat * ci_complete
7 lines
562 B
YAML
7 lines
562 B
YAML
major_changes:
|
|
- Templating - remove ``safe_eval`` in favor of using ``NativeEnvironment`` but utilizing ``literal_eval`` only in cases when ``safe_eval`` was used (https://github.com/ansible/ansible/pull/75587)
|
|
breaking_changes:
|
|
- Templating - it is no longer allowed to perform arithmetic and concatenation operations outside of the jinja template (https://github.com/ansible/ansible/pull/75587)
|
|
bugfixes:
|
|
- Trigger an undefined error when an undefined variable is detected within a dictionary and/or list (https://github.com/ansible/ansible/pull/75587)
|