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

11 lines
298 B
YAML
Raw Normal View History

2020-04-12 10:17:30 -04:00
---
- name: Fail if required settings not defined
ansible.builtin.fail:
2020-04-12 10:17:30 -04:00
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_mx_puppet_slack_appservice_token"
- "matrix_mx_puppet_slack_homeserver_token"