Add additional changes for Dimension to work
This commit is contained in:
7
roles/matrix-dimension/tasks/validate_config.yml
Normal file
7
roles/matrix-dimension/tasks/validate_config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
- name: Fail if required Dimension settings not defined
|
||||
fail:
|
||||
msg: >-
|
||||
You need to define a required configuration setting (`{{ item }}`) for using Dimension.
|
||||
with_items:
|
||||
- "matrix_dimension_access_token"
|
||||
when: "matrix_dimension_enabled and vars[item] == ''"
|
Reference in New Issue
Block a user