Pulling information from a registered variable

Hey guys.

I’m trying to pull information from this variable that was registered. My question is how would I go about adding conditionals here so that if one item like, 10.200.98.11 has 2 or more msg it’d return a string.

  • debug:
    msg: “{{ digbomb.results.msg.target }}”

This will list all targets. If you want to use one at a time then you can loop it

(attachments)