I want to filter this variable hp but it getting print as square bracket with ""
.
how do i remove square bracket with ""
just to get the only value. can someone please help here ?
I was looking as regex but not able to find the exact syntax.
srv_make1: '{{ basic_params | from_json | json_query("servers.server_details[*].srv_make") }}'
Thanks