2
가능한 작업에 사전 키가 정의되어 있지 않은지 확인하는 방법이 있습니까?
내 코드에는 작업이 있습니다. - 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'.