সুতরাং আমার কোড আমি একটি কাজ আছে
- name: cool task
shell: 'touch iamnotcool.txt'
when: me.cool is not defined
এবং আমার vars মত দেখাচ্ছে
---
me:
stumped: yes
সুতরাং আমি যখন টাস্কটি চালাব তখন এটি নীচের ত্রুটি দিয়ে ফিরে আসবে
{"failed": true, "msg": "The conditional check 'me.cool' failed. The error was: error while evaluating conditional (me.cool): 'dict object' has no attribute 'cool'.
when: is_installed.rc is defined and is_installed.rc == 0
এটি করে না:when: is_installed.rc is defined
\n
when is_installed.rc == 0