matrix-docker-ansible-deploy/roles/matrix-bot-postmoogle/tasks/validate_config.yml
2022-08-22 20:10:35 +03:00

10 lines
241 B
YAML

---
- name: Fail if required settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_bot_postmoogle_password"