diff --git a/tasks/configure.yml b/tasks/configure.yml index e288d89..76a3053 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -3,6 +3,10 @@ shell: which opendkim-genkey register: which_result +- name: Show path to opendkim-genkey + debug: + var: which_result + - name: Find opendkim-genkey command using whereis shell: "whereis opendkim-genkey | awk 'BEGIN {FS=\": \"} {print($2)}'" register: which_result