add debug for finding cmd
This commit is contained in:
parent
21d03d5b0b
commit
bdf18a4721
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
shell: which opendkim-genkey
|
shell: which opendkim-genkey
|
||||||
register: which_result
|
register: which_result
|
||||||
|
|
||||||
|
- name: Show path to opendkim-genkey
|
||||||
|
debug:
|
||||||
|
var: which_result
|
||||||
|
|
||||||
- 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)}'"
|
||||||
register: which_result
|
register: which_result
|
||||||
|
|
Loading…
Reference in a new issue