Vì vậy, trong mã của tôi, tôi có một nhiệm vụ
- name: cool task
shell: 'touch iamnotcool.txt'
when: me.cool is not defined
và lọ của tôi trông giống như
---
me:
stumped: yes
Vì vậy, khi tôi chạy tác vụ, nó trở lại với lỗi sau
{"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
Điều này không:when: is_installed.rc is defined
\n
when is_installed.rc == 0