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)}'"