update debug info

This commit is contained in:
Antonio J. Delgado 2023-09-18 19:29:04 +03:00
parent bdf18a4721
commit b26f45a1ae

View file

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