Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

10 行
288 B

  1. ---
  2. - name: Fail if required variables are undefined
  3. fail:
  4. msg: "The `{{ item }}` variable must be defined and have a non-null value."
  5. with_items:
  6. - "matrix_bot_mjolnir_access_token"
  7. - "matrix_bot_mjolnir_management_room"
  8. when: "vars[item] == '' or vars[item] is none"