skip_reason": "Conditional result was False".

Hi All,

I am trying to compare the output marked in yellow and proceed if condition is true but it is skipping with skip_reason": “Conditional result was False”.

Please let me know how it can be achieved .

Hi Manish,

I was facing same issue yesterday. To troubleshoot the issue I have gathered the facts and observed that ansible_processor kind of variables are list and have to be referenced with .0 or .1

try this out

ansible_processor. 0

I tried but same result it is skipping .

when: ansible_processor.0 ==“Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz”

Could you explain the magic of printing "1" when the item is "None" ?

Its working now while using ansible_processor .2