update debug info
This commit is contained in:
parent
bdf18a4721
commit
b26f45a1ae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- name: Show path to opendkim-genkey
|
- name: Show path to opendkim-genkey
|
||||||
debug:
|
debug:
|
||||||
var: which_result
|
var: which_result.stdout
|
||||||
|
|
||||||
- name: Find opendkim-genkey command using whereis
|
- name: Find opendkim-genkey command using whereis
|
||||||
shell: "whereis opendkim-genkey | awk 'BEGIN {FS=\": \"} {print($2)}'"
|
shell: "whereis opendkim-genkey | awk 'BEGIN {FS=\": \"} {print($2)}'"
|
||||||
|
|
Loading…
Reference in a new issue