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

12 lines
279 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:
- matrix_maubot_secret
- matrix_maubot_admin_user
- matrix_maubot_admin_password