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] == ''"