«conditional» 태그된 질문

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'.
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.