Jadi dalam kode saya, saya punya tugas
- name: cool task
shell: 'touch iamnotcool.txt'
when: me.cool is not defined
dan vars saya terlihat seperti
---
me:
stumped: yes
Jadi ketika saya menjalankan tugas itu kembali dengan kesalahan berikut
{"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
Ini tidak:when: is_installed.rc is defined
\n
when is_installed.rc == 0