You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/variable_names.yml

8 lines
466 B
YAML

bugfixes:
- variables - Added Jinja scalar singletons (``true``, ``false``, ``none``) to invalid Ansible variable name detection.
Previously, variables with these names could be assigned without error, but could not be resolved.
minor_changes:
- variables - Removed restriction on usage of most Python keywords as Ansible variable names.
deprecated_features:
- inventory plugins - Setting invalid Ansible variable names in inventory plugins is deprecated.