Quick help

Hello team,

I am working on Dell IDRAC firmware automation.i need help here

I can able to fetch the complete data from dell server.what ever output come I will put into REGISTER module.
From REGISTER module I want specific values…
Ex: FIRMWARE VERSION
I shared code screenshot also.please help me out how to get that perticular value as my end result

(attachments)


You can print select value using register.key format.

Am new to this.

Register: output1

  • debug:
    msg: “{{ output1.stdout_lines.Firmware Version }}”

If I give like this getting error