इसलिए मेरे कोड में मेरा एक काम है
- name: cool task
shell: 'touch iamnotcool.txt'
when: me.cool is not defined
और मेरी तरह दिखता है
---
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