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:
{{ some_variable | type_debug }}
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:
{{ some_variable | type_debug }}