From da13a478c63740a88b0d76d2cff63199ad6b61b7 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Thu, 19 Apr 2018 16:04:14 +0200 Subject: [PATCH] webapps/evoadmin-web : Name the fail task --- webapps/evoadmin-web/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapps/evoadmin-web/tasks/main.yml b/webapps/evoadmin-web/tasks/main.yml index 46c04f13..c03ef979 100644 --- a/webapps/evoadmin-web/tasks/main.yml +++ b/webapps/evoadmin-web/tasks/main.yml @@ -1,6 +1,7 @@ --- -- fail: +- name: "Ensure that evoadmin_contact_email is defined" + fail: msg: Please configure var evoadmin_contact_email when: evoadmin_contact_email is none