ansible/changelogs/fragments/69104-galaxy-cli-templar.yml
Matt Martz f27c417fc4
Use Templar for galaxy skeletons (#69106)
* Use Templar for galaxy skeletons. Fixes #69104

* Update checksum, our templar doesn't remove trailing newline, jinja2 seems to remove it
2020-04-23 10:36:14 -05:00

5 lines
192 B
YAML

bugfixes:
- ansible-galaxy - Utilize ``Templar`` for templating skeleton files, so that
they have access to Ansible filters/tests/lookups
(https://github.com/ansible/ansible/issues/69104)