ansible/changelogs/fragments/tags-var.yaml
Matt Martz 7eb1ab45a7
Allow tags to be templated from a variable (#49833)
* Allow tags to be templated from a variable. Fixes #49825

* Restore _load_tags to ensure we do csv tag splitting

* Add tests for csv tags and templated tags

* evaluate_tags doesn't need to accept strings, because _load_tags handles this
2018-12-17 15:40:26 -06:00

2 lines
110 B
YAML

bugfixes:
- tags - allow tags to be specified by a variable (https://github.com/ansible/ansible/issues/49825)