ansible datatypes

Sometimes when troubleshooting an ansible playbook you might want to know the underlying python data type of a variable. For this you can use the type_debug filter, official docs below:

managing data types

{{ some_variable | type_debug }}