I have a variable name something like this defined in json format.
“zxc_address” : “192.168.21.x/24”
and i need to extract the IP address part(192.168.21.x) using ansible(yaml code) what is the simple solution for that? can it be done using ansible filters. if yes then how?