ดังนั้นในรหัสของฉันฉันมีงาน
- 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