Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- - name: (Deprecation) Warn about unused user/group variables
- fail:
- msg: >
- The `{{ item }}` variable defined in your configuration is not used by this playbook anymore.
- User/group creation is now dynamic. You can remove these variables from your configuration, as they have no effect on anything.
- when: "item in vars"
- with_items:
- - 'matrix_user_uid'
- - 'matrix_user_gid'
|