You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Has anyone ever written a script/playbook that will validate all of the variables in a template are defined in the vars.yml file without having to fail each time a missing one is found? I'd like to figure out a way to know that my template variables are all defined in my dictionary of variables in a single execution. In other words, "give me a list of variables in my template that aren't found in my dictionary."