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/faster-is-template.yaml

6 lines
301 B
YAML

minor_changes:
- Templar - Speed up ``is_template`` by lexing the string, instead of actually
templating the string (https://github.com/ansible/ansible/pull/57489)
- InventoryManager - Speed up host subset calculation by performing direct host
uuid comparisons, instead of Host object comparisons