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

11 lines
273 B
YAML
Raw Normal View History

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