In Ansible,I am using REST API...I want value of clientid
from below code and want to use it in another task..I am using ansible uri module.
debug: var=clients.json.clientProperties[3].client.clientEntity.clientId
when: name==clients.json.clientProperties[{{ item }}].client.clientEntity.clientName
with_sequence: start=0 end={{clients.json.clientProperties|length-1}}
I want to store "16" in one variable and need to pass another url