1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-03 15:22:17 +02:00

11 lines
256 B
YAML
Raw Normal View History

2020-10-13 16:18:38 -07:00
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
2020-10-16 21:31:07 -07:00
- "matrix_dynamic_dns_domain"
2020-10-13 16:18:38 -07:00
- "matrix_dynamic_dns_provider"