3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 21:34:45 +00:00
This commit is contained in:
Julian-Samuel Gebühr
2022-07-20 08:48:26 +02:00
parent d2e6ab6c38
commit f8a8870711
4 changed files with 16 additions and 16 deletions

View File

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