matrix-docker-ansible-deploy/roles/matrix-bot-maubot/tasks/validate_config.yml

11 lines
257 B
YAML
Raw Normal View History

2022-06-23 18:24:52 +00:00
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
2022-07-10 08:09:55 +00:00
- matrix_bot_maubot_unshared_secret
- matrix_bot_maubot_admins