I have a workflow template that includes a playbook template with tags and the question is asked at the beginning of the workflow which jobs do you want to run? and it presents 10 items to choose from. it loads the variable “tagchoice”
In the playbook in the workflow it has all 10 different jobs, I put the name of the job as the tag.
if I put individual entries in the “Job Tags” section of the playbook template and run it, it works as it should.
but if I put the variable from the workflow template {{ tagchoice }} in the “Job Tags” section of the playbook template then it will just run all 10 jobs as if I didn’t choose anything.
How do I get the tag selection (in the variable “tagchoice”) to work inside the playbook template inside the workflow template?
does anyone here have Tower experience?