So in my code I have a task
- name: cool task
shell: 'touch iamnotcool.txt'
when: me.cool is not defined
and my vars looks like
---
me:
stumped: yes
So when I run the task it comes back with the following error
{"failed": true, "msg": "The conditional check 'me.cool' failed. The error was: error while evaluating conditional (me.cool): 'dict object' has no attribute 'cool'.