ansible/changelogs/fragments/faster-is-template.yaml
2019-06-06 15:49:26 -04:00

5 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