mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 14:28:34 +00:00
8 lines
278 B
YAML
8 lines
278 B
YAML
|
- 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] == ''"
|