I have a variable "network" registered in Ansible:
{
    "addresses": {
        "private_ext": [
            {
                "type": "fixed",
                "addr": "172.16.2.105"
            }
        ],
        "private_man": [
            {
                "type": "fixed",
                "addr": "172.16.1.105"
            },
            {
                "type": "floating",
                "addr": "10.90.80.11"
            }
        ]
    }
}
Is it possible to get the IP address ("addr") with type="floating"?