10 lines
241 B
YAML
Raw Normal View History

2022-08-22 20:10:35 +03:00
---
- 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"