1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-11 13:59:39 +02:00

10 lines
240 B
YAML
Raw Normal View History

2022-04-23 16:19:24 +03:00
---
- name: Fail if required settings not defined
ansible.builtin.fail:
2022-04-23 16:19:24 +03:00
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_bot_buscarron_password"