From 5498fb73cd3174f6ef18f2896ba9bff90e10bac5 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Sep 2023 19:37:12 +0300 Subject: [PATCH] fix check --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 1cd84a4..743bcc3 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -21,7 +21,7 @@ set_fact: opendkim_genkey_cmd: "{{ where_result.stdout }}" when: - - stdout in where_result + - "'stdout' in where_result" - where_result.stdout != '' - name: Fail if opendkim-genkey is not found