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

10 lines
224 B
YAML
Raw Normal View History

2022-04-23 13:19:24 +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_bot_buscarron_password"