using ansible facts or json_query, how do i get this mac address out of this json?
so i got json back from an openstack server query, but need to extract the mac address for the server. Getting the name and IP is easy enough but the mac address is hidden behind the vlan and a colon. Can you please help to identify either a json_query or maybe ansible fact play that will get me just the mac address as plain text?
Below actual play for this, but getting the mac address fails.