내 코드에는 작업이 있습니다.
- 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