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

12 行
404 B

  1. ---
  2. - name: (Deprecation) Warn about unused user/group variables
  3. fail:
  4. msg: >
  5. The `{{ item }}` variable defined in your configuration is not used by this playbook anymore.
  6. User/group creation is now dynamic. You can remove these variables from your configuration, as they have no effect on anything.
  7. when: "item in vars"
  8. with_items:
  9. - 'matrix_user_uid'
  10. - 'matrix_user_gid'