jon.sprig.gs
Testing (and failing inline) for data types in Ansible
I tend to write long and overly complicated set_fact statements in Ansible, ALL THE DAMN TIME. I write stuff like this: rulebase: | { {% for var in vars | dict2items %} {% if var.key | regex_search…