From b26f45a1ae69b368ce5af6e8e04b33ea2da6529e Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 18 Sep 2023 19:29:04 +0300 Subject: [PATCH] update debug info --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 76a3053..a13df1e 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -5,7 +5,7 @@ - name: Show path to opendkim-genkey debug: - var: which_result + var: which_result.stdout - name: Find opendkim-genkey command using whereis shell: "whereis opendkim-genkey | awk 'BEGIN {FS=\": \"} {print($2)}'"