Support tags on render instructions #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dustin/tmpl#1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
One of the most powerful features in Ansible is the ability to add arbitrary tags to tasks. When running
ansible-playbook
, you can specify one or more tags to select, and only tasks with matching tags will be applied.I'd like to bring this same idea to
tmpl
. Render instructions should have an optionaltags
field which contains a list of tags. Thetmpl
command should accept one or more-t
/--tags
arguments, and only instructions matching the tags specified by these arguments should be rendered.